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