{
"model": "tts-1",
"input": "欲买桂花同载酒,终不似,少年游。",
"voice": "onyx"
}
curl --location --request POST 'https://api.b3n.fun/v1/audio/speech' \
--header 'Authorization: sk-abc' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "tts-1",
"input": "欲买桂花同载酒,终不似,少年游。",
"voice": "onyx"
}'