Use this file to discover all available pages before exploring further.
Sonic 3.5 is a streaming TTS model, with high naturalness, accurate transcript following, and industry-leading latency.Key Features:
42 languages supported, including English, Hindi, Spanish, French, German, Japanese, Hebrew, and more
Natural, expressive speech with strong pacing and emotional expression for conversational and support-style transcripts
Clean audio quality across all languages and voices
Natural alphanumeric handling — confirmation codes, order numbers, phone numbers, IDs, and emails sound natural without preprocessing, in every supported language
Accurate English pronunciation in context, including heteronyms like read, bass, and bow
Choosing voices that work best for your use case is key to getting the best performance out of Sonic 3.5. The recommendations below are starting points carried over from Sonic 3 — they work as-is on Sonic 3.5. We’ll be publishing 3.5-specific picks in the coming weeks.
For voice agents: We’ve found stable, realistic voices work better for voice agents. Example American English voices include Katie (ID: f786b574-daa5-4673-aa0c-cbe3e8534c02) and Jameson (ID: a5136bf9-224c-4d76-b823-52bd5efcffcc).
en, de, es, fr, ja, pt, zh, hi, ko, it, nl, pl, ru, sv, tr, tl, bg, ro, ar, cs, el, fi, hr, ms, sk, da, ta, uk, hu, no, vi, bn, th, he, ka, id, te, gu, kn, ml, mr, pa
Stable
the latest stable snapshot of the modelWhen making API calls, you can specify either:
# Use the base model# (automatically routes to the latest stable snapshot)model_id = "sonic-3.5"# Or specify a particular snapshot for consistencymodel_id = "sonic-3.5-2026-05-04"# Try the latest (beta) model (can be 'hot swapped')model_id = "sonic-latest"
All models have a base model name (e.g. sonic-3.5) and a dated snapshot (e.g. sonic-3.5-2026-05-04). Using the base model will automatically keep you up to date with the most recent stable snapshot of that model. If pinning a specific version is important for your use case, we recommend using the dated version.For testing our latest capabilities, we recommend using sonic-latest, which is a non-snapshotted version. sonic-latest can be updated with no notice, and is not recommended for production.To summarize:
Model ID
Model update behavior
Recommended for
sonic-3.5-YYYY-MM-DD
Snapshotted, will never change
Customers who want to run internal evals before any updates
sonic-3.5
Will be updated to point to the most recent stable snapshot
Customers who want stable releases, but want to be up-to-date with the recent capabilities
sonic-latest
Will always be updated to our latest beta releases