catalogue / ideogram--character

Ideogram Character sample output
sample from fal.ai/fal-ai/ideogram/character
ImageRuns now

Ideogram Character

from $0.2

per run

one image on the QUALITY tier ($0.10 TURBO, $0.15 BALANCED)

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 (ideogram character, image-to-image, QUALITY).

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/ideogram/character",
  "prompt": "A lighthouse on a basalt cliff at dusk, photorealistic",
  "reference_image_urls": [
    "https://example.com/input.png"
  ]
}'

$0.2 per runone image on the QUALITY tier ($0.10 TURBO, $0.15 BALANCED). 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.