Qwen3-TTS Technical Report
Summary
The Qwen3-TTS technical report introduces a series of advanced multilingual text-to-speech models with voice cloning and controllable generation, featuring a dual-track LM architecture and specialized tokenizers for low-latency streaming.
View Cached Full Text
Cached at: 05/10/26, 06:36 PM
Paper page - Qwen3-TTS Technical Report
Source: https://huggingface.co/papers/2601.15621 Authors:
,
,
,
,
,
,
,
,
,
Abstract
The Qwen3-TTS series presents advanced multilingual text-to-speech models with voice cloning and controllable speech generation capabilities, utilizing dual-track LM architecture and specialized speech tokenizers for efficient streaming synthesis.
In this report, we present the Qwen3-TTS series, a family of advancedmultilingual, controllable, robust, and streamingtext-to-speechmodels. Qwen3-TTS supports state-of-the-art 3-secondvoice cloningand description-based control, allowing both the creation of entirely novel voices and fine-grained manipulation over the output speech. Trained on over 5 million hours of speech data spanning 10 languages, Qwen3-TTS adopts adual-track LM architecturefor real-time synthesis, coupled with twospeech tokenizers: 1)Qwen-TTS-Tokenizer-25Hzis a single-codebook codec emphasizing semantic content, which offers seamlessly integration with Qwen-Audio and enablesstreaming waveform reconstructionvia a block-wiseDiT. 2)Qwen-TTS-Tokenizer-12Hzachieves extreme bitrate reduction and ultra-low-latency streaming, enabling immediate first-packet emission (97,ms) through its 12.5 Hz, 16-layer multi-codebook design and a lightweight causalConvNet. Extensive experiments indicate state-of-the-art performance across diverse objective and subjective benchmark (e.g., TTSmultilingualtest set, InstructTTSEval, and our long speech test set). To facilitate community research and development, we release both tokenizers and models under the Apache 2.0 license.
View arXiv pageView PDFGitHub11.3kAdd to collection
Get this paper in your agent:
hf papers read 2601\.15621
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper240
#### Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice Text-to-Speech• 2B• UpdatedJan 29 • 1.65M • 1.46k
#### Qwen/Qwen3-TTS-12Hz-1.7B-Base UpdatedJan 23 • 1.67M • 390
#### Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign Text-to-Speech• 2B• UpdatedJan 29 • 454k • 338
#### Qwen/Qwen3-TTS-12Hz-0.6B-Base Text-to-Speech• UpdatedJan 29 • 665k • 234
Browse 240 models citing this paper## Datasets citing this paper1
#### Izzyzlin/CFSDD Viewer• UpdatedApr 7 • 395k • 264
Spaces citing this paper1,583
Collections including this paper20
Similar Articles
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
Alibaba's Qwen team releases Qwen3-TTS-12Hz-1.7B-CustomVoice, a powerful text-to-speech model supporting 10 languages with low-latency streaming, instruction-based voice control, and robust contextual understanding.
Qwen3 TTS is seriously underrated - I got it running locally in real-time and it's one of the most expressive open TTS models I've tried
Developer shows how to run Qwen3 TTS locally in real-time with streaming, quantization, word-level alignment, and custom voice fine-tuning for an expressive open-source TTS pipeline.
@Ali_TongyiLab: Qwen-Audio-3.0-TTS is here. Our latest text-to-speech model, in two flavors: • Flash: real-time interaction • Plus: hig…
Alibaba's Tongyi Lab released Qwen-Audio-3.0-TTS, a new text-to-speech model with Flash (real-time) and Plus (high-quality) versions, supporting 16 languages, natural language style control, and robust voice cloning.
Qwen3-TTS voice cloning is now in mainline llama.cpp — the old demo finally became real support
Qwen3-TTS voice cloning has been merged into mainline llama.cpp, enabling local text-to-speech with voice cloning from short reference audio via the llama-tts binary, supporting multiple languages. Limitations remain, including only the Base model and no server endpoint yet.
Qwen3-tts.cpp + Compose Desktop GUI
The developer improved qwen3-tts.cpp to run 5x realtime on RTX 5080 and created a cross-platform desktop GUI with Kotlin Compose Multiplatform, featuring voice cloning, streaming, and speaker embedding management.