Authorization: Bearer ********************{
"model": "IndexTTS-1.5",
"input": "我是AI,我会七十二变",
"prompt_wav_url": "https://s3.ffire.cc/files/jay_prompt.wav",
"response_format": "url"
}curl --location --request POST 'https://api.chatfire.cn/openai/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "IndexTTS-1.5",
"input": "我是AI,我会七十二变",
"prompt_wav_url": "https://s3.ffire.cc/files/jay_prompt.wav",
"response_format": "url"
}'{"error":{"message":"Invalid URL (GET /v1/audio/speech)","type":"invalid_request_error","code":""}}