elevenlabs_ttd 0.0.2

Type-safe Rust client for ElevenLabs Text-to-Dialogue API
Documentation
1
2
3
4
5
/// Elevanlabs common model IDs as constants for convenience
/// Only Eleven V3 Family Supported for now
pub mod elevanlabs_models {
    pub const ELEVEN_V3: &str = "eleven_v3";
}