catalogue / topaz-image-upscale

Topaz Image Upscale sample output
sample from fal.ai/topaz/upscale/image/precision
ImageNot routed yet

Topaz Image Upscale

$0.08

per started 24 megapixels of output

fal.ai’s own list price for this model, read from their catalogue on 2026-09-05. We do not route it yet, so this is a reference rather than a quote.

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/topaz/image-upscale",
  "prompt": "A lighthouse on a basalt cliff at dusk, photorealistic",
  "image_url": "https://example.com/input.png",
  "upscale_factor": "2"
}'

fal.ai lists $0.08 per started 24 megapixels of output (read 2026-09-05). We do not route this endpoint yet, so that is a reference, not a quote.

Not on the gateway yet: kie/topaz/image-upscale has no price in the billing table, so this request is refused with unpriced_model rather than run. The snippet is here so the shape is clear the day it opens.

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