Models

gpt-image-2.5-flare — API, Pricing & Image Tokens | Vivgrid

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.

gpt-image-2.5-flare 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-flare runs as a globally centralized model, reachable with the same unified key as every other model in the catalog.

Specifications

ProviderOpenAI
Model IDgpt-image-2.5-flare
Best forImage generation
Context window
ModalitiesText, Image
Tool / function callingNo
Knowledge cutoff
Acceleration🌐 Global (Centralized)

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

Token typeInputCached inputOutput
Text$8.00$1.25$0.00
Image$8.00$3.00$33.00

Quick start

Call gpt-image-2.5-flare 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-flare",
    "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.jpg

Billing

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

On this page