{
"model": "qwen3-tts-flash",
"voice": "Cherry",
"text": "你好,这是 Qwen3 语音合成测试。",
"language_type": "Chinese",
"stream": false
}curl --location --request POST 'https://www.jiaozitts.com/api/v1/qwen3-synthesize' \
--header 'Authorization: Bearer sk-b7d5d0fa2d5c71c28aa3fd7dc318918b' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen3-tts-flash",
"voice": "Cherry",
"text": "你好,这是 Qwen3 语音合成测试。",
"language_type": "Chinese",
"stream": false
}'{
"code": 200,
"message": "语音合成成功",
"data": {
"audio_url": "https://example.com/audio.mp3"
},
"char_count": 10,
"cost": 0.003
}