GET
/v1/schemas/fal/image/fal-ai%2Fbagel
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The prompt to generate an image from. | |
| seed | integer | The seed to use for the generation. | |
| use_thought | boolean | Whether to use thought tokens for generation. If set to true, the model will "think" to potentially improve generation quality. Increases generation time and increases the cost by 20%. | default: false |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. | default: true |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/bagel","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}