GET

/v1/schemas/fal/image/fal-ai%2Fflux-2-lora-gallery%2Fsatellite-view-style

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

Request body

11 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to generate a satellite/aerial view style image.
accelerationenumAcceleration level for image generation. 'regular' balances speed and quality.none | regular · default: "regular"
sync_modebooleanIf `True`, the media will be returned as a data URI and won't be saved in history.default: false
num_imagesintegerNumber of images to generate1 ≤ n ≤ 4 · default: 1
image_sizeImageSize | enumThe size of the generated image.default: "landscape_4_3"
guidance_scalenumberThe CFG (Classifier Free Guidance) scale. Controls how closely the model follows the prompt.0 ≤ n ≤ 20 · default: 2.5
enable_safety_checkerbooleanWhether to enable the safety checker for the generated image.default: true
seedintegerRandom seed for reproducibility. Same seed with same prompt will produce same result.nullable
output_formatenumThe format of the output imagepng | jpeg | webp · default: "png"
num_inference_stepsintegerThe number of inference steps to perform.4 ≤ n ≤ 50 · default: 40
lora_scalenumberThe strength of the satellite view style effect.0 ≤ n ≤ 2 · default: 1

Validate a payload

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