Overview
This model takes an audio input and returns a voice_id that can be passed to the /v1/audio/speech endpoint with MiniMax HD or Turbo models. The cloning process is billed as a single flat call, after which the generated ID is used for subsequent text-to-speech generation. Requests route through an OpenAI-compatible base URL using a single platform API key. Every call receives automatic failover if a serving path degrades, and the response includes the exact cost in usage.cost alongside an X-Kyma-Model header identifying the executed model. The model does not support reasoning, vision, or structured outputs, and it operates strictly as an audio-to-audio utility. It has a medium speed tier and is classified in the premium cost tier. It is intended solely for voice profile creation, not for direct text-to-speech conversion.Specs
Pricing
Use this when
- Brand Voice Profiles — Generate a consistent audio identity for corporate announcements or marketing content.
- Custom Character Voices — Create distinct vocal profiles for interactive fiction or game NPCs.
- Narrator Audio Setup — Build reusable voice IDs for long-form audiobook or podcast narration pipelines.
- Personalized Audio Agents — Clone a specific speaker’s voice for conversational AI applications.
Not ideal for
Do not use this model for direct text-to-speech generation, as it only produces a reusable voice identifier rather than spoken audio.Pick something else when
- You need direct text-to-speech audio output: use
minimax-speech-hdorminimax-speech-turbo. - You require multilingual voice synthesis: use
eleven-multilingual-v2oreleven-v3. - You want fast, low-latency speech generation: use
eleven-turbo-v2-5oreleven-flash-v2-5. - You need to generate background music or sound effects: use
elevenlabs-musicorelevenlabs-sfx.