GET

/v1/schemas/fal/image/fal-ai%2Fchrono-edit

kind inputactivity imagehash d660788aextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

13 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to edit the image.
image_url*stringThe image to edit.
output_formatenumThe format of the output image.jpeg | png | webp · default: "jpeg"
num_inference_stepsintegerThe number of inference steps to perform.2 ≤ n ≤ 50 · default: 8
num_temporal_reasoning_stepsintegerThe number of temporal reasoning steps to perform.2 ≤ n ≤ 12 · default: 8
enable_safety_checkerbooleanWhether to enable the safety checker.default: true
seedintegerThe seed for the inference.nullable
turbo_modebooleanEnable turbo mode to use for faster inference.default: true
resolutionenumThe resolution of the output image.480p | 720p · default: "480p"
enable_prompt_expansionbooleanWhether to enable prompt expansion.default: true
guidance_scalenumberThe guidance scale for the inference.0 ≤ n ≤ 10 · default: 1
sync_modebooleanWhether to return the image in sync mode.default: false
enable_temporal_reasoningbooleanWhether to enable temporal reasoning.default: false

Validate a payload

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