Qwen3-asr-flash
Aliyun Qwen3 ASR Flash sync STT
- 能力
- "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}}"}}
- 输入
- Audio
- 输出
- Text
- 区域
- cn, global
- 验证时间
- 2026-08-15T05:05:43.163598142+00:00
- 价格
- 180 IFT / 1M tokens
- 文档
- -
调用示例
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"}]}'