{ "model": "tts-1", "input": "欲买桂花同载酒,终不似,少年游。", "voice": "onyx" }
curl --location --request POST 'https://api.gpts.vin/v1/audio/speech' \ --header 'Authorization: {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "tts-1", "input": "欲买桂花同载酒,终不似,少年游。", "voice": "onyx" }'
{ "model": "tts-1", "input": "The quick brown fox jumped over the lazy dog.", "voice": "alloy" }