catalogue / z-image

Z Image sample output
sample from fal.ai/fal-ai/z-image/turbo
ImageRuns now

Z Image

$0.005

per run

one image at the model default, which fal meters as one megapixel

Fixed at intake, charged only on a successful run. Rate verified 2026-08-27 against fal.ai (endpointBilling: 0.005 per megapixels); procurement side: https://api.kie.ai/client/v1/model-pricing/page (Qwen z-image, text-to-image, 1.0s).

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/z-image",
  "prompt": "A lighthouse on a basalt cliff at dusk, photorealistic",
  "aspect_ratio": "1:1"
}'

$0.005 per runone image at the model default, which fal meters as one megapixel. 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.