> ## Documentation Index
> Fetch the complete documentation index at: https://assemblyai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Languages & Features

AssemblyAI supports a wide range of languages across our speech-to-text models for pre-recorded audio. The available languages and features vary by model. Check out the [Models](/getting-started/models) page to learn more about our different models and how to choose the best one for your use case. See our [Model selection](/pre-recorded-audio/select-the-speech-model) page for more details on specifying a model in your request.

## Unsupported feature behavior

Not all features are available for every language. If you enable a feature that isn't supported for the language of your audio, the API's behavior depends on how the language was specified:

* **With `language_code` (manual):** The API rejects the request and returns an error, such as `"The following models are not available in this language: speaker_labels"`. This lets you catch configuration issues before processing.
* **With `language_detection` (automatic):** The request completes normally, but any features that aren't supported for the detected language are silently omitted from the response. The transcription itself still succeeds. This is because the language isn't known until after the request is submitted, so the API can't validate feature compatibility upfront.

<Tip>
  To avoid unexpected results when using Automatic Language Detection, check the [feature tables below](#universal-3-pro) to confirm which features are available for the languages you expect in your audio. You can also use the `language_code` and `language_confidence` fields in the response to verify the detected language and handle cases where a feature may not have been applied.
</Tip>

## Universal-3 Pro

<iframe className="airtable-embed" src="https://airtable.com/embed/apptQjwE6ZsC2Zfoi/shr0akLmAjn8bE9RP?backgroundColor=green" width="100%" height="400" style={{ background: "transparent", border: "1px solid #ccc" }} />

### Regional dialects and variants

Universal-3 Pro goes beyond standard language support with deep understanding of regional dialects and local variants. Whether your audio features Quebecois French, Mexican Spanish, or Brazilian Portuguese, the model accurately captures speech as it's naturally spoken — including colloquial expressions, local vocabulary, and accent-specific pronunciation patterns.

<Note>
  **Dialect support**

  You do not need to specify a dialect code to get accurate dialect transcription. Universal-3 Pro automatically recognizes regional speech patterns when using the base language code (e.g., `fr` for all French dialects, `es` for all Spanish dialects).
</Note>

<AccordionGroup>
  <Accordion title="English dialects and variants">
    | Dialect / Variant  | Description                                                                           |
    | ------------------ | ------------------------------------------------------------------------------------- |
    | American English   | Standard US English, including regional variants (Southern, Midwestern, Northeastern) |
    | British English    | UK English, including Received Pronunciation and regional accents                     |
    | Australian English | Australian English with local expressions and pronunciation                           |
  </Accordion>

  <Accordion title="Spanish dialects and variants">
    | Dialect / Variant | Description                                                         |
    | ----------------- | ------------------------------------------------------------------- |
    | Castilian Spanish | Standard Peninsular Spanish as spoken in central and northern Spain |
    | Mexican Spanish   | Mexican Spanish with local vocabulary and pronunciation             |
    | Argentine Spanish | Rioplatense Spanish with distinctive *voseo* and pronunciation      |
    | Colombian Spanish | Colombian Spanish with regional speech patterns                     |
    | Chilean Spanish   | Chilean Spanish with rapid speech patterns and local slang          |
    | Caribbean Spanish | Cuban, Dominican, and Puerto Rican Spanish dialects                 |
    | Spanglish         | English-Spanish code-mixing common in US bilingual communities      |
  </Accordion>

  <Accordion title="French dialects and variants">
    | Dialect / Variant           | Description                                                               |
    | --------------------------- | ------------------------------------------------------------------------- |
    | Metropolitan French         | Standard Parisian French                                                  |
    | Canadian French (Quebecois) | Quebec French with distinctive vocabulary, pronunciation, and expressions |
    | Belgian French              | Belgian French with local vocabulary and pronunciation                    |
  </Accordion>

  <Accordion title="Portuguese dialects and variants">
    | Dialect / Variant    | Description                                                                |
    | -------------------- | -------------------------------------------------------------------------- |
    | Brazilian Portuguese | Brazilian Portuguese with local vocabulary, pronunciation, and expressions |
    | European Portuguese  | Standard Lisbon Portuguese with Iberian pronunciation                      |
  </Accordion>

  <Accordion title="Italian dialects and variants">
    | Dialect / Variant | Description                                        |
    | ----------------- | -------------------------------------------------- |
    | Standard Italian  | Standard Italian based on Tuscan-influenced speech |
  </Accordion>
</AccordionGroup>

## Universal-2

<iframe className="airtable-embed" src="https://airtable.com/embed/appAHNKtjqyFB83AF/shrhQFfUxq1PROjTf?backgroundColor=green" width="100%" height="533" style={{ background: "transparent", border: "1px solid #ccc" }} />

**Breakdown of Universal-2 language support**

<AccordionGroup>
  <Accordion title="High accuracy (≤ 10% WER)">
    English, Spanish, French, German, Indonesian, Italian, Japanese, Dutch, Polish, Portuguese, Russian, Swedish, Turkish, Ukrainian, Catalan
  </Accordion>

  <Accordion title="Good accuracy (>10% to ≤25% WER)">
    Arabic, Azerbaijani, Bulgarian, Bosnian, Mandarin Chinese, Czech, Danish,
    Greek, Estonian, Finnish, Galician, Hebrew, Hindi, Croatian, Hungarian, Korean,
    Macedonian, Malay, Norwegian, Romanian, Slovak, Swiss German,
    Tagalog, Thai, Urdu, Vietnamese
  </Accordion>

  <Accordion title="Moderate accuracy (>25% to ≤50% WER)">
    Afrikaans, Belarusian, Welsh, Persian (Farsi), Armenian, Icelandic,
    Kazakh, Lithuanian, Latvian, Maori, Marathi, Slovenian, Swahili, Tamil
  </Accordion>

  <Accordion title="Fair accuracy (>50% WER)">
    Amharic, Assamese, Bengali, Gujarati, Hausa, Javanese, Georgian, Khmer,
    Kannada, Luxembourgish, Lingala, Lao, Malayalam, Mongolian, Maltese, Burmese,
    Nepali, Occitan, Punjabi, Pashto, Sindhi, Shona, Somali, Serbian, Telugu,
    Tajik, Uzbek, Yoruba
  </Accordion>
</AccordionGroup>
