GET
/v1/schemas/fal/image/fal-ai%2Fchrono-edit
Accept:
Request body
13 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The prompt to edit the image. | |
| image_url* | string | The image to edit. | |
| output_format | enum | The format of the output image. | jpeg | png | webp · default: "jpeg" |
| num_inference_steps | integer | The number of inference steps to perform. | 2 ≤ n ≤ 50 · default: 8 |
| num_temporal_reasoning_steps | integer | The number of temporal reasoning steps to perform. | 2 ≤ n ≤ 12 · default: 8 |
| enable_safety_checker | boolean | Whether to enable the safety checker. | default: true |
| seed | integer | The seed for the inference. | nullable |
| turbo_mode | boolean | Enable turbo mode to use for faster inference. | default: true |
| resolution | enum | The resolution of the output image. | 480p | 720p · default: "480p" |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. | default: true |
| guidance_scale | number | The guidance scale for the inference. | 0 ≤ n ≤ 10 · default: 1 |
| sync_mode | boolean | Whether to return the image in sync mode. | default: false |
| enable_temporal_reasoning | boolean | Whether to enable temporal reasoning. | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/chrono-edit","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}