{ "model": "string", "input": "string", "voice": "string", "response_format": "string", "speed": 0 }
curl --location --request POST 'https://api.openai.one/v1/audio/speech' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "string", "input": "string", "voice": "string", "response_format": "string", "speed": 0 }'
{ "model": "tts-1", "input": "你好.", "voice": "alloy" }