WAN Video GeneratorWAN Video Generator

Qwen3-TTS: Free Text to Speech with 3-Second Voice Cloning (2026 Guide)

Jacky Wangon a day ago

Introduction

I was quoting a 60-second voiceover last month: one narrator, thirty product videos, and a client who wanted to test three different tones before committing. The commercial TTS quote came back per character, per month, with a voice library that did not contain anything close to the warm, slightly raspy tone the brand wanted.

So I tried the open-source route. Alibaba's Qwen team open-sourced Qwen3-TTS in January 2026, and the release notes read like a list of the things commercial voice services charge extra for: voice cloning from three seconds of audio, voice design from a written description, ten languages, streaming generation. I cloned the brand's existing narrator from a five-second clip of last year's ad, generated the same script three ways, and sent the client a folder that afternoon.

This guide is everything I learned doing that, in the order you will need it: the three modes, what each one is actually for, the numbers that matter, and the failure cases that will cost you an afternoon if nobody warns you.

TL;DR

  • Qwen3-TTS is an open-source text-to-speech model series from the Qwen team at Alibaba Cloud, open-sourced in January 2026, with 1.7B and 0.6B model sizes.
  • Three modes cover three different jobs: Voice Design (describe a voice in words), Voice Clone (3 seconds of reference audio), and Custom Voice (9 pre-trained premium timbres with style instructions).
  • It supports 10 major languages — Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish and Italian — plus dialectal voice profiles, with cross-lingual cloning.
  • Streaming latency is the headline spec: documentation lists ultra-low end-to-end latency, which is what makes real-time assistants and live avatars possible rather than just batch narration.
  • The 3-second cloning requirement is the practical game-changer. Most previous open-source options asked for 5, 10 or even 15 seconds of clean audio.
  • You can use it without touching Python — the free Qwen3-TTS text to speech tool runs all three modes in a browser.

Quick Verdict: Which Mode Should You Use?

If you only read one paragraph: use Voice Clone when the voice already exists, use Voice Design when it does not, and use Custom Voice when you need something decent in under a minute.

The three modes are not quality tiers — they are different answers to "where does the voice come from?" Getting this choice right saves more time than any setting inside the model.

Your situation Mode Why
Reusing a real narrator so 30 videos sound identical Voice Clone One reference clip locks the identity across every line
Starting a new brand with no voice assets Voice Design Describe age, tone, and character in words
Need a decent voice in 60 seconds Custom Voice Pick from the 9 pre-trained timbres and go
Adapting one voice across markets Voice Clone plus cross-lingual output Clone once, generate in another language
Character dialogue for a game or short film Voice Design, multiple prompts Cheaper to iterate than finding a real actor
Live avatar or interactive assistant Streaming variant Low latency is the requirement, not realism alone

What Is Qwen3-TTS?

Qwen3-TTS is a family of speech generation models developed by the Qwen team at Alibaba Cloud. The published release describes four capabilities: voice clone, voice design, ultra-high-quality human-like speech generation, and natural-language-based voice control.

Two technical choices explain why it performs differently from older TTS stacks:

  • A 12Hz multi-codebook tokenizer. Instead of the compressed representations that flatten emotional detail, the tokenizer is designed to preserve paralinguistic information — the hesitations, breath, and emphasis that make speech sound human — and acoustic environment features.
  • A lightweight non-DiT architecture for reconstruction. High-speed, high-fidelity speech reconstruction without the diffusion cost, which is what enables streaming output rather than waiting for the full clip.

The model family is available in two sizes, 1.7B and 0.6B, with variants for Custom Voice and Base (cloning and fine-tuning). There is a real advantage to the small size: the 0.6B class is small enough to run on modest hardware, which matters if you want to self-host.

Model variants at a glance

Variant What it is for
Qwen3-TTS-12Hz-0.6B-Base 3-second rapid voice clone; also a base for fine-tuning
Qwen3-TTS-12Hz-0.6B-CustomVoice 9 premium timbres across gender, age, language and dialect, with streaming
1.7B-class variants Higher-capacity generation for expressive, human-like speech
Streaming / Lite configurations Real-time generation with ultra-low latency

The Three Modes Explained

Skip the setup and test it in the browser: Experience Qwen Image Free →

1. Voice Clone: the mode you will actually use most

You supply a short reference clip plus the text transcription of that clip, and the model generates new speech in that voice. The published requirement is three seconds of reference audio — short enough that a single line from an old ad is sufficient.

The workflow matters more than people expect:

  1. Pick a reference clip with no background music and no compression artefacts.
  2. Provide the exact transcript of that clip. Accuracy here visibly affects output quality.
  3. Generate a short test line before you commit to the full script.
  4. Reuse the same reference prompt for every line in the project so the identity never shifts.

Why this beats re-recording: consistency. A human narrator's voice drifts between sessions; a cloned voice does not. If you are localising one script into three languages, cloning is the only way to keep the same "person" across all of them.

2. Voice Design: create a voice that does not exist

Instead of a reference clip, you describe the voice in natural language — age, gender, tone, pace, character. The model generates a matching timbre. This is the mode for new brands, fictional characters, and any project where casting an actor is not worth the budget.

The practical tip: describe how the voice should sound, not what the person looks like. "A woman in her late forties, unhurried, slight rasp, warm but not soft" produces a usable result; a paragraph of biography does not help the model.

3. Custom Voice: nine timbres, instant start

Nine pre-trained speakers covering a range of gender, age, language and dialect profiles, with optional style instructions. This is the fastest path to a finished voiceover, and the right choice for internal content, prototypes, and any project where "good and fast" beats "perfect and slow".

Real Test: Five Lines That Expose a TTS Model

Every TTS model sounds impressive reading a press release. Here is the five-line test I run before trusting one with a client script, and what each line is designed to break.

# Test line type What it exposes
1 Numbers and units in a sentence: "Save 35% on 12-month plans, billed at $358.80 a year" Whether the model reads figures as numbers or mangles them
2 A math expression or symbol string Symbol handling — the weakest area of most TTS systems
3 Acronyms and brand names your niche uses Word-splitting, and whether it reads "AI" as a word or two letters
4 Questions with rising intonation, back to back Prosody control; flat readings sound robotic on hooks
5 A mixed-language sentence Cross-lingual robustness if your content is bilingual

Then listen for four things, in order: pronunciation correctness on lines 1–3, prosody on line 4, voice consistency between a short line and a long line, and artefacts — clicks or metallic texture — at the joins. If lines 1–3 pass and consistency holds across a 60-second script, the model is production-ready for narration.

A note on the symbol case: text normalisation is a real engineering problem, not a model weakness. If a TTS model chokes on a formula, rewrite it in words and the problem disappears. Every voice pipeline I have built includes a small "speakable text" pass before generation, and it saves more QA time than any setting.

Qwen3-TTS vs Commercial and Open-Source Options

Dimension Qwen3-TTS Commercial TTS services Other open-source TTS
Cost structure Free weights; self-host or use a free hosted tool Per character or monthly subscription tiers Free weights, licence-dependent
Voice cloning input 3 seconds Typically a longer, curated sample, subject to policy Commonly 5–15 seconds depending on model
Languages 10 major languages plus dialect profiles Wide, but voice-by-language coverage varies Often English-first or a smaller set
Voice design from text Yes, first-class mode Rarely offered as a distinct feature Limited
Latency Streaming with ultra-low end-to-end latency Varies by plan and voice Varies widely
Commercial use Permissive open licence on the published model Governed by subscription terms Depends on each model's licence
Self-hosting Yes, 1.7B and 0.6B sizes No Yes

The honest summary: commercial services still win on convenience, voice marketplace polish, and support. Open models like Qwen3-TTS win on cost at volume, on cloning short samples, on privacy (nothing leaves your machine if you self-host), and on voice design — being able to conjure a voice from a description rather than renting one.

If you want output today, start here: Launch Qwen Image Now →

That last point is underestimated. If you produce content for a brand that cannot afford a narrator every month, being able to design and then consistently reuse a voice is the difference between publishing and not publishing.

Languages and Cross-Lingual Cloning

Qwen3-TTS covers ten major languages: Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian, plus dialectal voice profiles. The capability that matters commercially is cross-lingual cloning — clone a voice in one language and generate speech in another.

What to expect in practice:

  • Best results when the target language is well represented in training and the reference clip is clean and in the same language as the rest of your project.
  • Accented output is normal when you clone a speaker from one language into another. That is a feature in some contexts (a recognisable brand voice) and a problem in others (a market-specific ad read).
  • Always have a native speaker review a payment page, legal line, or product claim before you publish. No TTS model is a substitute for that review. For a closer look at how it stacks up against other models, see Wan 3.0 vs Flux 3 Video.

Why Low Latency Changes What Is Possible

Latency is the spec that separates "narration tool" from "conversational component". Documentation for Qwen3-TTS describes ultra-low end-to-end latency with streaming generation, which is what makes these use cases viable:

  • Live avatars and streaming hosts, where speech must start before the sentence ends.
  • Interactive assistants, where a pause longer than a second breaks the illusion.
  • Live translation and event captions, where the audience is listening in real time.
  • Iterative creative work, where you regenerate a line ten times in a minute instead of waiting a minute each time.

For pre-rendered content — YouTube voiceovers, product videos, audiobooks — latency does not matter at all. For anything interactive, it is the whole ballgame.

How to Use It Free, In Three Steps

You do not need Python, a GPU, or an install to test whether the voices work for your project.

  1. Pick your mode. Clone if you have reference audio, Design if you need a new voice, Custom Voice if you want to start immediately.
  2. Prepare your input. Clone mode needs a clean clip of about three seconds plus its transcript; Design mode needs a written description; Custom Voice needs nothing but your script.
  3. Generate and download. Short lines process in seconds, and you can iterate on punctuation and instructions until the read sounds right.

The free Qwen3-TTS text to speech tool exposes all three modes in the browser, which is where I test voice direction before committing a project to it.

Ready to try it yourself? Try Qwen Image Free →

Common Mistakes

  • Dirty reference audio. A clip with music behind it clones the music's spectral character too. Use raw speech.
  • Forgetting the transcript. Clone mode wants the exact words of the reference clip; skipping that step costs quality.
  • Mixing references across a project. Every line should reuse the same reference prompt, or the voice will subtly shift between scenes.
  • Long paragraphs instead of sentences. Sentence-by-sentence generation gives you cleaner prosody and easier retakes.
  • No "speakable text" pass. Expand numbers, symbols, and abbreviations before generation, not after.
  • Expecting studio polish without editing. A short pause trim between sentences is usually needed; AI speech is fast to generate and still worth 60 seconds of cleanup.

The Bottom Line

Qwen3-TTS is the clearest example of why open-source speech caught up so quickly. Three modes, ten languages, three-second cloning across 1.7B and 0.6B sizes, and streaming latency low enough for interactive products — with weights you can host yourself.

For pre-rendered content, my default order is: clone the voice you already have, design one only if you must, and use a pre-trained timbre when speed wins. For anything interactive, evaluate on latency first and realism second.

The days of paying per character for a generic voice library are numbered. Test three lines against your own script and you will hear exactly why.

Try Qwen3-TTS Free

Stop paying per character for a voice you could clone in three seconds. Test Voice Clone, Voice Design and Custom Voice on the same script — no install, no GPU, no account complexity — and hear the difference on your own content.

  • 3-second voice cloning from a single clean reference clip
  • Voice Design so you can create a brand voice described in words, not rented by the month
  • 9 pre-trained speakers with style instructions for instant work
  • 10 languages including cross-lingual cloning for multi-market content
  • Streaming generation that is fast enough for interactive and live use
  • Free to test in the browser, alongside the rest of our free Wan video tools

Generate your first AI voice with Qwen3-TTS and pair it with lip-synced video when you are ready.

Related guides

FAQ

What is Qwen3-TTS?

It is an open-source text-to-speech model series from the Qwen team at Alibaba Cloud, open-sourced in January 2026 in 1.7B and 0.6B sizes. It supports voice cloning, voice design, multilingual generation across ten languages, and streaming speech generation with natural-language voice control.

How long does Qwen3-TTS need to clone a voice?

Three seconds of reference audio, plus the transcript of that clip. That is short enough to use an existing line from a previous recording, which is why it is practical for brands that already have voice assets.

Is Qwen3-TTS free?

The model weights are openly released, so the software is free; you pay for compute if you self-host. Hosted tools let you use it free in a browser, which is the fastest way to evaluate the three modes before deciding whether to run it yourself.

How does it compare to ElevenLabs?

Commercial services like ElevenLabs offer polished voice marketplaces, mature tooling and support. Qwen3-TTS competes on shorter cloning samples, voice design from text, self-hosting, and cost at volume. If you need a supported product with a large curated voice library, commercial wins; if you need volume, privacy, or a designed brand voice, the open model does.

Which languages does it support?

Ten major languages — Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish and Italian — plus dialectal voice profiles, with cross-lingual cloning between them.

Can I use Qwen3-TTS commercially?

The published model is released under a permissive open licence, so commercial use is permitted within those terms. If you are cloning a real person's voice, that is a separate legal question about that person's consent, independent of the model licence.

Why does the 97ms latency figure matter?

Because it makes interactive applications possible. Streaming generation at ultra-low end-to-end latency means speech can begin before the full sentence is produced, which is what live avatars, conversational assistants and real-time translation need.

Can I use the voices in videos with talking characters?

Yes, and that is the most common pipeline: generate the speech, then drive a character or avatar with it. Our Wan speech-to-video tool and character animation generator handle the lip-sync stage.

References

Start Generating

Ready to Generate Images with Qwen Image?Generate with Qwen Image

Use Qwen Image to create images, edits and variations — start free in your browser.

Text to Image
Image to Image
Free to Try
No Setup Required