GET

/v1/schemas/fal/audio/fal-ai%2Fvibevoice%2F0.5b

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

Request body

4 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
speaker*enumVoice to use for speaking.Frank | Wayne | Carter | Emma | Grace | Mike
script*stringThe script to convert to speech.length ≤ 90000
cfg_scalenumberCFG (Classifier-Free Guidance) scale for generation. Higher values increase adherence to text.1 ≤ n ≤ 2 · default: 1.3
seedintegerRandom seed for reproducible generation.nullable

Validate a payload

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