All models

Image generation · OpenAI

GPT Image 1

Canonical id: gpt-image-1 · /v1/images

Text in → Image out
Try it in the playground

Price

From $0.011 / image

per generated image

SizeQualityPrice
1024x1024high$0.167
1024x1024low$0.011
1024x1024medium$0.042
1024x1536high$0.25
1024x1536low$0.016
1024x1536medium$0.063
1536x1024high$0.25
1536x1024low$0.016
1536x1024medium$0.063

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