GPT 5%, Claude 10% — limited-time rates through Aug 17, 2026, 00:00 (UTC+8). All GPT and Claude text models are billed at 5% and 10% of their official list prices.View pricing
Minimax

MiniMax Music 3.0

Save 80%Official

minimax/music-3.0

Call minimax/music-3.0 through the RouteMux AI Gateway. One URL connects you to every model.

Input modalities
text
Output modalities
audio
Capabilities
Music Generation
RouteMux name
minimax/music-3.0
Live model playground

Try MiniMax Music 3.0 here

Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.

asyncmusic
1Configure input
0 / 20,000
Maximum estimated cost
2Live result

Your result will appear here

Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.

audio

What is MiniMax Music 3.0

MiniMax Music 3.0 generates music from a text prompt. Billing is flat per generation — $0.03 through RouteMux against MiniMax's $0.15 — with no duration or quality tiers, so the cost of a run is simply the number of generations.

It answers on the OpenAI Audio Speech protocol. Like other generative audio and video models, output is produced asynchronously rather than returned inline with the request.

Note that this is a generation model, not text-to-speech: the input is a description of the music you want, not a script to be read aloud.

MiniMax Music 3.0 API pricing

OutputOfficial $0.15 /call
$0.03/callSave 80%

Limited time20% off your first top-up — save up to $200

Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.

Sign up and claimNo subscription. Pay for what you use.

Key capabilities

Flat $0.03 per generation

No duration or quality tiers — cost of a run is the number of generations, nothing else.

Music, not speech

Input is a description of the music you want, not a script to be read aloud.

Asynchronous output

The result is produced asynchronously rather than returned inline.

OpenAI Audio Speech protocol

Reachable on the same endpoint family as the other audio models here.

Interface and protocols

OpenAI Audio Speech (TTS)

Use either ID to call this model via the API.

RouteMux nameminimax/music-3.0

Replace the ROUTEMUX_KEY placeholder with your API key. Create one →

from openai import OpenAI

client = OpenAI(
    base_url="https://api.routemux.com/v1",
    api_key="<ROUTEMUX_KEY>",
)

completion = client.chat.completions.create(
    model="minimax/music-3.0",
    messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)
base_url: https://api.routemux.com/v1

Performance (last 30 days)

MiniMax Music 3.0 FAQ

How much does the MiniMax Music 3.0 API cost?

Through RouteMux, MiniMax Music 3.0 is priced at $0.03, below the official list price.

How do I call MiniMax Music 3.0 via API?

MiniMax Music 3.0 is OpenAI-compatible: point your base URL at RouteMux and set the model field to minimax/music-3.0 — no code changes needed.

Which input and output modalities does MiniMax Music 3.0 support?

MiniMax Music 3.0 accepts text as input and produces audio as output.

Is this text-to-speech?

No — it generates music from a description. It is not a model for reading a script aloud.

Does the price change with track length?

No — billing is flat per generation, with no duration or quality tiers.

Sources

Reviewed by Jerry Fan on 2026-08-09

View as Markdown