GET

/v1/schemas/fal/chat/fal-ai%2Fbytedance%2Fseed%2Fv2%2Fmini?kind=output

kind outputactivity chathash 70813563extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
output*stringThe model's text response.
messages*Seed2MiniMessage[]The full conversation history including the model's response. Pass this back as the `messages` input field to continue the conversation.
reasoning_contentstringThe model's chain-of-thought reasoning content. Only present when `thinking` is `enabled` or `auto`.nullable

Validate a payload

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