OpenAI’s newest image models: Sunburst for the best quality, Flare for speed — with transparent backgrounds, edit masks and up to 16 references.
No GPU. No setup. Cancel anytime.
GPT Image 2.5 is OpenAI’s newest image family, available through the same Sogni key as every other model. It comes in two sizes. Sunburst is OpenAI’s quality-first model, which OpenAI rates above GPT Image 2 for image quality. Flare is the smaller, faster model, with image quality OpenAI rates comparable to GPT Image 2.
Both add three things GPT Image 2 does not have: two higher quality settings, Extra high and Maximum; a transparent background, which returns a cut-out as PNG or WebP; and an edit mask — a PNG with transparency, the same size as your first reference image — that confines the change to the area you mark. Like GPT Image 2, they take up to sixteen reference images and render text well.
As partner models they run on OpenAI’s infrastructure rather than Supernet GPU workers and are billed in Premium Spark only. Sogni quotes each job before it runs, and the final charge follows the output tokens OpenAI reports, so quality, size and references move the price. GPT Image 2 stays available, unchanged.
Sunburst and Flare take the same inputs and settings, and Sogni quotes the same request at the same price on either. Choose Sunburst for the best result and Flare when speed matters more.
| Model | Details | From | |
|---|---|---|---|
Sunburst Qualitygpt-image-2.5-sunburst | Resolution: multiples of 16 · up to 3840 px per edge · 0.66–8.3 MP · max 3:1 | 3.42 Spark · $0.017 | Create → |
Flare Fastgpt-image-2.5-flare | Resolution: multiples of 16 · up to 3840 px per edge · 0.66–8.3 MP · max 3:1 | 3.42 Spark · $0.017 | Create → |
GPT Image 2.5 is a pay-as-you-go Premium Spark vendor model. Every render uses purchased Spark, including for Sogni Unlimited members. Unlimited saves 5%; Unlimited Pro saves 10%.
| Variant / configuration | Spark | USD |
|---|---|---|
| 1024 × 1024 · low (Fast) | 1.53 Spark | $0.0076 |
| 1024 × 1024 · medium (HQ) | 3.42 Spark | $0.017 |
| 1024 × 1024 · high (Pro) | 13.7 Spark | $0.069 |
| 1024 × 1024 · xhigh (Extra high) | 24.4 Spark | $0.12 |
| 1024 × 1024 · max (Maximum) | 54.8 Spark | $0.27 |
| 1536 × 1024 · high (Pro) | 10.7 Spark | $0.053 |
| 1024 × 1024 · medium (HQ) · 1 reference | 20.6 Spark | $0.10 |
Premium Spark required — purchased credits; free Spark does not apply.
In the app, low, medium and high are called Fast, HQ and Pro; GPT Image 2.5 adds Extra high (xhigh) and Maximum (max).
Pricing is token-based: the quote comes first, and the charge follows the output tokens OpenAI reports. Reference images add input-token cost.
One Sogni API key reaches every model in the catalog — call GPT Image 2.5 with the exact model id for the variant you want.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'image',
modelId: 'gpt-image-2.5-sunburst',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, studio lighting',
numberOfMedia: 1,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_image",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, studio lighting", "model": "gpt-image-2.5-sunburst" }
}]
},
"confirm_cost": true
}' Example uses gpt-image-2.5-sunburst. Use any exact model id from the Variants table above. Full reference at docs.sogni.ai.
GPT Image 2.5 is a third-party frontier model. It uses purchased Spark for every render; Unlimited plans discount those pay-as-you-go rates instead of covering them as fair-use renders.
Vendor-backed renders are billed with Spark even when your account has an active Unlimited subscription.
Unlimited saves 5%; Unlimited Pro saves 10%.
Launch GPT Image 2.5 from the Sogni app or call the exact model id through the API.
Use premium vendor models alongside Sogni Supernet image, video, music, and language models.
Sunburst is OpenAI’s quality-first GPT Image 2.5 model, which OpenAI rates above GPT Image 2 for image quality. Flare is the smaller, faster one, with image quality OpenAI rates comparable to GPT Image 2. Both take the same inputs, quality settings, backgrounds and edit masks.
Extra high and Maximum quality, transparent backgrounds and edit masks. Reference images (up to sixteen), sizes and text rendering work the same way, and GPT Image 2 remains available with its own settings.
Turn on Transparent Background in the image creator, or send background: transparent through the API. The image comes back as a PNG (or WebP) cut-out; transparency is not available as JPEG.
Add a PNG with an alpha channel, the same size as your first context image. Its transparent areas mark where the image may change, and the rest stays as it is. A mask needs at least one reference image to apply to.
GPT Image 2.5 is a partner model: OpenAI runs it, and Sogni pays OpenAI per image. Partner models are billed in purchased Premium Spark, including on accounts with an Unlimited subscription.
GPT Image 2.5 is pay-as-you-go Premium Spark. It is not covered as an Unlimited fair-use render; every render uses purchased Spark. Unlimited saves 5%; Unlimited Pro saves 10%. Prices start at 3.42 Spark ($0.017) per render.
Create in the app, or build with the API. Your call.