{
"model": "speech-2.6-turbo",
"text": "302.AI是一个汇集全球顶级品牌的AI超市",
"voice_setting": {
"voice_id": "audiobook_male_1",
"speed": 1,
"vol": 1,
"pitch": 0,
"emotion": "fluent"
},
"audio_setting": {
"sample_rate": 32000,
"bitrate": 128000,
"format": "mp3",
"channel": 2
}
}curl --location 'https://interface.chatgptten.com/router/v2/minimaxi/v1/t2a_async_v2' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "speech-2.6-turbo",
"text": "302.AI是一个汇集全球顶级品牌的AI超市",
"voice_setting": {
"voice_id": "audiobook_male_1",
"speed": 1,
"vol": 1,
"pitch": 0,
"emotion": "fluent"
},
"audio_setting": {
"sample_rate": 32000,
"bitrate": 128000,
"format": "mp3",
"channel": 2
}
}'{
"task_id": 0,
"task_token": "string",
"file_id": 0,
"usage_characters": 0,
"base_resp": {
"status_code": 0,
"status_msg": "string"
}
}