MiniMax Voice Cloning
/v1/runVoice Clone is MiniMax's text-to-speech AI model. Generate human-like voiceovers with expressive intonation, multilingual support, and customizable voice characteristics.
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/voice-clone.
Default: minimax/voice-clone
URL of the input audio file for voice cloning. Should be at least 10 seconds long. To retain the voice permanently, use it with a TTS (text-to-speech) endpoint at least once within 7 days. Otherwise, it will be automatically deleted.
Text to generate a TTS preview with the cloned voice (optional)
Default: Hello, this is a preview of your cloned voice! I hope you like it!
Enable volume normalization for the cloned voice
Default: false
Enable noise reduction for the cloned voice
Default: false
Text validation accuracy threshold (0-1)
Range: 0 to 1
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

