Guides
Voices
Make your agents sound the way you want them to
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Make your agents sound the way you want them to
voice = vocode_client.voices.create_voice(
request={
"type": "voice_play_ht",
"voice_id": "voice_id",
"version": "2",
},
)
voice = vocode_client.voices.create_voice(
request={
"type": "voice_eleven_labs",
"voice_id": "06oPEcZqPWhZ2IeTcOJc",
"stability": ".2",
"similarity_boost": ".75",
"model_id": "eleven_turbo_v2",
"optimize_streaming_latency": "4",
}
)
voice = vocode_client.voices.create_voice(
request={
"type": "voice_rime",
"speaker": "amber",
"model_id": "mist",
},
)
