GET
/v1/schemas/fal/chat/fal-ai%2Fbytedance%2Fseed%2Fv2%2Fmini?kind=output
Accept:
Response body
3 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| output* | string | The 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_content | string | The model's chain-of-thought reasoning content. Only present when `thinking` is `enabled` or `auto`. | nullable |
Validate a payload
before you spend tokensshell
$ 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", …}]}