Use this page as the source of truth for publicly documented TTS model IDs.
Model overview
| Model ID | Recommended usage | Languages |
|---|---|---|
myvocal_v3 | Explicit V3 request path | See the full list in V3 Language Codes. |
english_v2 | V2 explicit English (original accent) | English (original accent). |
spanish_es | V2 explicit Spanish (ES) | Spanish (ES). |
portuguese_pt | V2 explicit Portuguese (PT) | Portuguese (PT). |
multilingual_v2 | V2 shared multilingual path | French, German, Arabic, Japanese, and other mapped languages. |
spanish_la | V2 explicit Spanish (LA) | Spanish (LA). |
portuguese_la | V2 explicit Portuguese (LA) | Portuguese (LA). |
Public model ID list
V3 language scope
- Supported language count:
98 - Excluded from support:
Kirghiz,Lingala
Open V3 language code list
View the complete supported language and code table.
Default path vs explicit modelId
- Default path: omit
modelIdand follow current V2/default mapping rules. - Explicit V3 path: set
modelIdtomyvocal_v3.
V2 to V3 migration guidance
- Keep your V2 flow as fallback.
- Add a feature flag for
modelId: "myvocal_v3". - Use explicit
languageif you want deterministic target language output. - Omit
languagefor auto-detect behavior on V3. - Roll out with traffic slices and monitor output quality.
