About GPT Image 2.5 Sunburst
GPT Image 2.5 Sunburst is OpenAI's precision image generation and editing model for creative work that benefits from tighter control across edits, such as production-ready campaign creative and polished product imagery. It shares GPT Image 2.5 Flare's improvements in lighting, texture, subject preservation, and multi-turn edit consistency, and adds an extra level of editing precision at the cost of longer generation times.
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. Choose it when editing precision matters most; GPT Image 2.5 Flare is the faster choice for everyday generation.
Ready to build with GPT Image 2.5 Sunburst?
Try GPT Image 2.5 Sunburst 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.
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-sunburst",
"prompt": "Place the ox from @Image1 in a sunlit studio on a seamless white backdrop, keep its markings and expression exactly, editorial product photography.",
"aspect_ratio": "16:9",
"resolution": "2K",
"quality": "high",
"output_format": "png",
"background": "auto",
"moderation": "low"
}'