catalogue / gpt-image-1.5

Gpt Image 1.5 sample output
sample from fal.ai/fal-ai/gpt-image-1.5/edit
ImageRuns now

Gpt Image 1.5

from $0.034

per run

one edited image at the medium tier, floor of fal’s size column

Fixed at intake, charged only on a successful run. Rate verified 2026-08-31 against fal.ai (pricingInfoOverride, $0.034 medium at 1024x1024); procurement side: https://kie.ai/gpt-image-1.5 ($0.02 medium per image).

POST https://renderhour.com/api/gateway/v1/images/generations

curl -X POST https://renderhour.com/api/gateway/v1/images/generations \
  -H "Authorization: Bearer $RENDERHOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kie/gpt-image/1.5-image-to-image",
  "prompt": "A lighthouse on a basalt cliff at dusk, photorealistic",
  "input_urls": [
    "https://example.com/input.png"
  ],
  "aspect_ratio": "3:2"
}'

$0.034 per runone edited image at the medium tier, floor of fal’s size column. Quoted before the run; a failed run is not charged.

Runs against your own balance at that price. A failed run is not charged.

Or copy the request and run it with your RenderHour API key — the one in your profile.