Lyrics to Full Songs? MiniMax-Music3 Creates 5‑Minute Tracks

MiniMax-Music3 gives you a full‑song generator from lyrics and a structured caption, but putting it into production raises a few practical hurdles. First, the model weights are large – about 57 GB – so you need a GPU with enough VRAM to load the hybrid language models and the flow‑matching decoder. The three documented serving paths show VRAM needs of roughly 14 GB, 20 GB and 28 GB; pick the one that matches your hardware or consider model sharding if you only have a single 24 GB card. Second, the Community License allows commercial use only if you display ‘MiniMax‑Music3’ prominently in your UI and keep yearly revenue from the product under US $20 million. If you expect higher earnings, you must obtain a separate written license from MiniMax before shipping. Third, the license requires anyone hosting third‑party generation to put in place safeguards against copyright‑infringing outputs; implement a simple post‑generation filter that checks for similarity to known tracks or blocks generation when the caption mentions protected artists. Fourth, the model does not support streaming; you must generate the full WAV file offline and then serve it. For batch workloads, queue jobs and reuse the loaded model to amortize the startup cost. Fifth, the text prompt is capped at 5 000 tokens; keep lyrics and caption concise or use the supplied music‑caption‑rewriter skill to expand a short brief into the required three‑part format without exceeding the limit. Finally, audio emerges as 32 kHz, 16‑bit stereo WAV, ready for direct use in games, ads, video editors or podcasts. By addressing GPU sizing, licensing, safety filters, batch handling and prompt length, teams can move MiniMax‑Music3 from demo to a reliable production component. #AI #MusicAI #GameDev #AdTech #CreatorTools #OpenSource