{
"model": "qwen-audio-3.0-tts-flash",
"input": "你好,世界!这是一段测试语音。",
"voice": "longanfengyue",
"response_format": "mp3",
"speed": 1.0
}curl --location 'https://n.lconai.com/v1/audio/speech' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen-audio-3.0-tts-flash",
"input": "你好,世界!这是一段测试语音。",
"voice": "longanfengyue",
"response_format": "mp3",
"speed": 1.0
}'{}