Selecting Telnyx
Telnyx is the default provider. If you don’t specify a provider, you get Telnyx. WebSocket:Models
Browse all available voices via the Voices API or the Voice Design.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check out our upcoming events and meetups! View events →
Overview of Telnyx native text-to-speech models, comparing latency, quality, language coverage, and expressive control for the TTS REST API.
wss://api.telnyx.com/v2/text-to-speech/speech?voice=Telnyx.NaturalHD.astra
curl --request POST \
--url https://api.telnyx.com/v2/text-to-speech \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"text": "Hello.",
"voice": "Telnyx.NaturalHD.astra"
}'
| Model | Latency | Quality | Languages | Voice Source | WebSocket | REST |
|---|---|---|---|---|---|---|
| Natural | Low | Good | English | Pre-built (Rime Mist) | Yes | Yes |
| NaturalHD | Low | Better | 9 languages | Pre-built (Rime Arcana) | Yes | Yes |
| KokoroTTS | Lowest | Good | 5 languages | Pre-built | Yes | Yes |
| Qwen3TTS | Medium | High | 11 languages | Cloned (Voice Design) | Yes | Yes |
| Ultra | Lowest | Highest | 44 languages | Pre-built | No | Yes |
| Grok | Higher | High | 20+ languages | Pre-built | Voice AI | Yes |
| Bayan | Low | Good | Arabic (13 dialects) + English | Pre-built | Yes | Yes |
| Sukhan | Low | Good | Urdu | Pre-built | Yes | Yes |
Was this page helpful?