Qwen3 ASR Flash
Qwen3 ASR Flash is Qwen’s high-accuracy, multilingual automatic speech recognition (ASR) service optimized for real-time transcription of short audio.
What is Qwen3 ASR Flash?
Qwen3 ASR Flash is an automatic speech recognition model and cloud service from Qwen (Alibaba) designed for fast, accurate transcription of short audio segments. It is mainly used to convert speech to text in real time for applications such as live captioning, meeting or call transcription, and voice-driven interfaces. It is also used as a backend ASR component in broader multimodal and translation pipelines, including tools that extend it to long-form audio transcription. The model is part of the Qwen3-ASR family and is built on the Qwen3-Omni multimodal model within the broader Qwen3 model ecosystem.
Providers
Different companies host the same model. OpenRouter routes your request to one of them based on the routing mode you pick — Balanced (price + speed), Nitro (fastest), or Exacto (highest tool-calling accuracy).
| Provider | Input | Output | Cache read /M | Latency | Throughput | Uptime |
|---|---|---|---|---|---|---|
| Qwen | ~$0.006/min | $0.00/min | — | ~180ms | ~80 audio min/s | ~99.9% |
| Alibaba Cloud | ~$0.007/min | $0.00/min | — | ~220ms | ~60 audio min/s | ~99.9% |
| Replicate | ~$0.010/min | $0.00/min | — | ~250ms | ~40 audio min/s | ~99.5% |
| Fireworks AI | ~$0.008/min | $0.00/min | — | ~200ms | ~70 audio min/s | ~99.9% |
Try this model
Test Qwen3 ASR Flash right here — free to start.
Suggestions for your first prompt
Code snippet
Call the model through the OpenAI-compatible API.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://inference.example.com/v1"
)
response = client.chat.completions.create(
model="qwen/qwen3-asr-flash",
messages=[
{
"role": "user",
"content": "Describe this image in one sentence."
}
],
)
print(response.to_json())
{
"model": "qwen/qwen3-asr-flash",
"messages": [
{
"role": "user",
"content": "Describe this image in one sentence."
}
]
}
5 Core Capabilities
-
Streaming ASR
Performs low-latency automatic speech recognition, transcribing spoken audio to text in real time for interactive applications.
-
Offline Transcription
Converts prerecorded audio files into accurate text transcripts, supporting efficient processing of long-form speech content.
-
Multilingual Speech
Recognizes and transcribes speech across multiple languages, enabling global voice-powered applications and multilingual audio processing.
-
Command Interfaces
Enables voice-driven control and command interfaces by reliably turning spoken instructions into structured text for downstream handling.
-
Audio Event Capture
Handles diverse acoustic conditions and speaking styles to robustly capture and transcribe speech in real-world noisy environments.
6 Most Valuable Use Cases
- Real-time Speech Transcription
- Voice Command Interfaces
- Call Center Call Transcripts
- Meeting and Lecture Notes
- Multilingual Audio Captioning
- Streaming ASR for Apps
Why Build on LLM.API?
One unified API. Every major model. Built-in reliability, cost control, and observability.
-
Unified AI Routing
Dynamically route each request to the best model across providers based on latency, cost, and quality—no client changes, no redeploys, just smarter defaults.
One endpoint, any model -
Cost-Aware Controls
Set hard budgets, price caps, and model tiers so teams can experiment freely while finance stays in control of spend across every AI provider.
Predictable AI spend -
Automatic Fallbacks
Define provider and model failover rules so traffic transparently shifts on errors or outages—keeping your AI features online without manual intervention.
Resilience by default -
Full-Stack Observability
Trace every request, token, error, and latency across providers with unified logs, metrics, and alerts so you can debug, tune, and prove ROI in one place.
See every token -
Task-Level Orchestration
Express higher-level tasks—chat, tools, RAG, evaluation—through a single abstraction that hides provider quirks, simplifying complex AI workflows into clean, testable units.
One API for tasks -
High-Throughput Batch
Submit massive batches of generations or evaluations with built-in chunking, retries, and concurrency control to saturate throughput limits without blowing up rate caps.
Scale jobs, not code
When to Use — When NOT to Use
Use it if...
- You need fast, low-latency speech-to-text transcription for short utterances or commands.
- Your use case involves real-time transcription of calls, meetings, or live streams.
- You need an ASR model optimized for common Mandarin and English speech scenarios.
- Your use case involves processing large volumes of audio where throughput matters more than perfection.
- You need lightweight ASR for interactive voice features in apps, bots, or games.
- Your use case involves quick voice notes or memos that don’t require full semantic accuracy.
Avoid if...
- You need state-of-the-art accuracy on noisy, highly accented, or domain-specialized audio.
- Your workload requires robust transcription across many low-resource or uncommon languages.
- You need detailed diarization, punctuation, formatting, and rich metadata beyond basic transcripts.
- Your workload requires complex spoken language understanding or reasoning beyond simple transcription.
- You need precise offline transcription for legal, medical, or compliance-critical recordings.
- Your workload requires handling very long multi-hour recordings without segmenting the audio first.
Frequently Asked Questions
-
What is Qwen3 ASR Flash?
Qwen3 ASR Flash is a fast automatic speech recognition model by Qwen optimized for low-latency transcription via API.
-
What modalities does Qwen3 ASR Flash support?
Qwen3 ASR Flash accepts audio as input and outputs text transcripts.
-
How does Qwen3 ASR Flash compare to other Qwen ASR or general-purpose models?
Qwen3 ASR Flash prioritizes speed and low cost over maximum accuracy or advanced language understanding found in larger general-purpose Qwen models.
-
What is the context window or maximum audio length Qwen3 ASR Flash can handle?
Qwen3 ASR Flash supports long-form audio segments, but you should chunk very long recordings client-side to manage latency and partial failures.
-
Is Qwen3 ASR Flash suitable for real-time or streaming transcription?
Yes, Qwen3 ASR Flash is designed for low-latency use cases like real-time or near real-time transcription where speed is critical.
-
What are the main limitations of Qwen3 ASR Flash?
Qwen3 ASR Flash may struggle with heavy background noise, very low-resource languages, domain-specific jargon, or tasks requiring deep semantic understanding beyond transcription.
-
How is Qwen3 ASR Flash priced when accessed through LLM.API?
LLM.API exposes Qwen3 ASR Flash with usage-based pricing per audio duration; check the LLM.API pricing page for the latest exact rates.
-
How fast is Qwen3 ASR Flash on LLM.API?
Qwen3 ASR Flash is tuned for high throughput and low latency, typically returning transcripts much faster than the input audio duration.
-
How do I call Qwen3 ASR Flash through the LLM.API gateway?
You specify the provider as Qwen and the model name as Qwen3 ASR Flash in your LLM.API request, sending audio content in the supported format.
-
Does Qwen3 ASR Flash support multiple languages?
Qwen3 ASR Flash supports multilingual transcription, but accuracy varies by language and is generally best for its highest-resource languages.
COMPARE
Competitive Models
-
Qwen3 VL 235B A22B Thinking
Qwen3 VL 235B A22B Thinking is a large Qwen multimodal model that can process both images and text with enhanced chain-of-thought style reasoning. It is configured for higher-quality, slower “thinking” outputs rather than fast responses.
-
Qwen3 VL 30B A3B Instruct
Qwen3 VL 30B A3B Instruct is a 30B-parameter Mixture-of-Experts vision-language model from Qwen, offering strong multimodal understanding and generation with a 262K-token context window. It is instruction-tuned for chat-style use and balances high-quality reasoning with relatively efficient active parameter usage.
-
Qwen3.7 Max
Qwen3.7 Max is a large language model from Qwen optimized for powerful, general-purpose reasoning and coding assistance. It is designed to handle complex, multi-step tasks with strong performance across chat, analysis, and generation.
Get one key to every model
Swap your API key. Keep your code.