Model chooser / Generate voiceover and speech / Recurring
Sonic 3.6 ranks first on Artificial Analysis's text-to-speech arena, is built for low latency, and is priced per character, which covers both high-volume narration and live voice agents.
Why Cartesia Sonic 3.6
How to use it
Cartesia API, curl
Edit the parts in capitals, then run it.
curl -X POST https://api.cartesia.ai/tts/bytes \
-H "X-API-Key: $CARTESIA_API_KEY" \
-H "Cartesia-Version: 2026-08-14" \
-H "Content-Type: application/json" \
-d '{
"model_id": "sonic-3.6",
"transcript": "Thanks for calling. Your order shipped this morning.",
"voice": { "id": "YOUR_VOICE_ID" },
"output_format": { "container": "wav", "encoding": "pcm_s16le", "sample_rate": 44100 }
}' \
--output line.wav
Alternatives that also work
Pick it when you also need dubbing, a large shared voice library, or non-developers editing in a studio.
Pick it when audio must be generated on your own GPUs. Apache 2.0, streaming, 10 languages.
Pick it when cost is the only constraint and quality can be modest. It runs on CPU and is Apache 2.0.
Watch out for
Sources
Checked . Models change monthly; we re-check this page when they do.
Wiring it into a workflow that runs every week, with evals, fallbacks and a cost you can predict, is the work. Fifteen minutes, no deck.