minimax_music3 Full songs with real vocals and verse–chorus structure, written frame-by-frame by an 11B autoregressive composer — lyrics in many languages, up to 5 minutes.
No GPU. No setup. Cancel anytime.
MiniMax Music 3 is the strongest open-weights music model on the Sogni Supernet. An 8B language-model planner composes the song frame-by-frame — melody, arrangement, and vocal phrasing decided in sequence, the way a song actually unfolds — then a flow-matching diffusion transformer renders it into 44.1 kHz stereo audio.
Describe the record you want in plain producer language — genre, BPM, key, vocal character, arrangement — and hand it a lyric sheet with [verse] and [chorus] tags. It sings in English, Mandarin, Spanish, Japanese, and more, handles duets, choirs, rap flows, and a cappella stacks, and composes its own ending: the duration you set is a ceiling, not a target.
Music 3 is the premium companion to ACE-Step 1.5: the best vocal realism, lyric adherence, and song structure available in open weights, at a genuinely premium price (a song costs roughly twenty times an ACE-Step Turbo draft of the same length). For fast, cheap iterations and musician-grade controls like exact BPM and key, ACE-Step Turbo remains the workhorse.
Use pay-as-you-go Spark packs for each track (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.
| Configuration | Spark | USD |
|---|---|---|
| 60 s · 30 steps | 51.1 Spark | $0.26 |
| 3 min · 30 steps | 153 Spark | $0.77 |
| 5 min · 30 steps (max duration 300 s) | 256 Spark | $1.28 |
One Sogni API key reaches every model on the Supernet — call MiniMax Music 3 with the exact model id.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'audio',
modelId: 'minimax_music3',
positivePrompt: 'dreamy synthwave with a warm bassline',
lyrics: undefined, // omit for instrumental
numberOfMedia: 1,
duration: 30,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_music",
"arguments": { "prompt": "dreamy synthwave with a warm bassline", "model": "minimax_music3", "duration": 30 }
}]
},
"confirm_cost": true
}' REST workflow alias: minimax_music3. Pin the exact id with the SDK. Full reference at docs.sogni.ai.
Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.
One flat price in the app. Generate under fair use without a per-image meter.
Image, video, music, and language models in one workspace and one API key.
Prefer pay-as-you-go? Call MiniMax Music 3 by id and pay with Spark packs.
Runs on a decentralized GPU network where workers share subscription revenue.
MiniMax Music 3 is the strongest open-weights music model on the Sogni Supernet. An 8B language-model planner composes the song frame-by-frame — melody, arrangement, and vocal phrasing decided in sequence, the way a song actually unfolds — then a flow-matching diffusion transformer renders it into 44.1 kHz stereo audio.
Use pay-as-you-go Spark packs from 51.1 Spark ($0.26) per track (1 Spark = $0.005), or choose Sogni Unlimited / Unlimited Pro for flat-rate fair-use generation.
Create instantly in the Sogni app, or call the Sogni API with model id minimax_music3.
No. MiniMax Music 3 runs on the Sogni Supernet — a decentralized network of creator GPUs — with no local install or graphics card required.
Create in the app, or build with the API. Your call.