language_code in the config part to steer transcription toward a specific language. For multilingual or code-switching audio, pass an array of codes instead of a single code.
- Accepts a single ISO 639-1 code (
"es") or a list of codes (["en", "es"]) - Defaults to English (
en) when omitted - Ignored when a custom
promptis set — the prompt fully controls the model, so set the language inside the prompt if you also need custom instructions
- Python
- JavaScript
- cURL
language_code as an array listing every expected language:
Supported languages
| Code | Language | Code | Language |
|---|---|---|---|
en | English | da | Danish |
es | Spanish | fi | Finnish |
de | German | hi | Hindi |
fr | French | vi | Vietnamese |
it | Italian | ar | Arabic |
pt | Portuguese | he | Hebrew |
tr | Turkish | ja | Japanese |
nl | Dutch | ur | Urdu |
sv | Swedish | zh | Mandarin |
no | Norwegian |