MiniMax Music V2
MiniMax Music V2 costs $0.036/track on FairStack — a generate model for Full song production, Music with lyrics and vocals, Structured music composition. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is MiniMax Music V2?
MiniMax Music V2 is MiniMax's second-generation music model that generates complete songs with vocals from structured lyrics input. The model requires section tags ([Intro], [Verse], [Chorus], [Bridge], [Outro]) in the lyrics prompt, giving users explicit control over song structure while the model handles composition, instrumentation, and vocal synthesis. At approximately $0.10 per generation (pricing to be finalized), it provides full song creation with a dual-prompt system: a style prompt (10-300 characters) for genre and mood direction, and a lyrics prompt (10-3,000 characters) for the song's text content. The model generates complete vocal tracks with appropriate instrumentation. Compared to Suno's text-to-music approach where structure emerges from the prompt, MiniMax Music V2's explicit section tags give more predictable structural control. Against Mureka models at $0.03-0.045, it offers higher production quality at a higher price. The structured input format is well-suited for users who know exactly what song structure they want. Best suited for structured song production, music with specific section arrangements, and demo tracks with vocals where explicit structural control produces predictable output. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are MiniMax Music V2's strengths?
What are MiniMax Music V2's limitations?
What is MiniMax Music V2 best for?
How much does MiniMax Music V2 cost?
How does MiniMax Music V2 perform across capabilities?
Estimated scores — MiniMax Music V2. Full vocal + lyrics generation. Pricing TBD on fal.ai.
How do I use the MiniMax Music V2 API?
curl -X POST https://api.fairstack.ai/v1/generations/music \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-music-v2",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/music",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "minimax-music-v2",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/music",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "minimax-music-v2",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does MiniMax Music V2 support?
Frequently Asked Questions
How much does MiniMax Music V2 cost?
MiniMax Music V2 costs $0.036/track on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is MiniMax Music V2 and what is it best for?
MiniMax Music V2 is MiniMax's second-generation music model that generates complete songs with vocals from structured lyrics input. The model requires section tags ([Intro], [Verse], [Chorus], [Bridge], [Outro]) in the lyrics prompt, giving users explicit control over song structure while the model handles composition, instrumentation, and vocal synthesis. At approximately $0.10 per generation (pricing to be finalized), it provides full song creation with a dual-prompt system: a style prompt (10-300 characters) for genre and mood direction, and a lyrics prompt (10-3,000 characters) for the song's text content. The model generates complete vocal tracks with appropriate instrumentation. Compared to Suno's text-to-music approach where structure emerges from the prompt, MiniMax Music V2's explicit section tags give more predictable structural control. Against Mureka models at $0.03-0.045, it offers higher production quality at a higher price. The structured input format is well-suited for users who know exactly what song structure they want. Best suited for structured song production, music with specific section arrangements, and demo tracks with vocals where explicit structural control produces predictable output. Available on FairStack at infrastructure cost plus a 20% platform fee. MiniMax Music V2 is best for Full song production, Music with lyrics and vocals, Structured music composition. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does MiniMax Music V2 have an API?
Yes. MiniMax Music V2 is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/music with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does MiniMax Music V2 compare to other music models?
MiniMax Music V2 excels at Full song production, Music with lyrics and vocals, Structured music composition. It is a generate model priced at $0.036/track on FairStack. Key strengths: Complete songs with vocals and lyrics, Structured section control. Compare all music models at fairstack.ai/models.
What makes MiniMax Music V2 stand out for music generation?
MiniMax Music V2 excels with complete songs with vocals and lyrics and structured section control. Generation typically completes in 5-15 seconds.
What are the known limitations of MiniMax Music V2?
Key limitations include: requires structured lyrics format — not free-form; pricing not finalized (~$0.10 estimated); prompt length constraints (10-300 chars for style, 10-3000 for lyrics). FairStack documents these transparently so you can choose the right model for your workflow.
How fast is MiniMax Music V2?
MiniMax Music V2 typically completes in 5-15 seconds. This provides a good balance between output quality and processing speed for most production workflows.
What music generation features does MiniMax Music V2 offer?
MiniMax Music V2 offers: full song generation with vocals; structured lyrics input; dual-prompt system; vocal synthesis included. All capabilities are accessible through both the FairStack web interface and REST API.