Qwen3-ASR-0.6B-hf, Explained Simply
What Qwen3-ASR-0.6B-hf is, what it does well, and what it costs — released 2026-06-26 by Alibaba.
TLDR
- It’s a speech-to-text tool from Alibaba that listens to audio and writes down what it hears.
- It can understand 30 languages and 22 Chinese dialects, plus different English accents.
- It handles long audio, works in noisy places, and can even transcribe singing and songs with background music.
- You can give it "hotwords" (vocabulary hints) to help it spell tricky names correctly.
Want a heads-up when Qwen updates?
We email you the moment a new Qwen version drops — plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
This model is an audio transcription tool built by Alibaba. It is designed for developers who need to turn spoken audio into written text, especially when working with lots of different languages, dialects, or noisy recordings.
What it does well
- Huge language support: It recognizes 30 languages and 22 specific Chinese dialects.
- Handles tough audio: It doesn't just do clean speech; it can transcribe singing, songs with background music (BGM), and audio with lots of background noise.
- Smart spelling with "hotwords": You can give it a prompt with specific vocabulary (like people's names or technical terms) before it listens. This "biases" the model so it is much more likely to spell those words correctly.
- Flexible listening: It can handle long audio files and works both offline (transcribing a finished file) and streaming (transcribing live as someone speaks).
How it compares
- Alibaba released two versions of this model: this 0.6B one and a larger 1.7B one. The larger 1.7B version is their top-tier model, matching the performance of paid, commercial speech-to-text APIs. The 0.6B version is the smaller, lighter sibling.
- Alibaba also released a related tool called Qwen3-ForcedAligner-0.6B. While the main model just writes down the text, the ForcedAligner is built to predict exact timestamps (matching specific words to exact moments in the audio up to 5 minutes long) and is more accurate than older forced-alignment models at this task.
What it costs and what it can handle
- The model is open-source and free to download.
- It is built to be very fast: it can handle 128 audio files at the exact same time (concurrency) and reaches a very high processing speed (2000x throughput).
- It can process long audio files without needing them to be chopped up.
Worth knowing
- You need specific software to run it: it requires a Python library called 🤗 Transformers, specifically version 5.13.0 or newer.
- It is a "0.6B" model, which means it has 0.6 billion parameters (the internal connections that make it work). This makes it lightweight and fast, but it might not be quite as perfectly accurate as the larger 1.7B version.
This is our plain-language summary. Read the complete, official notes on the Qwen official changelog ↗.
