Design a fresh voice from a prompt, clone your own voice from audio, or dub an existing voice into another language. Then ship it across AI Assistants, Call Control, and TTS.

Stock voices sound like everyone else. Voice Design lets you create one that sounds like you, then use it everywhere Telnyx handles speech.

Describe the voice that fits your product and generate it. Iterate on tone, accent, and energy until it sounds right. No studio, no dataset, no waiting.

Use your custom voice in AI Assistants, Call Control, IVRs, and the TTS WebSocket. Same voice ID, same quality, no re-recording.

Create, preview, save, and deploy a voice without wiring together separate providers. The same API that generates the voice carries it into production.
Voice Design gives you the tools to create, refine, and ship a voice that is exclusively yours.
Minutes to a custom voice
From a text description to a production-ready voice in under a minute. Brand-fit voice creation at the speed of a prompt.
Iterate until it sounds right
Generate as many samples as you need. Refine the description, try again. You commit only when the voice lands.
Quality that fits the use case
Default for speed, Ultra for flagship content, Minimax for longer source recordings. Match the model to the job.
A voice exclusive to your product
A designed or cloned voice serves only your product. Your IVR, your agents, your TTS, all sounding like you.
Voice infrastructure included
Create, store, and deploy from the same platform that carries your calls and runs your agents. Your voice lives where your speech happens.
Built for live voice
Voice Design outputs work in real-time AI Assistants, Call Control, and the TTS WebSocket. The voice is ready for live conversation, batch synthesis, and everything between.
Design a voice from a text prompt or clone one from audio, then use it across AI Assistants, Call Control, and the TTS WebSocket.
# Step 1: Design a voice from a text prompt
curl -X POST "https://api.telnyx.com/v2/voice_designs" \
-H "Authorization: Bearer $TELNYX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Friendly Receptionist",
"prompt": "Female, mid-thirties. Warm and full, slightly husky.",
"text": "Hello, thank you for calling. How can I help you today?",
"language": "en",
"provider": "telnyx"
}'
# Step 2: Save the design as a usable voice clone
curl -X POST "https://api.telnyx.com/v2/voice_clones" \
-H "Authorization: Bearer $TELNYX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Friendly Receptionist",
"voice_design_id": "DESIGN_ID",
"version": 1,
"language": "en",
"gender": "female"
}'
Run frontier open-source models on GPUs we own.
Learn more
Build and deploy low-latency voice AI agents.
Learn more
Use your custom voices in production through the TTS API and WebSocket.
Learn more
Programmable voice for calls, IVRs, and SIP trunks.
Learn moreCreate a Telnyx account, design or clone your first voice, and ship it into production today.
Create a Telnyx account, design or clone your first voice, and ship it into production today.
Voice Design is the Telnyx tool for creating custom voices. Design a new voice from a prompt, clone an existing voice from audio, or dub a voice into another language. Then use it across AI Assistants, Call Control, and the TTS WebSocket.