---
title: "GPT Image 2.5 Flare"
method: POST
path: "/generate/image/openai/gpt-image-2.5-flare"
tags: ["Image"]
---

# GPT Image 2.5 Flare

`POST /generate/image/openai/gpt-image-2.5-flare`

GPT Image 2.5 with transparent background support.

## Headers

- `X-Webhook-URL` string, uri

## Request body

- object
  - `prompt` string, required
  - `quality` 'low' | 'medium' | 'high' | 'xhigh' | 'max'
  - `image_urls` string[] — Image prompts to use for the generation.
  - `aspect_ratio` '16:9' | '2:1' | '3:2' | '4:3' | '1:1' | '3:4' | '2:3' | '1:2' | '9:16', required — Aspect ratio. One of: 16:9, 2:1, 3:2, 4:3, 1:1, 3:4, 2:3, 1:2, 9:16.
  - `resolution` '1K' | '2K' | '4K', required — Resolution scale. One of: 1K, 2K, 4K.
  - `background` 'transparent' | 'opaque' | 'auto' — Background of the generated image. `transparent` returns a cutout.

## Response `200`

The resulting job data. This will be returned in a pending state until the job is completed. See [`/jobs/{id}`](#tag/default/get/jobs/{id}) for retrieving the results.

- object
  - `job_id` string, uuid, required
  - `status` 'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled', required
  - `created_at` string, date-time, required
  - `completed_at` unknown, required
  - `result` unknown, required
  - `error` object
    - `code` string, required
    - `message` string

## Other responses

- `400` — The request body is invalid.
- `401` — You are not authenticated.
- `402` — You have run out of credits.
- `429` — You have reached the maximum number of concurrent jobs.

## Changes

- **2026-09-11** `e2f24090969e` — 8 info
  - added the new `16:9` enum value to the request property `aspect_ratio`
  - added the new `1:2` enum value to the request property `aspect_ratio`
  - added the new `2:1` enum value to the request property `aspect_ratio`
  - added the new `2K` enum value to the request property `resolution`
  - …4 more
- **2026-09-09** `9c6089ec8477` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/krea/apis/krea-api/changes/generate/image/openai/gpt-image-2.5-flare/post.md)

---

[API](https://skmtc.dev/krea/apis/krea-api.md) · [All operations](https://skmtc.dev/krea/apis/krea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/krea/apis/krea-api/revisions/ebf9d95ea4fd?raw)
