Back to catalog
OpenAI·Imagenew50%+ off vs official

GPT-Image-2API

OpenAI's latest native image model — strong prompt understanding.

Our price

$0.0633

per image

Official price

$0.1266

Provider list price

Resolution tiers· per image

1K
50%$0.0633
2K
50%$0.0633
4K
50%$0.0633

Specs

Model ID
gpt-image-2
Endpoint
POST /v1/images/generations
Category
Image
Provider
OpenAI
Official tier
all sizes

Drop-in OpenAI compatibility

Point your existing OpenAI SDK at api.kunavo.com/v1 and swap the model id. No streaming changes, no SDK changes.

View docsGPT-Image-2 API guide

Try it

Set KUNAVO_API_KEY from /app/keys, then run any of the snippets below.

curl
curl https://api.kunavo.com/v1/images/generations \
  -H "Authorization: Bearer $KUNAVO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2",
    "prompt": "a tiny red origami crane on a white desk",
    "size": "1024x1024"
  }'

FAQ

How much does GPT-Image-2 cost?

On Kunavo, GPT-Image-2 is $0.0633 per image — about 50% under OpenAI's official price. Failed requests are never billed, and it's pay-as-you-go — you only pay for successful calls.

Can I call GPT-Image-2 with the OpenAI SDK?

Yes. Set base_url to https://api.kunavo.com/v1, pass your Kunavo key, and set model to "gpt-image-2". Requests and responses are OpenAI-compatible.

What endpoint does GPT-Image-2 use?

GPT-Image-2 is called via POST /v1/images/generations on Kunavo's OpenAI-compatible API.