GPT Image 1 - In-Depth Overview
OpenAI · GPT Image
Model ID: gpt-image-1
Get all the details on GPT Image 1, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as multimodal_input, image_generation, inpainting, available API code samples, and performance strengths.
Key Metrics
Input Limit
No data tokens
Output Limit
No data tokens
Input Cost
$10.00/1M
Output Cost
$40.00/1M
Sample API Code
from openai import OpenAI
client = OpenAI()
response = client.images.generate(
model="gpt-image-1",
prompt="A futuristic city at sunset, highly detailed, cyberpunk style.",
n=1,
size="1024x1024",
quality="medium"
)
image_url = response.data[0].url
Required Libraries
Notes
GPT Image 1 is a new state-of-the-art image generation model that accepts both text and image inputs and produces image outputs. Image generation also has per-image pricing based on quality and resolution: Low (1024x1024: $0.011, 1024x1536: $0.016, 1536x1024: $0.016), Medium (1024x1024: $0.042, 1024x1536: $0.063, 1536x1024: $0.063), High (1024x1024: $0.167, 1024x1536: $0.25, 1536x1024: $0.25). Text input tokens cost $5.00/1M tokens, cached text input $1.25/1M tokens. Cached image input tokens cost $2.50/1M tokens.
Capabilities
Supported Data Types
Input Types
Output Types
Strengths & Weaknesses
Exceptional at
Additional Information
Latest Update
May 20, 2025
Knowledge Cutoff
No data