language_codes in the config part to steer transcription toward a
specific language. The field always takes a list, so use a single-element list
such as ["es"] for monolingual audio, and several codes for multilingual or
code-switching audio.
- Accepts ISO 639-1 codes in a list:
["es"], or["en", "es"] - Defaults to English (
en) when omitted - Applies to the transcript only. The rewrite in
llm_responsefollows the language of the transcript unless yourllm_instructionsays otherwise.
- Python SDK
- Python
- JavaScript
- cURL
Multilingual audio
Pass several codes when a single clip moves between languages, which is common in dictation from bilingual speakers:Supported languages
Related features
- Prompting and keyterms steers the transcript within the chosen language.
- Transcript rewriting reshapes the transcript after it is written.