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

Welcome

Contact Us

Generate complete Chinese or English songs with MiniMax Music 1.5. Test real tracks, structured lyrics, audio settings, pricing, and API code.

Provider: MiniMax

Category: music generation

Endpoint: /v1/tasks

Status: Available

Cost: See live page pricing

Back to Models

MiniMax Music 1.5

by MiniMaxMusic

Generate complete Chinese or English songs with MiniMax Music 1.5. Test real tracks, structured lyrics, audio settings, pricing, and API code.

Pricing

Standard Usage

140 Credits/ song

Input

0 / 2000

More parameters

Generation settings

0 / 600

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

Output audio file format

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

Audio sample rate in Hz; Integer only

Estimated cost140 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.

Acoustic folk-pop · Female vocals

Old Street Morning

A warm Chinese folk-pop song with gentle female vocals, fingerstyle guitar, and soft strings.

Style and lyrics

warm acoustic Chinese folk-pop ballad, gentle female vocals, fingerstyle guitar and soft strings, healing and nostalgic mood [verse] 晨光洒进老街的窗 豆浆的雾气慢慢上扬 单车铃声穿过小巷 载着昨天的梦去远方 [chorus] 慢一点走 别慌张 日子会把答案酿成糖 慢一点走 看夕阳 把平凡过成诗的模样

Synthwave pop · Male vocals

Neon Wave

An upbeat synthwave pop track with male vocals, retro synths, and night-drive energy.

Style and lyrics

upbeat synthwave pop with male vocals, punchy drums, retro 80s synths, neon night drive energy [verse] City lights are calling out my name Midnight engines humming through the rain [chorus] We ride the neon wave tonight Chasing every flash of light

Related audio models

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

Auto lyrics and instrumentals

MiniMax Music 2.6

Choose custom lyrics, automatic lyrics, or instrumental generation.

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 1.5

Generate complete Chinese or English songs with MiniMax Music 1.5. Test real tracks, structured lyrics, audio settings, pricing, and API code.

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

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

Model specifications

These specifications reflect the current MiniMax Music 1.5 request contract.

Inputs
Style prompt: 10-300 charsLyrics: 10-600 chars
Audio formats
MP3WAVPCM
Sample rates
16-44.1 kHz
Billing
140 Credits / song

How to use MiniMax Music 1.5

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-1.5
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-1.5",
  "input": {
    "prompt": "warm acoustic Chinese folk-pop ballad, gentle female vocals",
    "lyrics": "[verse]\n晨光洒进老街的窗\n[chorus]\n慢一点走 别慌张",
    "audio_format": "mp3",
    "bitrate": 256000,
    "sample_rate": 44100
  }
}'

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

Read the full API documentation

Frequently asked questions

Does MiniMax Music 1.5 require both a style prompt and lyrics?

Yes. The prompt defines genre, mood, instruments, and vocals, while lyrics supplies the structured song text. Both are required by this route.

How long can a generated song be?

This route is designed for complete songs up to about four minutes. Actual length depends on the lyric structure and generated result.

How is MiniMax Music 1.5 billed?

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