MiniMax Music 3.0
Save 80%Officialminimax/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
Try MiniMax Music 3.0 here
Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.
Your result will appear here
Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.
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
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.
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
Use either ID to call this model via the API.
minimax/music-3.0Replace 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)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.