MiniMax Speech 2.6 HD
/v1/runMiniMax Speech 2.6 HD text-to-speech model with high-definition voice synthesis, 40+ language support, voice cloning, and expressive emotion control.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to minimax/speech/2.6/hd.
Default: minimax/speech/2.6/hd
Text to convert to speech. Use <#x#> between words to control pause duration (0.01-99.99s).
Default: Hello, welcome to Sandbase
Voice ID for speech synthesis. Use a predefined system voice or a custom cloned voice ID.
Default: Wise_Woman
Speech speed. Range: 0.5-2.0, where 1.0 is normal speed.
Range: 0.5 to 2
Default: 1
Speech volume. Range: 0.1-10.0, where 1.0 is normal volume.
Range: 0.1 to 10
Default: 1
Speech pitch. Range: -12 to 12, where 0 is normal pitch.
Range: -12 to 12
Default: 0
The emotion of the generated speech.
Allowed values: happy, sad, angry, fearful, disgusted, surprised, neutral
Default: happy
Improves performance in number-reading scenarios.
Default: false
Sample rate of generated sound.
Allowed values: 8000, 16000, 22050, 24000, 32000, 44100
Bitrate of generated sound.
Allowed values: 32000, 64000, 128000, 256000
The number of channels. 1: mono, 2: stereo.
Allowed values: 1, 2
Format of generated sound.
Allowed values: mp3, pcm, flac
Enhance the ability to recognize specified languages and dialects.
Allowed values: Chinese, Chinese,Yue, English, Arabic, Russian, Spanish, French, Portuguese, German, Turkish, Dutch, Ukrainian, Vietnamese, Indonesian, Japanese, Italian, Korean, Thai, Polish, Romanian, Greek, Czech, Finnish, Hindi, Bulgarian, Danish, Hebrew, Malay, Slovak, Swedish, Croatian, Hungarian, Norwegian, Slovenian, Catalan, Nynorsk, Afrikaans, auto
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: text-to-speech
Execution mode declared by the model registry.
Default: async

