Skip to main content

Overview

Qwen3-TTS provides comprehensive multilingual support, covering 10 major languages with native-quality synthesis. The models are trained on diverse multilingual data and support cross-lingual voice cloning and generation.

Supported Languages

Chinese

普通话, Beijing Dialect, Sichuan Dialect

English

American, British, and neutral accents

Japanese

Standard Japanese (標準語)

Korean

Standard Korean (표준어)

German

Standard German (Hochdeutsch)

French

European French (français européen)

Russian

Standard Russian (русский)

Portuguese

Brazilian and European Portuguese

Spanish

European and Latin American Spanish

Italian

Standard Italian (italiano)

Language Quality Comparison

Content Consistency (WER/CER ↓)

Word Error Rate (WER) or Character Error Rate (CER) on multilingual test set - lower is better:
Chinese, English, and Korean achieve the best content accuracy, making them ideal for production applications requiring high precision.

Speaker Similarity (Cosine Similarity ↑)

Speaker embedding similarity on voice cloning tasks - higher is better:
All languages achieve strong speaker similarity (>0.70), indicating excellent voice cloning capabilities across the board.

Speaker Native Languages

For CustomVoice models, the following 9 premium speakers are available:
For best quality, use each speaker’s native language. However, all speakers can speak any of the 10 supported languages with reasonable quality.

Cross-Lingual Capabilities

Qwen3-TTS supports cross-lingual voice cloning, allowing you to clone a voice in one language and generate speech in another.

Cross-Lingual Performance

Mixed Error Rate (WER for English, CER for others) on cross-lingual benchmark - lower is better:
The 1.7B model generally performs better on cross-lingual tasks, especially for Korean and Japanese target languages.

Cross-Lingual Example

Language-Specific Considerations

Strengths:
  • Excellent accuracy (WER ~0.93 for 1.7B)
  • Strong dialect support (Beijing, Sichuan)
  • Native speakers available (Vivian, Serena, Uncle_Fu, Dylan, Eric)
Considerations:
  • Tone accuracy is critical; may occasionally flatten in complex prosody
  • Text input should use simplified or traditional Chinese consistently
  • Pinyin input not officially supported
Best Practices:
Strengths:
  • Excellent accuracy (WER ~0.93 for 1.7B)
  • Multiple native speakers (Ryan, Aiden)
  • Strong cross-lingual source language
Considerations:
  • Accents: models default to neutral/American accent
  • British English: supported but may sound slightly American-influenced
  • Contractions and informal speech handled well
Best Practices:
Strengths:
  • Native speaker available (Ono_Anna)
  • Good speaker similarity (0.788)
Considerations:
  • Higher character error rate (~3.8-6.4%)
  • Pitch accent may not always be perfect
  • Kanji, hiragana, and katakana all supported
Best Practices:
Strengths:
  • Excellent accuracy (WER ~1.75)
  • Native speaker available (Sohee)
  • Strong cross-lingual capabilities
Considerations:
  • Hangul input only (no romanization)
  • Handles formal and informal speech
Best Practices:
Strengths:
  • Good accuracy (WER ~1.09-1.24)
  • Good speaker similarity (0.77)
Considerations:
  • Compound words handled well
  • Umlauts (ä, ö, ü) supported
  • May occasionally anglicize pronunciation
Best Practices:
Strengths:
  • Handles liaison and elision
  • Reasonable accuracy for European languages
Considerations:
  • Moderate error rate (~2.86-2.93)
  • Nasal vowels may be approximated
  • Accents (é, è, ê, etc.) should be included
Best Practices:
Strengths:
  • Strong speaker similarity (0.79)
  • Handles Cyrillic script
Considerations:
  • Moderate error rate (~3.2-4.5)
  • Stress patterns may not always be perfect
  • Cyrillic input required
Best Practices:
Strengths:
  • Excellent speaker similarity (0.817)
  • Supports both Brazilian and European variants
Considerations:
  • Error rate ~1.5-2.3
  • Diacritics (ã, õ, ç) should be included
  • May default to Brazilian pronunciation
Best Practices:
Strengths:
  • Excellent speaker similarity (0.814)
  • Good accuracy (WER ~1.13-1.49)
  • Supports European and Latin American variants
Considerations:
  • Accent marks (á, é, í, ó, ú) should be included
  • ñ character supported
  • May default to Castilian pronunciation
Best Practices:
Strengths:
  • Excellent speaker similarity (0.817)
  • Good accuracy (WER ~0.95-1.53)
  • Handles double consonants well
Considerations:
  • Accent marks (à, è, é, ì, ò, ù) should be included
  • Regional accents not explicitly supported
Best Practices:

Automatic Language Detection

Qwen3-TTS supports automatic language detection when language="Auto" is specified:
Limitations of Auto mode:
  • May misdetect short phrases or ambiguous text
  • Mixed-language text (code-switching) may be inconsistent
  • For best quality, explicitly specify the language when known

Multilingual Generation Tips

1

Choose the Right Speaker

Use native speakers for best quality:
  • Chinese text → Vivian, Serena, Uncle_Fu, Dylan, Eric
  • English text → Ryan, Aiden
  • Japanese text → Ono_Anna
  • Korean text → Sohee
2

Specify Language Explicitly

Always specify language when known to avoid detection errors:
3

Use Native-Language Instructions

Instructions work best in the same language as the content:
4

Test Cross-Lingual Carefully

Cross-lingual quality varies by language pair. Test thoroughly:
  • English → Chinese: Very good
  • Japanese → Chinese: Good
  • Chinese → Japanese: Moderate

Language Roadmap

Future language support (tentative):
  • Arabic (العربية)
  • Hindi (हिन्दी)
  • Turkish (Türkçe)
  • Vietnamese (Tiếng Việt)
  • Thai (ไทย)
Check the GitHub repository for updates.

Next Steps

Voice Cloning

Learn how to clone voices across languages

Custom Voice

Use premium speakers in different languages

Voice Design

Create voices with language-specific characteristics

Examples

See multilingual code examples