> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MiniMax Music Pro

> Music-2.5+ generation on Kyma. Higher fidelity than Music-2.0, richer arrangements, ~19× cheaper than ElevenLabs Music.

## Overview

`minimax-music-pro` is MiniMax's Music-2.5+ family — higher fidelity, richer arrangements, more complex composition than [`minimax-music`](/models/minimax-music). Still flat per call (no duration metering). Right for premium background music, brand soundtracks, podcast intros, and video scoring.

## Specs

| Field        | Value                                                   |
| ------------ | ------------------------------------------------------- |
| Model ID     | `minimax-music-pro`                                     |
| Creator      | MiniMax                                                 |
| Best for     | Premium background music, podcast intros, video scoring |
| Max input    | 2000 characters of lyrics                               |
| Max duration | 5 minutes (model decides actual length)                 |
| Pricing mode | Per song (flat)                                         |

## Pricing

|                    |     Cost     |
| ------------------ | :----------: |
| Per generated song | \$0.210 flat |

## Use this when

* You're scoring brand video / podcast / commercial audio where fidelity matters.
* You need richer arrangements than `minimax-music` produces.
* You want premium music at a fraction of ElevenLabs Music pricing.

## Pick something else when

* You're scoring high-volume social shorts and unit cost matters more → [`minimax-music`](/models/minimax-music) (\$0.045/song).
* You need a hero brand voice singing the track → [`elevenlabs-music`](/api-reference/audio-music).

## Example

```bash theme={null}
curl -X POST https://kymaapi.com/v1/audio/music \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-music-pro",
    "lyrics": "[verse]\nNeon city lights\n[chorus]\nWe ride through the night"
  }' \
  --output track.mp3
```

## See also

* [`POST /v1/audio/music`](/api-reference/audio-music) — endpoint reference
* [MiniMax Music](/models/minimax-music) — budget tier
