openai
openai/gpt-image-2/Released Apr 2026

GPT Image 2

Generate extremely detailed images with fine typography, accurate composition, and photoreal lighting from a single prompt.

Featured
Provider
openai
Modality
text-to-image
Released
Apr 2026
Pricing
$0.22 / image$0.41 / image (hi-res)
GPT Image 2

See what this model can do

A handful of real prompts and their outputs.

Weathered dive watch on slate
Product photography
Weathered dive watch on dark slate
"Macro shot, rim-lit, shallow depth of field, studio lighting."
Cartoon ox in a space helmet
Character illustration
Cartoon ox in a space helmet
"Cel-shaded, vibrant colors, clean white background."
Young farmer portrait at golden hour
Cinematic portrait
Young farmer at golden hour
"35mm film, golden light, shallow depth of field."
Infographic: The Life of an Ox
Editorial typography
The Life of an Ox infographic
"Four labeled sections, clean sans-serif, pastel palette."
Typographic poster
Typography
Typographic poster
"Elegant serif letterforms on textured paper, high contrast."

Ready to build with GPT Image 2?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gpt-image-2",
  "prompt": "An ox standing in the middle of a long open road at sunset, cinematic lighting, photorealistic, centered and staring at the camera.",
  "resolution": "1024x1024",
  "quality": "high",
  "num_images": 1,
  "output_format": "png"
}'