All models

Image generation · OpenAI

GPT Image 1 Mini

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

Text in → Image out
Try it in the playground

Price

From $0.005 / image

per generated image

SizeQualityPrice
1024x1024low$0.005
1024x1024medium$0.011
1024x1536low$0.006
1024x1536medium$0.015
1536x1024low$0.006
1536x1024medium$0.015

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