Skip to main content

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

Example

Agent query example

Ask the API which models fit, instead of hardcoding an id:

FAQ

What happens after I clone a voice? The API returns a voice_id that you can pass to the /v1/audio/speech endpoint with MiniMax HD or Turbo models to generate spoken audio. How is the cloning process billed? Voice cloning is charged as a single flat call per reference recording, separate from the downstream speech model rates. Does Kyma cache the cloning requests? Yes, prompt caching is supported, and repeated prompt prefixes are billed at this model’s cached input rate.