GPT Image 2 API Pricing and Availability: Current 2026 Answer
GPT Image 2 API pricing is now public as token rates. This page explains availability, rate-limit checks, and how developers should estimate cost.
GPT Image 2 API Pricing and Availability: Current 2026 Answer
Last updated: 2026-04-25
The old "when will it be available?" framing is stale. GPT Image 2 now appears in OpenAI's public pricing materials. The remaining developer work is account verification, rate-limit review, cost measurement, and migration testing.
TL;DR
- GPT Image 2 pricing is public as token rates.
- Access can still vary by account, organization, region, and rate limit.
- Do not migrate a production image workflow only from list price.
- Measure output acceptance rate and retries before switching.
Official pricing shape
| Token category | Rate |
|---|---|
| Text input | $5.00 / 1M tokens |
| Cached text input | $1.25 / 1M tokens |
| Image input | $8.00 / 1M tokens |
| Cached image input | $2.00 / 1M tokens |
| Image output | $30.00 / 1M tokens |
That means edit-heavy workflows can cost differently from prompt-only generation. A reference-image workflow pays for image input as well as image output.
Availability checklist
Before shipping, verify:
- your API account can call the current image-generation path
- your usage tier has enough rate limit
- your prompts produce acceptable output with fewer retries than your current model
- your cost dashboard separates text input, image input, and image output
- your product can fall back if limits or moderation behavior block a request
Migration advice
Treat GPT Image 2 as a new production dependency, not a drop-in string replacement. Keep your model name, quality intent, and pricing assumptions in configuration so you can update them without changing business logic.
FAQ
Is GPT Image 2 API pricing available now?
Yes. OpenAI lists GPT Image 2 token rates on its API pricing page.
Does availability mean unlimited usage?
No. Rate limits and account eligibility still matter.
What is the safest first migration?
Run a small benchmark on real prompts, compare cost per accepted output, then move one workflow at a time.
Sources
Source: OpenAI β API pricing Source: OpenAI Developers β Image generation guide Source: OpenAI β Introducing ChatGPT Images 2.0
GPT Image 2 Countdown is not affiliated with OpenAI. All trademarks belong to their respective owners.