catalogue / flux-2

Flux 2 sample output
sample from fal.ai/fal-ai/flux-2-flex/edit
ImageRuns now

Flux 2

from $0.03

per run

the first megapixel of output (+$0.015 per extra megapixel of input)

Fixed at intake, charged only on a successful run. Rate verified 2026-08-27 against fal.ai (pricingInfoOverride); procurement side: https://api.kie.ai/client/v1/model-pricing/page (Black Forest Labs flux-2 pro, image to image, 1.0s-1K).

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/flux-2/pro-image-to-image",
  "prompt": "A lighthouse on a basalt cliff at dusk, photorealistic",
  "input_urls": [
    "https://example.com/input.png"
  ],
  "aspect_ratio": "4:3"
}'

$0.03 per runthe first megapixel of output (+$0.015 per extra megapixel of input). 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.