Skip to content

🎤 Custom Voice

Upload your own voice or any audio sample to use as a TTS voice. Uses MiniMax voice cloning technology to read in a voice similar to the uploaded audio.

Paid Membership Only

Adding, applying, and importing custom voices requires a plus / premium membership. Listing and exporting are available to all users.


Add Custom Voice

/membership custom-voice 추가
  name: voice name
  file: audio file

Upload an audio file to register a new custom voice.

Parameters

NameRequiredDescription
nameName to identify the voice (for management purposes)
fileVoice sample audio file (mp3, wav, ogg)

Limits

ItemLimit
Maximum voices5
Supported formatsmp3, wav, ogg

Tips for a Good Sample

  • Recording in a clean environment without background noise yields better quality
  • A sample of 10 seconds to 1 minute is appropriate
  • Recording at a natural speaking pace results in more natural cloning

List Custom Voices

/membership custom-voice 목록

View the list of registered custom voices and the activation status of each voice.


Remove Custom Voice

/membership custom-voice 제거
  name: voice name

Delete a registered custom voice. When deleted, it is also removed from the MiniMax server.

Parameters

NameRequiredDescription
nameThe name of the voice to delete

Set Custom Voice

/membership custom-voice 설정
  name: voice name

Set one of the registered voices as the active voice. Only the active voice is used for actual TTS. Only one can be active at a time.

Parameters

NameRequiredDescription
nameThe name of the voice to activate

Export Custom Voice

/membership custom-voice 내보내기
  name: voice name

View the Voice ID of a registered voice. Copy this ID when you want to use the same voice on another device or account.

Parameters

NameRequiredDescription
nameThe name of the voice whose ID you want to check

Import Custom Voice

/membership custom-voice 가져오기
  voice_id: Voice ID
  name: voice name

Use a Voice ID to import a voice registered on another device or account to the current account.

Parameters

NameRequiredDescription
voice_idThe Voice ID obtained from export
nameThe voice name to use on this account