GET

/v1/schemas/fal/image/fal-ai%2Fbernini-r%2Fedit-image

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

Request body

7 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringText prompt or editing instruction.
image_url*stringSource image to edit.
seedintegerSeed for reproducibility. Random when omitted.nullable
num_inference_stepsintegerNumber of denoising steps.1 ≤ n ≤ 50 · default: 30
negative_promptstringNegative prompt. Defaults to the standard Wan2.2 negative prompt.nullable
max_image_sizeintegerLong-edge size (px). Sets the output size for generation tasks and caps source/reference media for editing tasks.256 ≤ n ≤ 1280 · default: 848
enable_prompt_expansionbooleanRewrite the prompt with an LLM before generation. The model is tuned on enhanced prompts; off by default.default: false

Validate a payload

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