{
"text": "测试语音生成系统是否有效",
"chunk_length": 106,
"format": "opus",
"mp3_bitrate": 192,
"reference_id": "7f92f8afb8ec43bf81429cc1c9199cb1",
"normalize": true,
"latency": "normal",
"temperature": 0.1821629194370873,
"top_p": 0.6951457824758468
}
curl --location --request POST '/v1/tts' \
--header 'model;' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "测试语音生成系统是否有效",
"chunk_length": 106,
"format": "opus",
"mp3_bitrate": 192,
"reference_id": "7f92f8afb8ec43bf81429cc1c9199cb1",
"normalize": true,
"latency": "normal",
"temperature": 0.1821629194370873,
"top_p": 0.6951457824758468
}'
{}