Image generation · OpenAI
Dall E 3
Canonical id: dall-e-3 · /v1/images
Text in → Image out
Price
From $0.04 / image
per generated image
| Size | Quality | Price |
|---|---|---|
| 1024x1024 | hd | $0.08 |
| 1024x1024 | standard | $0.04 |
| 1024x1792 | hd | $0.12 |
| 1024x1792 | standard | $0.08 |
| 1792x1024 | hd | $0.12 |
| 1792x1024 | standard | $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"}'