All models

Image generation · OpenAI

Dall E 2

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

Text in → Image out
Try it in the playground

Price

From $0.016 / image

per generated image

SizeQualityPrice
1024x1024standard$0.02
256x256standard$0.016
512x512standard$0.018

+ LLMRouter platform fee: 1% of provider cost (≈ $0.0002) — 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-2", "prompt": "A watercolor fox in a misty forest"}'