Authorization: Bearer ********************
{ "model": "tts-1", "input": "你好呀,这里是星芸API.", "voice": "alloy", "response_format": "mp3", "speed": 1 }
curl --location --request POST 'https://aiapi.xing-yun.cn/v1/audio/speech' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "tts-1", "input": "你好呀,这里是星芸API.", "voice": "alloy", "response_format":"mp3", "speed":1.0 }'
File