gpt-image-2.5-flare and gpt-image-2.5-sunburst are available through official API forwarding, using the same Images API integration as official-forward gpt-image-2. Choose Flare for speed or Sunburst for precise image editing, or expose both options in your app. Both use token billing at the same token rates as official-forward gpt-image-2.
Two VIP per-call models are also available: gpt-image-2.5-flare-vip and gpt-image-2.5-sunburst-vip, each at $0.03/call, using the same integration as gpt-image-2-vip.
Updated September 9, 2026. LaoZhang API availability and group guidance follow the service launch notice. Representative VIP generation parameters were tested on the same date. Official model positioning, snapshots, and rates are sourced below.
Choose your route
Choose the route and billing type before copying a request. Existing GPT Image 2 integrations can refer to the GPT Image 2 guide.
GPT Image 2.5 official-forward models and groups
Use an undated alias for a typical integration, or the full dated ID to pin a snapshot. The current alias mapping may change in the future.
- Select usage-based billing in token management and confirm that the token allows your target model.
- Both 2.5 models require an official-forward group. Choose
Sora2Officialfor regular official forwarding or the enterprise official-forward group (calledimage2Enterprisein the launch notice) when stability is the priority. Default continues to usegpt-image-2-web, which now runs the latest GPT web version, 2.5. - Keep your existing official-forward Images API authentication, request structure, and result handling. Change
modelto an alias or snapshot above; do not put a group name inmodel.
The public pricing catalog on September 9, 2026 lists
sora_official and GPT_Image_2_Enterprise for both official-forward models and their snapshots. The enterprise display name is GPTImage2 Sora2 Enterprise. Confirm the corresponding official-forward option in token management; Default tokens require the -vip IDs for VIP calls; they cannot use the unsuffixed official-forward IDs.Minimal GPT Image 2.5 official-forward integration
These examples use the existing official-forward endpoints:/v1/images/generations for generation and /v1/images/edits for editing. The SDK methods are images.generate and images.edit.
Generate with Flare
Edit with Sunburst
Prepare a localsource.png, then run:
These integration examples follow the launch notice and official API documentation; the parameter tests in this update cover VIP generation below, not these official-forward routes. OpenAI lists
low, medium, high, xhigh, max, and auto quality settings for both 2.5 models. Verify new quality tiers, size limits, and other optional fields with your target token. Official Responses image-tool documentation alone does not establish LaoZhang API Responses support for this route.Save and verify the image
A successful Images API response should contain an image result. Fordata[0].b64_json, save the generation result with this script; read edit.json for an edit request:
output.png and check that it displays correctly at the requested dimensions. For edits, inspect both the requested change and the details that should remain intact. If the route returns data[0].url, download and open that image. Then check the model, group, usage, and actual charge in call logs. HTTP 200 or a model listing cannot replace image acceptance.
For authentication or model-access errors, check the key, group, and model ID first. Correct invalid parameters using the returned error. If no image is present, retain the sanitized error and log time, check the Images API reference, and contact support without sharing a complete key.
GPT Image 2.5 official-forward billing
Both 2.5 models have the same token rates as official-forwardgpt-image-2. Billing covers actual text input, image input, and image output usage. The fixed per-call price of older routes does not apply.
These are OpenAI’s official token rates. Confirm LaoZhang API settlement against the current model pricing and token group; contact support for enterprise quotes. Equal token rates do not mean equal cost per image. The model, size, quality, and reference images affect usage, so estimate costs from representative requests.
GPT Image 2.5 VIP per-call routes
gpt-image-2.5-flare-vip and gpt-image-2.5-sunburst-vip are now available at $0.03/call each, using the same integration and billing method as gpt-image-2-vip. Use a Default-group per-call token and confirm access to the target model.
VIP generation parameters: size and quality
Both VIP models acceptsize and quality for image generation. Use low, medium, or high for quality. VIP currently rejects xhigh and max with HTTP 400. Omit either field when you do not need to choose its value.
Generation checks on September 9, 2026: Every verified entry below was checked by decoding the returned PNG and measuring its actual dimensions, not just checking HTTP status. Testing used
/v1/images/generations with curl, HTTP requests, and OpenAI Python SDK 2.24.0.
“Not yet verified” means this run did not obtain a valid image at that size; it does not mean the size is unsupported. These are representative size checks, not tests of every size and quality combination.
Dimension handling: Use standard sizes and check both the response
size and the actual image. In this run, Sunburst converted 1023x1024 to 1024x1024 and returned an image. Do not assume invalid dimensions always produce an error or use nonstandard sizes when exact pixels matter.
VIP generation example
For an existinggpt-image-2-vip integration, keep the base URL, authentication, endpoint, and result handling. Replace model with a full ID above. This example uses the verified 2K, medium combination:
VIP editing example
Editing uses the same multipart request structure asgpt-image-2-vip; prepare a local source.png first. The parameter matrix above covers generation only. Editing dimensions, quality, and the final edited image have not completed separate output verification.
These are LaoZhang API per-call routes; keep the
-vip suffix. Flare / Sunburst without -vip are official-forward models with token billing. Use the verified generation sizes and quality tiers above for VIP requests. Official-forward snapshot IDs and the xhigh / max tiers do not apply to the current VIP integration.Default group: gpt-image-2-web now runs web version 2.5
The Default web route continues to usegpt-image-2-web. The service launch notice confirms that it now runs the latest GPT web version, 2.5. Existing integrations can keep this model ID; the web update does not require switching to Flare or Sunburst.
gpt-image-2-web is a LaoZhang API web-route model name. It is a different integration route from Flare / Sunburst; web version 2.5 should not be equated with a specific official-forward snapshot. The current public catalog lists $0.03/call, without a switch to official-forward token billing. Confirm actual charges and parameter limits for this route in the console.
Related documentation
- GPT Image 2: existing integrations
- Images API reference
- Image generation selection guide
- Call logs
- Model and pricing catalog