catalogue / seedream5-0-lite

Seedream5 0 Lite sample output
sample from fal.ai/bytedance/seedream/v5/lite/edit
ImageRuns now

Seedream5 0 Lite

from $0.035

per run

one edited image on the basic tier

Fixed at intake, charged only on a successful run. Rate verified 2026-08-31 against fal.ai (endpointBilling, $0.035 per image); procurement side: https://kie.ai/seedream5-0-lite ($0.0275 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/seedream/5-lite-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.035 per runone edited image on the basic tier. 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.