Use this file to discover all available pages before exploring further.
sonic-3 is our streaming TTS model, with high naturalness, accurate transcript following, and industry-leading latency. It provides fine-grained control on volume, speed, and emotion.Key Features:
42 languages supported
Volume, speed, and emotion controls, supported through API parameters and SSML tags
Choosing voices that work best for your use case is key to getting the best performance out of Sonic 3.
For voice agents: We’ve found stable, realistic voices work better for voice agents than studio, emotive voices. Example American English voices include Katie (ID: f786b574-daa5-4673-aa0c-cbe3e8534c02) and Kiefer (ID: 228fca29-3a0a-435c-8728-5cb483251068).
For expressive characters: We’ve tagged our most expressive and emotive voices with the Emotive tag. Example American English voices include Tessa (ID: 6ccbfb76-1fc6-48f7-b71d-91ac6298247b) and Kyle (ID: c961b81c-a935-4c17-bfb3-ba2239de8c2f).
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
sonic-3-2025-10-27
October 27, 2025
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"# Or specify a particular snapshot for consistencymodel_id = "sonic-3-2026-01-12"# Try the latest (beta) model (can be 'hot swapped')model_id = "sonic-3-latest"
All models have a base model name (e.g. sonic-3) and a dated snapshot (e.g. sonic-3-2025-10-27). 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-3-latest, which is a non-snapshotted version. sonic-3-latest can be updated with no notice, and not recommended for production.To summarize:
Model ID
Model update behavior
Recommended for
sonic-3-YYYY-MM-DD
Snapshotted, will never change
Customers who want to run internal evals before any updates
sonic-3
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-3-latest
Will always be updated to our latest beta releases