Authorization: Bearer ********************{
"model": "string",
"max_tokens": 0,
"modalities": [
"string"
],
"audio": {
"voice": "string",
"format": "string"
},
"store": true,
"messages": [
{
"role": "string",
"content": [
{
"type": "string",
"text": "string",
"input_audio": {
"data": "string",
"format": "string"
}
}
]
}
],
"temperature": 0,
"top_p": 0,
"steam": true
}curl --location --request POST 'https://api.mixrouter.com/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-msgpack' \
--data-raw '{
"model": "string",
"max_tokens": 0,
"modalities": [
"string"
],
"audio": {
"voice": "string",
"format": "string"
},
"store": true,
"messages": [
{
"role": "string",
"content": [
{
"type": "string",
"text": "string",
"input_audio": {
"data": "string",
"format": "string"
}
}
]
}
],
"temperature": 0,
"top_p": 0,
"steam": true
}'{
"data": {
"audio_url": "https://xxx.xxx.com/images/1767065366175444177-LfMTGXorgV.wav"
},
"message": "",
"success": true
}