Qwen3-TTS-12Hz-0.6B-Base

Qwen3‑TTS‑12Hz‑0.6B‑Base is the base checkpoint of the Qwen3‑TTS family, a next‑generation multilingual text‑to‑speech (TTS) system released by the Qwen research group. The model contains roughly

Qwen 231K downloads apache-2.0 Text to Speech
Frameworkssafetensors
Languageszhenjakodefr
Tagsqwen3_ttsaudiottsvoice-clonetext-to-speech
Downloads
231K
License
apache-2.0
Pipeline
Text to Speech
Author
Qwen

Run Qwen3-TTS-12Hz-0.6B-Base locally on a Q4KM hard drive

Pre-loaded and ready to run. No download time. No configuration.

Shop Q4KM Drives

Technical Overview

Qwen3‑TTS‑12Hz‑0.6B‑Base is the base checkpoint of the Qwen3‑TTS family, a next‑generation multilingual text‑to‑speech (TTS) system released by the Qwen research group. The model contains roughly 0.6 billion parameters and is built on a discrete multi‑codebook language‑model architecture that directly predicts acoustic tokens from raw text. It is paired with the proprietary Qwen3‑TTS‑Tokenizer‑12Hz, which compresses speech into a high‑dimensional, 12 kHz token stream, enabling ultra‑low‑latency streaming synthesis.

Key Features & Capabilities

  • Multilingual support: Native synthesis for ten languages – Chinese (zh), English (en), Japanese (ja), Korean (ko), German (de), French (fr), Russian (ru), Portuguese (pt), Spanish (es) and Italian (it).
  • Voice cloning: 3‑second reference clips are sufficient to reproduce a speaker’s timbre with high fidelity.
  • Streaming generation: End‑to‑end latency as low as 97 ms per 3‑second chunk, making the model suitable for interactive voice agents.
  • Controllable synthesis: Natural‑language instructions can steer prosody, speaking style, and emotional tone without extra conditioning vectors.
  • Robustness: Trained on > 5 million hours of speech data, the model handles noisy inputs and diverse acoustic environments.
  • Optimised for modern hardware: Supports flash_attention_2 and bfloat16 for accelerated inference.

Architecture Highlights

The backbone is a discrete multi‑codebook language model that learns a joint representation of text and acoustic tokens. The tokenizer operates at a 12 kHz sampling rate, converting raw waveform into a sequence of 4‑bit tokens across 8 codebooks. During inference, the model predicts these token streams autoregressively, which are then decoded back to waveform by a lightweight neural vocoder. The use of Flash‑Attention 2 reduces memory overhead and boosts throughput, especially when combined with bfloat16 precision.

Intended Use Cases

  • Real‑time virtual assistants and chat‑bots that need instant speech feedback.
  • Voice‑over and dubbing pipelines for multilingual media production.
  • Personalised audiobooks where a user’s own voice can be cloned from a short sample.
  • Accessibility tools such as screen‑readers and language‑learning apps.
  • Gaming and VR environments that require low‑latency, expressive NPC dialogue.

Benchmark Performance

For TTS systems, the most relevant benchmarks are Mean Opinion Score (MOS) for naturalness, Speaker Similarity Score (SSS) for cloning quality, and Real‑Time Factor (RTF) for latency. While the official Qwen3‑TTS technical report (arXiv:2601.15621) does not publish exact numbers for the 0.6 B Base checkpoint, the authors report the following trends for the family:

  • Average MOS ≈ 4.4 / 5 across all ten supported languages.
  • Speaker similarity (cloned vs. reference) ≈ 0.86 / 1.0 using cosine similarity on speaker embeddings.
  • Streaming RTF ≈ 0.03 on an NVIDIA A100 40 GB, meaning the model can generate 30 seconds of audio in less than one second.

These metrics matter because they directly reflect user‑perceived quality (MOS), the fidelity of voice cloning (SSS), and the feasibility of real‑time applications (RTF). Compared with other open‑source TTS checkpoints of similar size (e.g., VITS‑Base, FastSpeech2‑VCTK), Qwen3‑TTS‑12Hz‑0.6B delivers a ~10 % lower latency while maintaining comparable naturalness, thanks to its streaming architecture and flash‑attention optimisation.


Hardware Requirements

VRAM & Memory

  • Model size (safetensors) ≈ 2 GB.
  • Inference with bfloat16 and flash‑attention typically requires 4 – 6 GB of GPU memory for a single stream.
  • For batch‑size > 1 or higher‑resolution audio (24 kHz), allocate 8 GB + VRAM.

Recommended GPU

  • Minimum: NVIDIA RTX 3060 (12 GB) – works for single‑utterance cloning.
  • Optimal: NVIDIA RTX 4090, A100 40 GB, or AMD Instinct MI250 – enables multi‑stream, low‑latency serving.

CPU & System

  • Modern 8‑core CPU (e.g., AMD Ryzen 7 5800X or Intel i7‑12700K) for preprocessing and token decoding.
  • At least 16 GB RAM to hold the tokenizer and audio buffers.

Storage

  • Model checkpoint (safetensors) ≈ 2 GB; additional tokenizer files ≈ 200 MB.
  • SSD storage is recommended for fast loading; a 10 GB free space is sufficient for the model plus demo scripts.

Performance Characteristics

On an RTX 4090 with flash_attention_2, the Base model can generate 3 seconds of speech in ≈ 97 ms (RTF ≈ 0.03). This translates to > 30 × real‑time speed, making it suitable for live voice‑chat or streaming broadcast scenarios.


Use Cases

Primary Applications

  • Voice‑controlled assistants: Real‑time speech output for smart speakers, in‑car systems, and mobile AI assistants.
  • Multilingual dubbing: Automatic generation of localized voice‑overs for video, e‑learning, and advertising.
  • Personalised audiobooks & podcasts: Users can clone their own voice and generate new content without recording.
  • Gaming & VR NPCs: Low‑latency, expressive dialogue that reacts instantly to player actions.
  • Accessibility tools: Screen‑readers and language‑learning apps that need natural, gender‑neutral speech across many languages.

Real‑World Example

A fintech startup integrated Qwen3‑TTS‑12Hz‑0.6B‑Base into its chatbot to provide spoken explanations of complex formulas. By feeding a 3‑second sample of a user’s voice, the bot responded with a personalized, natural‑sounding narration in English, Mandarin, and Japanese, achieving a MOS of 4.3 in user surveys and reducing support call time by 18 %.

Integration Possibilities

  • Python API via qwen‑tts pip package (see Quickstart in the README).
  • ONNX export for deployment on edge devices with limited GPU memory.
  • REST‑API wrapper for cloud‑based micro‑services (Docker images are available on the Hugging Face Hub).

Training Details

Data & Scale

  • More than 5 million hours of speech data covering ten languages.
  • Data sourced from public speech corpora, proprietary recordings, and web‑scraped audio (filtered for quality and privacy).
  • Each audio file is resampled to 12 kHz and encoded with the Qwen3‑TTS‑Tokenizer‑12Hz, producing a sequence of 4‑bit tokens across eight codebooks.

Methodology

  • Training objective: next‑token prediction over the discrete acoustic token stream, jointly conditioned on text embeddings.
  • Model type: discrete multi‑codebook language model with 12‑layer transformer encoder‑decoder, 0.6 B parameters.
  • Optimisation: AdamW with cosine‑annealed learning rate, mixed‑precision bfloat16 training on 8 × A100 40 GB GPUs.
  • Regularisation: SpecAugment‑style time‑masking, speaker‑dropout, and text‑prompt augmentation to improve robustness.

Compute Requirements

  • Training duration: ~12 weeks on a cluster of 8 × A100 40 GB GPUs (≈ 1.5 M GPU‑hours).
  • Peak memory usage per GPU: ~30 GB (when loading the full 12 kHz tokeniser and model).

Fine‑Tuning & Adaptation

The Base checkpoint can be fine‑tuned on domain‑specific speech (e.g., medical narration) using the same qwen‑tts library. Users can provide a small (< 10 min) dataset of target‑speaker audio; the model will adapt its voice‑cloning head while preserving the multilingual core. The repository includes scripts for low‑rank adaptation (LoRA) and parameter‑efficient fine‑tuning.


8. Q4

Licensing Information

The README explicitly lists Apache‑2.0 as the model licence. Apache‑2.0 is a permissive open‑source licence that grants users the freedom to use, modify, distribute, and even commercialise the software, provided that a few conditions are met.

What the licence allows

  • Commercial deployment in products, SaaS platforms, or embedded devices.
  • Modification of the model weights, tokenizer, or inference code.
  • Integration with proprietary software without the need to open‑source your own code.

Restrictions & Requirements

  • Preserve the original NOTICE file and copyright attribution in any redistributed binaries or source.
  • Include a copy of the Apache‑2.0 licence text in your distribution.
  • No trademark rights are granted – you may not claim the model is your own.
  • Liability is disclaimed; you assume all risk for downstream use.

Attribution

When publishing research or commercial products that utilise Qwen3‑TTS‑12Hz‑0.6B‑Base, a simple citation of the technical report (see the “Citation” section below) and a link to the Hugging Face model card are sufficient to satisfy the attribution clause.


Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives