Skip to main content

GPT Image 2.5 API Pipeline Fixture

GPT Image 2.5 API Pipeline Fixture

PiAPI provides GPT Image 2.5 Flare and Sunburst for image generation and editing. Both models share the same USD rates per 1M tokens.

Est. ~$0.004 / image

GPT Image 2.5 API Pipeline Fixture Pricing

Pay-as-you-go access through PiAPI.

Model
gpt-image-2.5-flare
gpt-image-2.5-sunburst

Features

Capabilities from the production model page.

PiAPI model

gpt-image-2.5-flare is the fastest PiAPI option for everyday, high-quality image generation.

PiAPI model

gpt-image-2.5-sunburst is the strongest PiAPI option for image generation and editing precision.

PiAPI pricing

Per 1M tokens, both models cost $3.75 text input, $6.00 image input, and $22.50 image output.

Quality

The quality parameter accepts auto, low, medium, and high. The API rejects xhigh, max, and standard with HTTP 400.

Get started

Create your API key

Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.

Top up credits

Add credits on the billing page when you are ready to scale beyond the free tier.

Call the API

POST your first task following the API docs, then poll the task until the result is ready.

Iterate in the playground

Prototype prompts and settings in the the playground above before wiring them into your product.

Create a task

curl -X POST 'https://api.piapi.ai/api/v1/images/generations/async' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "model": "gpt-image-2.5-flare",
  "prompt": "YOUR_PROMPT",
  "size": "1024x1024",
  "quality": "low"
}'

Retrieve the result

curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
  -H 'X-API-Key: YOUR_API_KEY'

image_urls / image_url / data

Pricing

  • gpt-image-2.5-flare:text_input: $0.00375 / 1k_tokens
  • gpt-image-2.5-flare:image_input: $0.006 / 1k_tokens
  • gpt-image-2.5-flare:output: $0.0225 / 1k_tokens

Frequently asked questions

Which GPT Image 2.5 models are available on PiAPI?

The API supports gpt-image-2.5-flare and gpt-image-2.5-sunburst for image generation and editing.

How much does GPT Image 2.5 API cost?

Per 1M tokens, both models cost $3.75 text input, $6.00 image input, and $22.50 image output.

Which quality values does the API accept?

The quality parameter accepts auto, low, medium, and high. The API rejects xhigh, max, and standard with HTTP 400.

More questions? See the API docs.

Our blog

GPT Image 2.5 API Pipeline Fixture