MiniMax
MiniMax TTS delivers highly expressive and emotionally rich Chinese voices with advanced prosody control. Its speech models are known for natural-sounding intonation that goes beyond monotone synthesis. Ideal for applications where voice personality and emotional expressiveness matter — such as virtual companions or customer-facing bots.
Usage
To use MiniMax as the TTS engine, pass the following JSON in the
TTSConfig field of the StartAIConversation API:// json — TTSConfig{"TTSType": "minimax","Model": "speech-2.8-turbo","APIUrl": "https://api.minimax.chat/v1/t2a_v2","APIKey": "<your_minimax_api_key>","GroupId": "<your_group_id>","VoiceType": "female-tianmei","Speed": 1.2}
Parameter reference
Field | Type | Required | Description |
TTSType | String | Yes | Fixed value: "minimax". Specifies the TTS provider type. |
Model | String | Yes | |
APIUrl | String | Yes | The API endpoint URL. Default: https://api.minimax.chat/v1/t2a_v2. |
APIKey | String | Yes | |
GroupId | String | Yes | |
VoiceType | String | Yes | |
Speed | Float | No | Speech speed multiplier. Valid range: [0.5, 2.0]. Default: 1.0. |
Rate Limits
API | T2A V2 (Speech generation) | T2A Pro (Speech generation) | T2A (Speech generation) | T2A Stream (Streaming speech generation) | T2A Stream (Streaming speech generation) |
Model | speech-2.6-hd, speech-2.6-turbo, speech-02-hd, speech-02-turbo, speech-01-hd, speech-01-turbo | speech-01, speech-02 | speech-01, speech-02 | speech-01 | speech-01 |
Customer type / Limit type | RPM | RPM | RPM | RPM | CONN (max parallel tasks) |
Users using a free account | 3 | 3 | 3 | 3 | 1 |
Users using a paid account | 20 | 20 | 20 | 20 | 3 |