POST /v1/audio/speech HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 144
{
"model": "Chatterbox",
"stream": false,
"input": "text",
"voice": "leo",
"temperature": 0.8,
"exaggeration": 0.5,
"cfg_weight": 0.5,
"response_format": "wav"
}