Qwen-Audio-ASR-Flash-Filetrans
Copy success!
Overview
qwen-audio-3.0-asr-flash-filetrans is a high-performance transcription model designed specifically for non-real-time, full-segment audio and video files. It not only integrates context enhancement capabilities but also enhances the recognition accuracy of trending words in vertical industries, making it ideal for short video subtitles, customer service quality inspection, and financial dual-recording scenarios.
Input
Audio
Output
Text
Features
Prefix Completion
Enable Partial Mode when calling the Qwen API to make the model continue strictly from your provided prefix text.View docsFunction Calling
Use function calling to connect large language models with external tools and systems.View docsCache
Context Cache stores shared prefixes for long-context requests to reduce repeated computation, improve latency, and lower cost.View docsStructured Outputs
Structured Outputs help ensure the model returns a JSON string in the expected format.View docsPricing
- Audio Duration $0.000035Per second
Rate Limits
- RPMRequests Per Minute600
API Reference
Call APICopy success!
123456789101112131415
curl --location 'https://dashscope-intl.aliyuncs.com/api/v1/services/audio/asr/transcription' \
--header "Authorization: Bearer $DASHSCOPE_API_KEY" \
--header "Content-Type: application/json" \
--header "X-DashScope-Async: enable" \
--data '{
"model": "qwen-audio-3.0-asr-flash-filetrans",
"input": {
"file_urls": [
"{YOUR_AUDIO_URL}"
]
},
"parameters": {
"channel_id": [0]
}
}'