Alibaba's Qwen-Audio-3.0-ASR-Flash Hits 95% Accuracy on Medical Jargon
Qwen's new ASR model brings LLM-style context awareness to speech recognition, hitting 95% recall on medical and industrial terminology

- New model live: Qwen-Audio-3.0-ASR-Flash (
fun-asr-flash-2026-06-15) is available now on Alibaba Cloud Model Studio. - Domain recall: Internal benchmarks show 95.36% recall on medical terms and 93.24% on industrial terms.
- Context-aware transcription: Chat-style API lets you pass prior conversation turns to bias recognition toward domain vocabulary.
- Three endpoints: Real-time streaming (WebSocket), async file transcription, and synchronous short-audio HTTP API.
- Key limitation: The Flash model caps at 5-minute audio files and does not support speaker diarization.
- 30+ languages supported including Chinese dialects (Cantonese, Wu, Hokkien, Hakka) and major European and Asian languages.
Automatic speech recognition has a dirty secret: it falls apart the moment someone says something domain-specific. A doctor dictating a clinical note, an engineer describing a manufacturing defect, a lawyer reciting case citations -- generic ASR models stumble on the exact moments that matter most. Alibaba's Qwen team just shipped Qwen-Audio-3.0-ASR-Flash, a new speech recognition model built around a single thesis: context should drive transcription, not just acoustic signals.
The model is now live on Alibaba Cloud Model Studio under the model ID fun-asr-flash-2026-06-15, available via HTTP API in both Beijing and Singapore regions.
What actually changed
The headline numbers are hard to ignore. In internal benchmarks, the model achieves a 95.36% recall rate on medical terminology and 93.24% on industrial terms -- categories where standard ASR models routinely fail because they've never seen the vocabulary at sufficient frequency during training.
But the more interesting architectural shift is how the model handles context. Unlike traditional ASR engines that treat each audio segment independently, fun-asr-flash-2026-06-15 uses a chat-style messages API where you can pass prior conversation turns alongside the audio. The model uses that history to bias recognition toward vocabulary that fits the ongoing discussion -- similar to how a human transcriptionist would lean on context clues when a word is ambiguous.
The four core upgrades are:
- Context consistency