• 製品
  • 価格
  • リソース
  • サポート
このページは現在英語版のみで提供されており、日本語版も近日中に提供される予定です。ご利用いただきありがとうございます。
Feedback

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
}
For the complete TTSConfig parameter reference, see the Text-to-Speech Configuration.

Parameter reference

Field
Type
Required
Description
TTSType
String
Yes
Fixed value: "minimax". Specifies the TTS provider type.
Model
String
Yes
The TTS model type. E.g., speech-2.8-turbo, speech-2.8-hd. See MiniMax TTS Models.
APIUrl
String
Yes
The API endpoint URL. Default: https://api.minimax.chat/v1/t2a_v2.
APIKey
String
Yes
The API key used for authentication. Obtain from MiniMax Platform.
GroupId
String
Yes
The MiniMax group ID associated with your account. Obtain from MiniMax Platform.
VoiceType
String
Yes
The requested voice identifier. See MiniMax voice list.
Speed
Float
No
Speech speed multiplier. Valid range: [0.5, 2.0]. Default: 1.0.

Rate Limits

For rate limits, see MiniMax. Rate limits may cause response lag.
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
For more details on MiniMax TTS, see the MiniMax TTS documentation.