Back to Models
OpenAI

gpt-image-2

Image|CompareShare

Model type

Image

Trial status

Paid access

API routes

2 routes

Catalog created

May 29, 2026

EditGenerationTextVision

Specifications

ProviderOpenAI
Model IDgpt-image-2
Model TypeImage
Trial AccessPaid access
Release Date2026-04-21
Endpoints2 routes
image-editPOST
/v1/images/edits
image-generationPOST
/v1/images/generations
Capabilities
Image
EditGenerationTextVision

Pricing

Input

$8.000

per 1M tokens

Output

$30.000

per 1M tokens

Cache Read

$0.000

per 1M tokens

Cache Write

$2.000

per 1M tokens

Cost Estimate

1K in + 1K out$0.0380
10K in + 2K out$0.1400
100K in + 10K out$1.1000

API Example

Endpoint:
curl --request POST \
  --url https://api.aisa.one/v1/images/edits \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer $AISA_API_KEY' \
  -d '{
    "model": "gpt-image-2",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/images/edits
View API Docs

Compare Similar Models

Compare These

Start using gpt-image-2 through AIsa's Model Gateway today.

Get API Key