GET

/v1/schemas/fal/chat/openrouter%2Frouter%2Fenterprise?kind=output

kind outputactivity chathash 0b9fd1e6extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

5 properties · 1 required · 2 $defs
propertytypedescriptionconstraints
output*stringGenerated output
partialbooleanWhether the output is partialdefault: false
errorstringError message if an error occurrednullable
usageUsageInfoToken usage informationnullable
reasoningstringGenerated reasoning for the final answernullable

Validate a payload

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