Qwen3-ASR-Flash
Qwen3-ASR-Flash is QwenCloud's hosted multilingual speech-recognition model for turning audio into text, with automatic language detection across 11 languages.
Platform: Replicate
Speech RecognitionAudio TranscriptionMultilingual ASRQwenCloud
QwenCloud DashScope API
$0.000035 per second of audio
Commercial🚀Function Overview
A hosted DashScope model for multilingual audio transcription where a stable model ID, per-second price, and current request limit are required.
Key Features
- Official request model ID qwen3-asr-flash
- Audio input and text output
- Automatic language identification across 11 languages
- DashScope MultiModalConversation API example
- $0.000035 per second of audio
- 100 requests per minute on the current QwenCloud model page
Use Cases
- •Transcribing multilingual meetings, interviews, and support calls
- •Converting recorded audio into searchable text
- •Testing automatic language identification before routing transcripts
- •Estimating transcription cost from audio duration
⚙️Input Parameters
audio
stringAn audio URL supplied in the DashScope message content.
language
stringOptional known-language hint that QwenCloud says can improve recognition accuracy.
enable_lid
booleanEnables automatic language identification when the language is not supplied.
💡Usage Examples
Example 1
Input Parameters
{
"model": "qwen3-asr-flash",
"audio": "https://example.com/meeting.mp3",
"enable_lid": true
}Output Results
A DashScope response containing the recognized text and request metadata.
Quick Actions
Technical Specifications
- Hardware Type
- QwenCloud DashScope API
- Commercial Use
- Supported
- Pricing
- $0.000035 per second of audio
- Platform
- Replicate