Qwen / Qwen3-TTS-12Hz-1.7B
Qwen3-TTS-12Hz-1.7B
A fast inference text-to-speech model optimized for real-time audio generation with multi-language support.
Qwen3-TTS covers 10 major languages (Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian) as well as multiple dialectal voice profiles to meet global application needs. In addition, the models feature strong contextual understanding, enabling adaptive control of tone, speaking rate, and emotional expression based on instructions and text semantics, and they show markedly improved robustness to noisy input text. Key features:
Powerful Speech Representation: Powered by the self-developed Qwen3-TTS-Tokenizer-12Hz, it achieves efficient acoustic compression and high-dimensional semantic modeling of speech signals. It fully preserves paralinguistic information and acoustic environmental features, enabling high-speed, high-fidelity speech reconstruction through a lightweight non-DiT architecture.
Universal End-to-End Architecture: Utilizing a discrete multi-codebook LM architecture, it realizes full-information end-to-end speech modeling. This completely bypasses the information bottlenecks and cascading errors inherent in traditional LM+DiT schemes, significantly enhancing the model’s versatility, generation efficiency, and performance ceiling.
Extreme Low-Latency Streaming Generation: Based on the innovative Dual-Track hybrid streaming generation architecture, a single model supports both streaming and non-streaming generation. It can output the first audio packet immediately after a single character is input, with end-to-end synthesis latency as low as 97ms, meeting the rigorous demands of real-time interactive scenarios.
Intelligent Text Understanding and Voice Control: Supports speech generation driven by natural language instructions, allowing for flexible control over multi-dimensional acoustic attributes such as timbre, emotion, and prosody. By deeply integrating text semantic understanding, the model adaptively adjusts tone, rhythm, and emotional expression, achieving lifelike “what you imagine is what you hear” output.
Speaker | Voice Description | Native language |
|---|---|---|
Vivian | Bright, slightly edgy young female voice. | Chinese |
Serena | Warm, gentle young female voice. | Chinese |
Uncle_Fu | Seasoned male voice with a low, mellow timbre. | Chinese |
Dylan | Youthful Beijing male voice with a clear, natural timbre. | Chinese (Beijing Dialect) |
Eric | Lively Chengdu male voice with a slightly husky brightness. | Chinese (Sichuan Dialect) |
Ryan | Dynamic male voice with strong rhythmic drive. | English |
Aiden | Sunny American male voice with a clear midrange. | English |
Ono_Anna | Playful Japanese female voice with a light, nimble timbre. | Japanese |
Sohee | Warm Korean female voice with rich emotion. | Korean |
Example prompts
Great starting points for Qwen3-TTS-12Hz-1.7B.
API quick start
Run Qwen3-TTS-12Hz-1.7B with a single API call.
{
"prompt": "A small robot learned to paint by watchin…",
"instruction": "Excited",
"language": "Auto",
"speaker": "Aiden"
}