gpt-image-2.5-sunburst — API, Pricing & Image Tokens | Vivgrid
gpt-image-2.5-sunburst on Vivgrid: OpenAI's gpt-image-2.5 image generation model, served through the OpenAI-compatible Images API with per-token text and image pricing.
gpt-image-2.5-sunburst is part of OpenAI's gpt-image-2.5 generation. Turn a text prompt into polished, production-ready images — straight from the OpenAI-compatible Images API you already use.
On Vivgrid, gpt-image-2.5-sunburst runs as a globally centralized model, reachable with the same unified key as every other model in the catalog.
Specifications
| Provider | OpenAI |
| Model ID | gpt-image-2.5-sunburst |
| Best for | Image generation |
| Context window | — |
| Modalities | Text, Image |
| Tool / function calling | No |
| Knowledge cutoff | — |
| Acceleration | 🌐 Global (Centralized) |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Token type | Input | Cached input | Output |
|---|---|---|---|
| Text | $8.00 | $1.25 | $0.00 |
| Image | $8.00 | $3.00 | $33.00 |
Quick start
Call gpt-image-2.5-sunburst through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.
curl https://api.vivgrid.com/v1/images/generations \
-H "Authorization: Bearer $VIVGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2.5-sunburst",
"prompt": "A high-resolution, photorealistic, close-up portrait of a woman. The woman, softly and evenly lit, has an oval-shaped face with an even more pronounced oval jawline. She sports an asymmetric bob hairstyle, her hair cut to ear-length. She has an impressively straight nose contour, with the base of her nose being equally straight. The image is a splendid display of macrophotography, with a shallow depth of field adding an extra layer of interest to it. The textures are incredibly detailed, adding much to the overall realism of the image.",
"size": "1024x1024",
"n": 1,
"output_format": "png",
"output_compression": 100
}' | jq -r '.data[0].b64_json' | base64 --decode > _image.jpgBilling
Text prompts and generated images are billed as separate token types. Prompt text is billed at $8.00 per 1M input tokens; generated images are billed at $33.00 per 1M image output tokens. Text output is free.
Ideal use cases
- Product shots, marketing creative, and social assets
- Photorealistic scenes from a single prompt
- Batch image generation pipelines with
n> 1
Related models
- gpt-image-2.5-flare — sibling gpt-image-2.5 model at the same price
- gemini-3-pro-image — Google's highest-quality image generation and editing
- gemini-3.1-flash-image — high-volume, low-cost image generation
gpt-image-2.5-flareNew
gpt-image-2.5-flare on Vivgrid: OpenAI's gpt-image-2.5 image generation model, served through the OpenAI-compatible Images API with per-token text and image pricing.
deepseek-v4-pro-0813New
deepseek-v4-pro-0813 on Vivgrid: DeepSeek's latest flagship coding model with a 1M-token context window, up to 384K output tokens, and lower pricing than deepseek-v4-pro.