OpenAI/gpt-image-2-5-flare/Released Sep 2026

GPT Image 2.5 Flare

Fast, high-quality image generation and editing

Commercial use
Image

About GPT Image 2.5 Flare

GPT Image 2.5 Flare is OpenAI's general-purpose image generation and editing model, the successor to GPT Image 2. It renders images with more natural lighting and richer textures than GPT Image 2 at up to 50% lower latency, preserves subjects from reference photos, and follows editing instructions reliably across repeated edits without degrading earlier ones.

It generates from a text prompt or edits up to 16 reference images, with optional mask-based inpainting, transparent backgrounds, custom dimensions up to 4K (3840x2160), and five quality tiers from low through the new xhigh and max settings. It suits creator and social content, product imagery, visual search, rapid prototyping, and high-volume generation. For edit-heavy workflows that need the tightest control, see GPT Image 2.5 Sunburst.

Ready to build with GPT Image 2.5 Flare?

Try GPT Image 2.5 Flare in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

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