GPT Image 2.5 Flare

GPT Image 2.5 Flare is a image generation model from openai available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

from 0.4 tokens

ImageProvider: OpenAI

Try GPT Image 2.5 Flare in Givon AI

Open a working project for regular creation, or use Playground to inspect the model parameters.

Use through API

Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.

Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Idempotency-Key: $IDEMPOTENCY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"image","model":"gpt-image-2.5-flare","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"1:1","quality":"medium","imageSize":"1k","sourceImage":"asset://asset_...","referenceAssetUris":["asset://asset_..."]}}'

Input fields

* required
prompt*prompt

Image description.

Type
string
Default
Allowed
up to 32000 chars
aspectRatioaspectRatio
Type
string
Default
1:1
Allowed
1:1, 2:3, 3:2, 4:3, 3:4, 4:5, 5:4, 16:9, 9:16, 21:9
qualityquality
Type
string
Default
medium
Allowed
low, medium, high, xhigh, max
imageSizeimageSize
Type
string
Default
1k
Allowed
1k, 2k, 4k
Source imagesourceImage

Asset used as the source image for image editing.

Type
string
Default
Allowed
image · asset, https, data
Reference imagesreferenceAssetUris

Optional reference images as asset:// URIs, HTTPS URLs, or data URIs.

Type
array
Default
Allowed
image · up to 16 · asset, https, data

Cost

from 0.4 tokens
low · 1K · Create0.4 tokens
low · 2K · Create0.8 tokens
low · 4K · Create0.8 tokens
medium · 1K · Createdefault0.9 tokens
medium · 2K · Create1.7 tokens
medium · 4K · Create1.7 tokens
high · 1K · Create3.3 tokens
high · 2K · Create6.7 tokens
high · 4K · Create6.7 tokens
xhigh · 1K · Create8 tokens
xhigh · 2K · Create15 tokens
xhigh · 4K · Create24 tokens
max · 1K · Create16.5 tokens
max · 2K · Create32 tokens
max · 4K · Create52 tokens
low · 1K · Edit0.4 tokens
low · 2K · Edit0.8 tokens
low · 4K · Edit0.8 tokens
medium · 1K · Edit0.9 tokens
medium · 2K · Edit1.7 tokens
medium · 4K · Edit1.7 tokens
high · 1K · Edit3.3 tokens
high · 2K · Edit6.7 tokens
high · 4K · Edit6.7 tokens
xhigh · 1K · Edit16.5 tokens
xhigh · 2K · Edit23.5 tokens
xhigh · 4K · Edit32.5 tokens
max · 1K · Edit25 tokens
max · 2K · Edit40.5 tokens
max · 4K · Edit60.5 tokens

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_to_imageimage_edit
Asset slotssourceImage:imagereferenceAssetUris:image[]<=16
Get API key

Where to use this model