All models

Image generation · OpenAI

Dall E 3

Canonical id: dall-e-3 · /v1/images

Text in → Image out
Try it in the playground

Price

From $0.04 / image

per generated image

SizeQualityPrice
1024x1024hd$0.08
1024x1024standard$0.04
1024x1792hd$0.12
1024x1792standard$0.08
1792x1024hd$0.12
1792x1024standard$0.08

+ LLMRouter platform fee: 1% of provider cost (≈ $0.0004) — billed as its own line, never blended into the price above.

API

curl https://api.llmrouter.sh/v1/images \
  -H "Authorization: Bearer llmr_sk_..." \
  -H "Content-Type: application/json" \
  -d '{"model": "dall-e-3", "prompt": "A watercolor fox in a misty forest"}'