Back to catalog
OpenAI·Imagenew38% under official

GPT-Image-2API

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

Brievio price

$0.079

per image

Official price

$0.1266

Provider list price

Resolution tiers· per image

1K
38%$0.079
2K
38%$0.079
4K
38%$0.079

$ 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 https://api.brievio.com/v1 and change the model id. No streaming changes, no SDK changes — and the model you call is the genuine article.

View docs

$ Try it

Set BRIEVIO_API_KEY from a key in /app/keys, then run any snippet below.

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