MiniMax TTS
# support
n
Hello, in Vapi integrations I see MiniMax TTS option. In the Voice Assistant, I also see it there and I input my voice ID from MiniMax. However, in the voice library, it does not let me connect to MiniMax.
v
You can connect MiniMax TTS by configuring it directly in your assistant settings, rather than through the voice library. Use the following example in your assistant configuration:
Copy code
json
{
  "voice": {
    "provider": "minimax",
    "voiceId": "your-minimax-voice-id"
  }
}
This approach bypasses the voice library UI and ensures MiniMax TTS is used for your assistant. For advanced features, you can also enable options like
languageBoost
and
textNormalizationEnabled
in your configuration according to the [latest changelog](https://docs.vapi.ai/changelog/2025/9/11). Source: - [Voice Enhancements & Minimax Improvements](https://docs.vapi.ai/changelog/2025/9/11)
n
is that in the UI or in python?
n
thank you, it is working for the majority of voices now, but not for my cloned one?
c
Hi Nick, to use MiniMax TTS with Vapi: 1. Add your MiniMax API credentials in the [Vapi Integrations section](https://dashboard.vapi.ai/settings/integrations) under MiniMax. 2. Configure your voice directly in the assistant settings - Select MiniMax as the provider and enter your voice ID directly from your MiniMax account. You can also configure it via API:
Copy code
{
  "voice": {
    "provider": "minimax",
    "voiceId": "your-voice-id-from-minimax"
  }
}
n
I did so, but the cloned voice is not playing?
I cant tell if its a Vapi or MiniMax issue as nothing plays and it doesnt even hear me when I bring in a MiniMax clone of my voice
hi following up
c
Could you please provide the assistant ID/call ID?
n
assistant ID 6bdd1d42-04f0-4d01-bad5-9c65e11f84f4 minimax voice id is moss_audio_01eaefdd-fbc1-11f0-a07b-0eec1f98af65 when I try it in the UI interface no voice speaks, if I try other minimax voices it does work, but using my own cloned voice isnt working
ah I got the issue resolved thank you
e
How did you solve the issue?