GET

/v1/schemas/fal/audio/fal-ai%2Fminimax-music%2Fv2.5

kind inputactivity audiohash a6aa30dcextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

5 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringA description of the music style, mood, genre, and scenario. Max 2000 characters.length ≥ 1 · length ≤ 2000
lyricsstringLyrics of the song. Use \n to separate lines. Supports structure tags: [Intro], [Verse], [Pre Chorus], [Chorus], [Bridge], [Outro], [Interlude], [Hook], [Break], [Solo], [Inst]. Max 3500 characters. Required when is_instrumental is false and lyrics_optimizer i…length ≤ 3500 · default: ""
is_instrumentalbooleanWhen true, generates vocal-free instrumental music.default: false
audio_settingAudioSetting25Audio configuration settings
lyrics_optimizerbooleanWhen true and lyrics is empty, auto-generates lyrics from the prompt.default: false

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/minimax-music/v2.5","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}