GET

/v1/schemas/fal/audio/fal-ai%2Fsmart-turn?kind=output

kind outputactivity audiohash 9216f5e3extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 3 required · 0 $defs
propertytypedescriptionconstraints
probability*numberThe probability of the predicted turn type.
prediction*integerThe predicted turn type. 1 for Complete, 0 for Incomplete.
metrics*objectThe metrics of the inference.

Validate a payload

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