1224 条记录
52 私有链接
52 私有链接
curl --location --request POST 'https://api.openai-hub.com/v1/audio/speech' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "tts-1", "response_format":"mp3", "input": "The quick brown fox jumped over the lazy dog.", "voice": "alloy" }'