MiniMax modelsaudio generation api

minimax/music/2.5

MiniMax Music 2.5 text-to-music model with lyrics support, instrumental generation, and configurable audio output.

Input
A description of the music style, mood, genre, and scenario.
Lyrics of the song. Use \n to separate lines. Supports structure tags: [Intro], [Verse], [Pre Chorus], [Chorus], [Bridge], [Outro], [Interlude], [Hook], [Break], [Solo], [Inst].
Sample rate of generated audio. Allowed values: 16000, 24000, 32000, 44100.
Bitrate of generated audio. Allowed values: 32000, 64000, 128000, 256000.
Format of generated audio. Allowed values: mp3, wav, pcm.
Idle

Example output — click Run to generate your own

API README

Music 2.5

Music 2.5 is built for full-song music generation, with this exact route focused on lyrics-aware musical arrangement. MiniMax Music 2.5 text-to-music model with lyrics support, instrumental generation, and configurable audio output. It is designed for production workflows that need a clearly scoped media operation instead of a generic assistant response, preserving the supplied direction while returning an artifact ready for review, iteration, or downstream assembly.

The request surface keeps creative direction and delivery choices explicit through format, lyrics, prompt, bitrate, sample_rate, audio_setting. Teams can lock source material, describe the intended result, choose supported output controls, and rerun the same request structure across variations. This makes experiments easier to compare and larger pipelines easier to operate without hiding important decisions inside an opaque preset.

Highlights

  • Lyrics-Aware Musical Arrangement. The minimax/music/2.5 route is dedicated to lyrics-aware musical arrangement, keeping inputs and outputs matched to this operation.
  • Vocal And Instrumental Composition. Within minimax/music/2.5, documented prompt and media controls direct vocal and instrumental composition while keeping the brief close to the result.
  • Ready-To-Use Audio Output. The minimax/music/2.5 result provides ready-to-use audio output in a machine-consumable form for review and downstream production.
  • Route-specific control. For minimax/music/2.5, documented controls include format, lyrics, prompt, bitrate, sample_rate, audio_setting, defining the supported variation space for this exact route.

Pricing

ConfigurationPrice
Per request$0.150000

When to Use

ScenarioWhy it fits
Choose this routeWhen the deliverable is specifically lyrics-aware musical arrangement, not a neighboring generation or editing task.
Production iterationWhen creative teams need repeatable vocal and instrumental composition with an explicit request payload.
Automated pipelinesWhen ready-to-use audio output must flow into review, storage, compositing, or publishing.
Controlled variationsWhen a stable brief should be rerun while changing only documented inputs.
Prototype to scaleWhen the same minimax/music/2.5 contract should serve a single experiment and a larger batch later.

Prompt Guide

Lead with the subject or source, then state the transformation, important spatial or temporal details, style, and finish. Supply only documented fields, keep media URLs reachable, and vary one control at a time when comparing outputs.

{
  "prompt": "A directed creative request with subject, setting, style, motion, and finish."
}

Technical Specs

PropertyValue
Model IDminimax/music/2.5
Required inputsprompt
formatstring
lyricsstring
promptstring
bitrateinteger
sample_rateinteger
audio_settingobject
output_formatstring

Related Models

  • minimax/music/v1.5

Related Models