All models

Image generation · OpenAI

GPT Image 1.5

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

Text in → Image out
Try it in the playground

Price

From $0.009 / image

per generated image

SizeQualityPrice
1024x1024high$0.133
1024x1024low$0.009
1024x1024medium$0.034
1024x1536high$0.2
1024x1536low$0.013
1024x1536medium$0.05
1536x1024high$0.2
1536x1024low$0.013
1536x1024medium$0.05

+ 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.5", "prompt": "A watercolor fox in a misty forest"}'