SandBase is live — $1 in free credits on signupStart free ›

MiniMax modelsaudio generation api

minimax/voice-clone

Voice Clone is MiniMax's text-to-speech AI model. Generate human-like voiceovers with expressive intonation, multilingual support, and customizable voice characteristics.

Input
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)
Enable volume normalization for the cloned voice
Enable noise reduction for the cloned voice
01
Text validation accuracy threshold (0-1) Range: 0 to 1.
Idle

Example output — click Run to generate your own

API README

MiniMax Voice Cloning

MiniMax Voice Cloning creates a reusable synthetic voice identity from a short reference recording. It extracts the speaker’s timbre and speaking character so later text-to-speech requests can reproduce a voice that remains recognizably connected to the source sample.

Clean source audio produces the most dependable result, but the route also provides noise-reduction and volume-normalization options when recordings need preparation. Optional transcript validation and preview text help assess similarity before the cloned voice is used in a larger narration workflow.

Highlights

  • Rapid timbre replication. Builds a custom voice identity from a compact reference recording.
  • Reference cleanup. Can reduce background noise and normalize level before extracting vocal characteristics.
  • Transcript-assisted stability. Uses matching text when supplied to strengthen similarity and cloning consistency.
  • Previewable result. Can return a sample reading so teams can evaluate the voice before broader synthesis.

Pricing

ConfigurationBilling unitPrice
Initial clone operationBase charge$1.50
Preview textEach started 1,000 characters$0.30

When to Use

✅ Good fit❌ Consider alternatives
The project needs building a reusable voice from consented reference audioThe goal is a different media task or endpoint
The available inputs match the required local schemaRequired source media or permissions are unavailable
The brief can specify subject, composition, style, and deliveryThe result must be deterministic at pixel or sample level
The supported formats and controls match final placementDelivery requires unsupported dimensions, codecs, or duration
An asynchronous generated result fits the workflowA live, frame-synchronous, or real-time response is mandatory

Prompt Guide

Write the request as a production brief: identify the main subject or source material, state the intended transformation, describe composition or timing, and finish with style, atmosphere, and delivery constraints. Keep preservation requirements separate from requested changes, and use only fields exposed by this route.

{
  "text": "Hello, this is a preview of your cloned voice! I hope you like it!",
  "audio": "https://example.com/reference.mp3",
  "accuracy": 0
}

Technical Specs

SpecValue
Model IDminimax/voice-clone
Input fieldstext (string)<br>audio (string)<br>accuracy (number; 0–1)<br>noise_reduction (boolean)<br>need_volume_normalization (boolean)
Required inputNone marked required
Output fieldsurl, content_type, custom_voice_id
ExecutionAsynchronous job

Related Models

  • minimax/speech/2.8/hd
  • minimax/speech/2.8/turbo
  • minimax/music/v2

Related Models