Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

OpenAI: GPT Image 2.5 Sunburst

openai/gpt-image-2.5-sunburst

Access GPT Image 2.5 Sunburst from OpenAI using the Puter.js AI API for free.

Get Started

Model Card

GPT Image 2.5 Sunburst is an image generation and editing model from OpenAI, released September 8, 2026 as part of the GPT Image 2.5 family alongside a faster sibling model, GPT Image 2.5 Flare.

It is built for precision editing workflows, with tighter control over edits, better subject preservation from reference images, and the ability to keep unrelated areas of an image unchanged across multiple edit turns. OpenAI positions it for production-ready campaign creative and polished product imagery, in contrast to Flare's focus on high-volume, everyday generation.

Sunburst supports quality levels from low through max, plus auto. At low quality and 1024x1024 resolution, an image costs $0.00588. It runs slower than Flare, trading speed for editing precision.

Cost Per Image $0.0059

per generation

Configuration N/A

resolution

Release Date Sep 8, 2026

 

Code Example

Use GPT Image 2.5 Sunburst in your app with the Puter.js AI API — no API keys or setup required.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.txt2img("A serene mountain landscape at sunset", {
    model: "openai/gpt-image-2.5-sunburst"
}).then(image => {
    document.body.appendChild(image);
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.txt2img("A serene mountain landscape at sunset", {
            model: "openai/gpt-image-2.5-sunburst"
        }).then(image => {
            document.body.appendChild(image);
        });
    </script>
</body>
</html>

More AI Models From OpenAI

Find other OpenAI models

Image

GPT Image 2.5 Flare

GPT Image 2.5 Flare is OpenAI's fast image generation and editing model in the GPT Image 2.5 family, released September 8, 2026 as the successor to GPT Image 2. It takes text and image input and returns generated or edited images. OpenAI reports it produces higher-quality output than GPT Image 2 at up to 50% lower latency, with improvements in lighting, texture, and consistency when editing from reference images. Within the GPT Image 2.5 family, Flare is the speed-oriented tier. OpenAI positions it as the default choice for creator and social content, product imagery, visual search, rapid prototyping, and high-volume generation, while the companion Sunburst model targets premium workflows that need tighter control over detailed edits. The API exposes quality levels low, medium, high, xhigh, max, and auto. At low quality and 1024x1024 resolution, an image costs $0.00588.

Chat

GPT-6 Astra

GPT-6 Astra is OpenAI's most capable model, released in September 2026 as the successor to GPT-5.6 Sol. It targets complex reasoning, coding, computer use, research, and document creation, taking text and image input over a 1,050,000-token context window and supporting tool calling. OpenAI reports Astra saturates FrontierMath Tier 4 at 97.6% and ARC-AGI-3 at 99.9%, and cuts its hallucination rate from 92% to 51% at max effort versus GPT-5.6 Sol. It is the first OpenAI model to reach the Critical cybersecurity level under OpenAI's Preparedness Framework, scoring 100% on ExploitBench versus 78.5% for GPT-5.6 Sol. Independent testing from Artificial Analysis puts Astra's Intelligence Index at 61.2, roughly level with GPT-5.6 Sol and behind Claude Fable 5.1's 65.7. Input costs $5 per million tokens and output $25 per million, 2.5 times GPT-5.6 Sol's rate.

Chat

GPT-6 Astra Pro

GPT-6 Astra Pro is OpenAI's higher-performance configuration of GPT-6 Astra, offered in ChatGPT to Pro, Business, and Enterprise subscribers. OpenAI has not published what separates it from the base model, whether a higher reasoning-effort ceiling, more compute per response, or fewer usage limits. It shares the same 1,050,000-token context window, 128,000 max output tokens, and $10/$50 per million token input/output pricing as base GPT-6 Astra. That overlap suggests Pro may simply be a higher-effort configuration of the same underlying model, a pattern also seen with GPT-5.6 Sol Pro. Base GPT-6 Astra supports adjustable reasoning effort from low to max, function calling, and image input, with an April 30, 2026 knowledge cutoff. It scores 67 on the Coding Agent Index and 61 on the Intelligence Index, near GPT-5.6 Sol and a few points behind Claude Fable 5.1. Whether these figures apply to the Pro configuration specifically is undocumented.

Frequently Asked Questions

How do I use GPT Image 2.5 Sunburst?

You can access GPT Image 2.5 Sunburst by OpenAI through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.

Is GPT Image 2.5 Sunburst free?

Integrating GPT Image 2.5 Sunburst through the Puter.js AI API is free under the User-Pays Model. Each user pays for their own AI usage through their Puter account.

What is the pricing for GPT Image 2.5 Sunburst?
GPT Image 2.5 Sunburst costs $0.0059 per image.
Price
Per image$0.0059
Who created GPT Image 2.5 Sunburst?

GPT Image 2.5 Sunburst was created by OpenAI and released on Sep 8, 2026.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the GPT Image 2.5 Sunburst API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.

Add GPT Image 2.5 Sunburst to your app for free

Developers can integrate GPT Image 2.5 Sunburst for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.

Get started How pricing works