Text → music · Lyrics · Instrumental
MusicNewFast

MiniMax Music 3

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.

M

About

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.

Pricing

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

API

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.

Why run it on Sogni

Subscriptions or Spark

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.

Unlimited plans

One flat price in the app. Generate under fair use without a per-image meter.

🧩

200+ models

Image, video, music, and language models in one workspace and one API key.

Pay-as-you-go Spark

Prefer pay-as-you-go? Call MiniMax Music 3 by id and pay with Spark packs.

🌐

Powered by people

Runs on a decentralized GPU network where workers share subscription revenue.

FAQ

MiniMax Music 3 on Sogni

What is MiniMax Music 3?

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.

How much does MiniMax Music 3 cost on Sogni?

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.

How do I run MiniMax Music 3?

Create instantly in the Sogni app, or call the Sogni API with model id minimax_music3.

Do I need a GPU or ComfyUI?

No. MiniMax Music 3 runs on the Sogni Supernet — a decentralized network of creator GPUs — with no local install or graphics card required.

Start with MiniMax Music 3 today

Create in the app, or build with the API. Your call.