Qwen3-asr-flash

Aliyun Qwen3 ASR Flash sync STT

Capabilities
"POST", "endpoint": "/v1/audio/transcriptions", "protocol": "audio-stt", "parameters": {"optional": {"prompt": {"type": "string"}, "response_format": {"type": "string", "default": "json"}}, "required": ["model", "file"]}, "validation": {"timeout_ms": 60000, "status_codes": [200], "response_path": "text", "must_be_non_empty": true}, "test_request": {"_note": "Requires multipart form upload with audio file", "model": "{{model}}"}}
Input
Audio
Output
Text
Regions
cn, global
Last verified
2026-08-15T05:05:43.163598142+00:00
Price
180 IFT / 1M tokens
Documentation
-

Example

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"aliyun/aliyun/qwen3-asr-flash","messages":[{"role":"user","content":"Hello"}]}'