Authorization: Bearer ********************
prompt_wav_url
音频内容对应的文本。有助于提高音色克隆的准确性。{
"model": "Step-Audio-TTS-3B",
"input": "根据 prompt audio url克隆音色",
"prompt_audio_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 'Content-Type: application/json' \
--data-raw '{
"model": "Step-Audio-TTS-3B",
"input": "根据 prompt audio url克隆音色",
"prompt_audio_url": "https://s3.ffire.cc/files/jay_prompt.wav",
"response_format": "url"
}'