GET

/v1/schemas/fal/image/fal-ai%2Fflux-kontext-lora

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

Request body

12 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
image_url*stringThe URL of the image to edit.
prompt*stringThe prompt to edit the image.
num_imagesintegerThe number of images to generate.1 ≤ n ≤ 4 · default: 1
output_formatenumThe format of the generated image.jpeg | png · default: "png"
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.default: false
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.default: true
resolution_modeenumDetermines how the output resolution is set for image editing. - `auto`: The model selects an optimal resolution from a predefined set that best matches the input image's aspect ratio. This is the recommended setting for most use cases as it's what the model w…auto | match_input | 1:1 | 16:9 | 21:9 | 3:2 · +7 more · default: "match_input"
num_inference_stepsintegerThe number of inference steps to perform.10 ≤ n ≤ 50 · default: 30
lorasLoraWeight[]The LoRAs to use for the image generation. You can use any number of LoRAs and they will be merged together to generate the final image.default: []
seedinteger The same seed and the same prompt given to the same version of the model will output the same image every time. nullable
guidance_scalenumberThe CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you.0 ≤ n ≤ 20 · default: 2.5
accelerationenumThe speed of the generation. The higher the speed, the faster the generation.none | regular | high · default: "none"

Validate a payload

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