GET
/v1/schemas/fal/audio/fal-ai%2Fvibevoice%2F0.5b
Accept:
Request body
4 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| speaker* | enum | Voice to use for speaking. | Frank | Wayne | Carter | Emma | Grace | Mike |
| script* | string | The script to convert to speech. | length ≤ 90000 |
| cfg_scale | number | CFG (Classifier-Free Guidance) scale for generation. Higher values increase adherence to text. | 1 ≤ n ≤ 2 · default: 1.3 |
| seed | integer | Random seed for reproducible generation. | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/vibevoice/0.5b","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}