Authorization: Bearer ********************{
"model": "qwen3-asr-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "input_audio",
"input_audio": {
"data": "https://toiotech.s3.cn-northwest-1.amazonaws.com.cn/audio/17519768096356221.mp3"
}
}
]
}
],
"stream": false,
"asr_options": {
"language": "zh",
"enable_itn": true
}
}curl --location 'https://api.mixrouter.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen3-asr-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "input_audio",
"input_audio": {
"data": "https://toiotech.s3.cn-northwest-1.amazonaws.com.cn/audio/17519768096356221.mp3"
}
}
]
}
],
"stream": false,
"asr_options": {
"language": "zh",
"enable_itn": true
}
}'{}