HiAPI
OverviewModels MarketAPI KeysUsage StatisticsCall LogsBillingReferralPlaygroundStorageChangelogContact UsSettings
Display unit
N
Powered by hiapi
Settings

Welcome

Contact Us

Generate full songs with MiniMax Music 2.6 using custom lyrics, automatic lyrics, or instrumental mode. Hear real tracks and copy API code.

Provider: MiniMax

Category: music generation

Endpoint: /v1/tasks

Status: Available

Cost: See live page pricing

Back to Models

MiniMax Music 2.6

New
by MiniMaxMusic

Generate full songs with MiniMax Music 2.6 using custom lyrics, automatic lyrics, or instrumental mode. Hear real tracks and copy API code.

Pricing

Standard Usage

420 Credits/ song

Input

0 / 2000

More parameters

Generation settings

0 / 3500

One line per phrase; supports [intro][verse][chorus][bridge][outro] structure tags; Length: 1 - 3500 characters

Output audio file format

Audio bitrate in bps — higher means better quality; Integer only

Audio sample rate in Hz; Integer only

Generation preferences

Generate instrumental music without vocals

Estimated cost420 Credits / song

Output

Ready for generation

Configure your parameters and click "Run" to see the output here.

--GPU-T4

Hear complete music results

Each case keeps the playable track, music brief, and lyric input together so you can judge genre, vocals, and arrangement.

Indie pop · Auto lyrics

Coastal Highway

English indie-pop with warm female vocals, acoustic guitars, hand claps, and a large chorus.

Music brief

Uplifting English-language indie-pop anthem with warm female vocals singing in English, driving acoustic guitars, hand claps and a big sing-along chorus, sunny coastal road-trip mood

City-pop · Custom lyrics

Neon Night Drive

Mandarin city-pop with custom structured lyrics, funky bass, brass, and polished female vocals.

Music brief and lyrics

Uplifting Mandarin city-pop with funky bass, bright brass stabs, shimmering synth pads and a confident female lead vocal [Verse] 霓虹在后视镜里流成河 城市的心跳踩着油门 [Chorus] 就让今晚的灯光都为我闪烁 一路向前不回头

Film score · Instrumental

Epic Overture

A cinematic instrumental with soaring strings, brass, and large percussion.

Music brief

Epic cinematic orchestral theme with soaring strings, powerful brass, thunderous percussion and a heroic adventurous mood, film-score quality

Related audio models

Choose an adjacent route for music, single-speaker speech, or multi-speaker dialogue.

Structured songs

MiniMax Music 1.5

Generate complete Chinese or English songs from a style brief and lyrics.

Multi-speaker dialogue

ElevenLabs Text to Dialogue

Assign a voice to each line for podcasts, drama, and character dialogue.

Compare AI audio APIs

About MiniMax Music 2.6

Generate full songs with MiniMax Music 2.6 using custom lyrics, automatic lyrics, or instrumental mode. Hear real tracks and copy API code.

The Playground, listening examples, and API Quickstart use the same model ID: minimax-music-2.6.

Provider
MiniMax
Task
Text-to-Music
Output
Audio
Pricing
420 Credits / song

Model specifications

These specifications reflect the current MiniMax Music 2.6 request contract.

Prompt
1-2,000 characters
Lyrics
Optional, up to 3,500 charsAuto lyrics when empty
Modes
VocalsInstrumental
Billing
420 Credits / song

How to use MiniMax Music 2.6

Use three steps to organize the input, validate the audio, and integrate the API.

01 Define the music direction

Describe genre, mood, instruments, vocal type, and intended use.

02 Choose lyrics or instrumental mode

Provide structured lyrics, use automatic lyrics, or select instrumental mode when supported.

03 Listen before integration

Listen in Playground, then reuse the same model ID and input in an asynchronous task.

API Quickstart

Copy a minimal request. See Docs for complete parameters, task retrieval, and errors.

Endpoint
POST /v1/tasks
Model ID
minimax-music-2.6
cURL
curl -X POST https://api.hiapi.ai/v1/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "minimax-music-2.6",
  "input": {
    "prompt": "Uplifting English indie-pop anthem with warm female vocals and driving acoustic guitars",
    "audio_format": "mp3",
    "bitrate": 256000,
    "sample_rate": 44100,
    "is_instrumental": false
  }
}'

The create request immediately returns a taskId; audio generation continues asynchronously.

Read the full API documentation

Frequently asked questions

Are lyrics required for MiniMax Music 2.6?

No. Leave lyrics empty for automatic lyric generation, or provide up to 3,500 characters of structured lyrics.

Can MiniMax Music 2.6 generate instrumentals?

Yes. Set is_instrumental to true to generate music without sung vocals from the music brief.

How is MiniMax Music 2.6 billed?

HiAPI bills per successfully generated song. See the live page price and task record for the final charge.