GET

/v1/schemas/fal/audio/fal-ai%2Fvibevoice%2F7b

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

Request body

4 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
speakers*VibeVoiceSpeaker[]List of speakers to use for the script. If not provided, will be inferred from the script or voice samples.
script*stringThe script to convert to speech. Can be formatted with 'Speaker X:' prefixes for multi-speaker dialogues.length ≤ 30000
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/7b","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}