GET

/v1/schemas/fal/audio/fal-ai%2Flyria3

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

Request body

3 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe text prompt describing the music you want to generate. Include genre, mood, instrumentation, tempo, and vocal style for best results. Lyria 3 supports vocals, lyrics, and multi-language generation.length ≥ 1 · length ≤ 5000
image_urlstringOptional image URL to use as inspiration for music generation. The model will create music that matches the mood and theme of the image.nullable
negative_promptstringA description of what to exclude from the generated audio.default: ""

Validate a payload

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