Authorization: Bearer ********************
{
"model": "fish-speech-1.5",
"top_p": 0.75,
"repetition_penalty": 1.08,
"temperature": 0.66,
"max_new_tokens": 2048,
"chunk_length": 200,
"input": "The answer to the universe is 42"
}
curl --location --request POST 'https://vir.vimsai.com/v1/audio/speech' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "fish-speech-1.5",
"top_p": 0.75,
"repetition_penalty": 1.08,
"temperature": 0.66,
"max_new_tokens": 2048,
"chunk_length": 200,
"input": "The answer to the universe is 42"
}'
// 直接返回音频文件 xxx.mp3