GET

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

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

Request body

14 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to edit the image.
image_url*stringThe image to edit.
sync_modebooleanWhether to return the image in sync mode.default: false
output_formatenumThe format of the output image.jpeg | png | webp · default: "jpeg"
guidance_scalenumberThe guidance scale for the inference.0 ≤ n ≤ 10 · default: 1
enable_safety_checkerbooleanWhether to enable the safety checker.default: true
enable_prompt_expansionbooleanWhether to enable prompt expansion.default: true
resolutionenumThe resolution of the output image.480p | 720p · default: "480p"
lorasChronoLoraWeight[]Optional additional LoRAs to merge for this request (max 3).default: []
num_temporal_reasoning_stepsintegerThe number of temporal reasoning steps to perform.2 ≤ n ≤ 12 · default: 8
turbo_modebooleanEnable turbo mode to use for faster inference.default: true
seedintegerThe seed for the inference.nullable
num_inference_stepsintegerThe number of inference steps to perform.2 ≤ n ≤ 50 · default: 8
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-lora","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}