Tenzro
Media generation

MiniMax-Music3 2B (text-to-music)

MiniMax-Music3 2B text-to-music: 32 kHz stereo, up to five minutes, prompt plus optional lyrics. Unverified: catalogued from the model card, never run here.
Creative Commons (see repo LICENSE)attributionSource verified
Specification
Model ID
minimax-music3
Family
minimax-music
Modality
Media generation
Parameters
2B
Weights
53.5 GB
Minimum VRAM
24 GB
Capabilities
text2audio
Pipeline
ModularPipeline
Backend
diffusers
Source

Weights and provenance.

Registry license
Creative Commons (see repo LICENSE)
Source license
not stated on the source repository
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download minimax-music3

# Serve it
tenzro model serve minimax-music3

# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
  -X POST -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,
       "method":"tenzro_getModel",
       "params":[{"model_id":"minimax-music3"}]}'
← All models