Qwen3-ASR-1.7B-hf, Explained Simply
What Qwen3-ASR-1.7B-hf is, what it does well, and what it costs — released 2026-06-26 by Alibaba.
- Qwen3-ASR-1.7B-hf is a new tool from Alibaba that turns spoken audio into written text.
- It can understand 30 languages and 22 Chinese dialects, even when there is background noise.
- It is an "open-source" model, meaning developers can download and run it on their own computers for free.
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 a speech-to-text tool (also known as ASR, or Automatic Speech Recognition) made by Alibaba. It listens to audio files and types out exactly what it hears. It is designed for app developers, researchers, or tech hobbyists who want to build their own transcription apps, subtitles, or voice assistants without relying on paid cloud services.
What it does well
- Handles tough audio: It is highly accurate even in noisy environments. It can even transcribe singing voices or songs playing with background music (BGM).
- Smart vocabulary: You can give it a "prompt" with specific words or names (like "Vocabulary: Quilter, apostle, gospel") to help it spell tricky words correctly.
- Flexible modes: It can transcribe audio in real-time (streaming) or all at once after the recording is finished (offline). It can also process multiple audio files at the same time.
- Auto-detects language: If you don't know what language is being spoken in an audio clip, it can guess for you, or you can force it to listen for a specific language.
How it compares
- Against previous models: The notes mention this is part of a new family (Qwen3) built on the audio understanding of a larger foundation model called Qwen3-Omni. It achieves "state-of-the-art" performance among open-source models, meaning it currently beats or matches the best publicly available tools out there.
- Against paid APIs: It is competitive with the strongest proprietary (private, paid) commercial speech recognition services, meaning you get top-tier quality without having to pay a company per minute of audio.
What it costs and what it can handle
- Price: The model is open-source, so the software itself is free to download and use.
- Languages: It handles 30 languages (including various English accents) and 22 specific Chinese regional dialects.
- Audio limits: It is designed to handle long audio files.
- Alignment limits: There is a related companion tool mentioned (Qwen3-ForcedAligner-0.6B) that can add timestamps to text for up to 5 minutes of speech in 11 languages.
Worth knowing
- Tech requirements: To actually run this model, you need a computer with decent hardware (like a good GPU) and you must use a specific software library called Transformers (version 5.13.0 or newer).
- Not a chatbot: Even though it uses a "chat template" to process the audio, it does not chat with you. It only outputs the transcribed text.
- Setup required: Because it is an open-source model rather than a simple website, you have to write a little bit of Python code to get it working.
This is our plain-language summary. Read the complete, official notes on the Qwen official changelog ↗.
