TTS Models
An overview of the Text-to-Speech providers and models you can use with the Voice Agent API.
If you opt to use another providers TTS model with you Agent you can do so by applying the following settings.
You can set your Text-to-Speech model in the Setting Configuration for your Voice Agent. See the docs for more information.
Supported TTS providers and models
speak.provider.type | speak.voice_id |
---|---|
eleven_labs | uique_voice_id |
cartesia | uique_voice_id |
Example
{
"speak": {
"provider": "eleven_labs",
"voice_id": "bIHbv24MWmeRgasZH58o"
}
}
Finding your Voice ID
- For ElevenLabs you can refer to this article on how to find your Voice ID or use their API to retrieve it.
- For Cartesia you can use their API to retrieve a voice ID.
Updated about 13 hours ago
What’s Next