gpt-image-2.5-sunburst
NixAPI price, from
USD per 1M tokens · via group Azure-Gpt-3 · Official list price $5 / $30Save 63%
About gpt-image-2.5-sunburst
gpt-image-2.5-sunburst is a high-precision version of the same series, with stronger detail and prompt restoration, aimed at high-quality commercial image creation.
Price by routing group
Pick a group in the console when you create a key. Status is live from the router. Live status by group →
| Group | Group status | Model status | Multiplier | Input | Output | Cache read | Cache write |
|---|---|---|---|---|---|---|---|
Azure-Gpt-3 | … | ×0.3718 | $1.859 | $11.154 | — | — | |
Azure-Gpt-4 | … | ×0.7436 | $3.718 | $22.308 | — | — | |
Openai-Gpt-1 | … | ×0.9941 | $4.971 | $29.824 | — | — | |
Azure-Gpt-5 | … | ×1.014 | $5.07 | $30.42 | — | — | |
Openai-Gpt-2 | … | ×1.2427 | $6.213 | $37.28 | — | — |
USD per 1M tokens
Supported endpoints
Call gpt-image-2.5-sunburst in one request
Works with the OpenAI SDK and any OpenAI-compatible client. Replace the key with your own.
curl https://api.nixapi.com/v1/images/generations \
-H "Authorization: Bearer $NIXAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-image-2.5-sunburst", "prompt": "A lighthouse at dawn, watercolor", "size": "1024x1024"}'from openai import OpenAI
client = OpenAI(base_url="https://api.nixapi.com/v1", api_key="sk-…")
img = client.images.generate(model="gpt-image-2.5-sunburst", prompt="A lighthouse at dawn, watercolor", size="1024x1024")
print(img.data[0].url or img.data[0].b64_json[:40])import OpenAI from 'openai';
const client = new OpenAI({ baseURL: 'https://api.nixapi.com/v1', apiKey: process.env.NIXAPI_KEY });
const img = await client.images.generate({ model: "gpt-image-2.5-sunburst", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about gpt-image-2.5-sunburst
How much does gpt-image-2.5-sunburst cost on NixAPI?
From $1.859 per 1M input tokens and $11.154 per 1M output tokens in the Azure-Gpt-3 group, about 63% below the official list price. Prices are pay-as-you-go in USD with no monthly minimum.
How do I call gpt-image-2.5-sunburst?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "gpt-image-2.5-sunburst".
Which routing groups serve gpt-image-2.5-sunburst?
gpt-image-2.5-sunburst is available in 5 routing groups: Azure-Gpt-3, Azure-Gpt-4, Openai-Gpt-1, Azure-Gpt-5, Openai-Gpt-2. The lowest price is in Azure-Gpt-3.