Qwen3-asr-flash-filetrans

Aliyun Qwen3 ASR Flash Filetrans async STT

Capabilities
"POST", "endpoint": "/v1/async/audio/transcriptions", "protocol": "audio-stt", "parameters": {"optional": {"language": {"type": "string"}, "response_format": {"type": "string", "default": "json"}}, "required": ["model", "file"]}, "validation": {"timeout_ms": 60000, "status_codes": [202], "response_path": "id", "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.163602108+00:00
Price
0.18 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-filetrans","messages":[{"role":"user","content":"Hello"}]}'