catalogue / seedream-5-0-pro

Seedream 5.0 Pro sample output
sample from fal.ai/bytedance/seedream/v5/pro/edit
ImageRuns now

Seedream 5.0 Pro

from $0.0675

per run

one image at the basic (1K) tier, total area up to 1536x1536; +$0.0045 per input image past the first

Fixed at intake, charged only on a successful run. Rate verified 2026-09-04 against fal.ai (pricingInfoOverride, harvested into fal-models.json 2026-08-20); procurement side: https://api.kie.ai/client/v1/model-pricing/page (seedream 5 Pro, image-to-image, 1K at $0.035 + $0.0025 per input image past the first).

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

$0.0675 per runone image at the basic (1K) tier, total area up to 1536x1536; +$0.0045 per input image past the first. 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.