Skip to main content

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.

Overview

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

Specs

FieldValue
Model IDminimax-music-pro
CreatorMiniMax
Best forPremium background music, podcast intros, video scoring
Max input2000 characters of lyrics
Max duration5 minutes (model decides actual length)
Pricing modePer 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 ($0.045/song).
  • You need a hero brand voice singing the track → elevenlabs-music.

Example

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