GET

/v1/schemas/fal/image/fal-ai%2Fflux-2%2Fklein%2F4b%2Fbase%2Flora

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

Request body

12 properties · 1 required · 2 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to generate an image from.
num_imagesintegerThe number of images to generate.1 ≤ n ≤ 4 · default: 1
num_inference_stepsintegerThe number of inference steps to perform.4 ≤ n ≤ 50 · default: 28
negative_promptstringNegative prompt for classifier-free guidance. Describes what to avoid in the image.default: ""
guidance_scalenumberGuidance scale for classifier-free guidance.0 ≤ n ≤ 20 · default: 5
lorasfal-ai_flux-2-klein_LoRAInput[]List of LoRA weights to apply (maximum 3).default: []
image_sizeImageSize | enumThe size of the image to generate.default: "landscape_4_3"
accelerationenumThe acceleration level to use for image generation.none | regular | high · default: "regular"
output_formatenumThe format of the generated image.jpeg | png | webp · default: "png"
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.default: true
sync_modebooleanIf `True`, the media will be returned as a data URI. Output is not stored when this is True.default: false
seedintegerThe seed to use for the generation. If not provided, a random seed will be used.nullable

Validate a payload

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