← Model catalog

GPT Image 2.5 flare

everyais/gpt-image-2-5-flare

GPT Image 2.5 flare (everyais/gpt-image-2-5-flare) availability, capabilities, context limits, and public reference pricing on everyais.

Available now

Method

The page starts with current public catalog metadata and reference costs; operational metrics are added only when measured samples are available.

Source and update

GET /models/catalog

Updated

Model type
Image
Released
Not published
Context window
-
Price unit
Per 1M tokens
Maximum output
-
Model reference price (USD)
Input / 1M tokens
$5
Output / 1M tokens
$30
Image input / 1M tokens
$8
Cache read / 1M tokens
$1.25

Capabilities

  • Image editing

Supported endpoints

  • /v1/images/generations
  • /v1/images/edits

Code example

Use the OpenAI SDK by changing only base_url.

from openai import OpenAI

client = OpenAI(
    api_key="everyais_...",
    base_url="https://api.everyais.com/v1",
)

image = client.images.generate(
    model="everyais/gpt-image-2-5-flare",
    prompt="a quiet reading room at dawn",
    n=1,
)
print(image.data[0].url)
Full API docs

Compare models side by side

Compare capabilities, context windows, and reference prices to find a model for your use case. Your actual billed rate can differ by account.