GPT-5 Image
Active[GPT-5](https://openrouter.ai/openai/gpt-5) Image combines OpenAI's GPT-5 model with state-of-the-art image generation capabilities. It offers major improvements in reasoning, code quality, and user experience while incorporating GPT Image 1's superior instruction following,...
Overview
[GPT-5](https://openrouter.ai/openai/gpt-5) Image combines OpenAI's GPT-5 model with state-of-the-art image generation capabilities. It offers major improvements in reasoning, code quality, and user experience while incorporating GPT Image 1's superior instruction following,...
History
GPT-5 Image became available via the OpenAI API on 2025-10-14.
Training & availability
OpenAI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 400K tokens.
-
Input modalities: image, text, file.
Recommended for: vision, long-context.
Pricing
- Input: $10.0000 per 1M tokens
- Output: $10.0000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the openai API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(api_key="sk-...")
resp = client.chat.completions.create(
model="gpt-5-image",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Providers & performance
1 providerMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| OpenAI | 90tok/s | 498ms | $10 | $10 | 400K | — | tools · json |
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced like a frontier model. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $10/1M
- Pricing breakdown
- $10/1M in
$10/1M out
Community ratings
Rate GPT-5 Image
Sign in to rate and review.
Comments
Sign in to leave a comment.