gpt-image-2.5-flare@pro
https://api.hiapi.ai /v1/tasks Image, video, and audio models are called through theUnified Async API POST /v1/tasks endpoint; only the input fields differ (see input parameters below).
Model summary
| Model ID | gpt-image-2.5-flare@pro |
|---|---|
| Mode | Pro |
| Pricing | View live pricing |
gpt-image-2.5-flare Pro mode.
Production guidance
- Put model at the top level and parameters inside input.
- callback.url must be an HTTPS terminal notification URL; when=final notifies on both success and failure.
Best suited for
Call Pro with gpt-image-2.5-flare@pro.
image_urlspromptaspect_ratioqualitybackgroundoutput_formatRequest parameters
model string required Use exactly gpt-image-2.5-flare@pro.
input object required Mode parameters.
image_urls string[] optional Optional reference image URLs, with 1–16 JPEG, PNG, or WebP images. SVG, GIF, and other formats are unsupported. Each image must be at most 20 megapixels and 30 MB, served from a publicly reachable, directly downloadable http(s) URL.
prompt string required Prompt length: 1–32,000 characters.
aspect_ratio enum optional Output aspect ratio.
quality enum optional Quality tier.
background enum optional Background treatment: transparent, opaque, or auto. Use PNG or WebP for transparent backgrounds.
output_format enum optional Output format.
callback object optional Optional terminal-state callback.
url string required HTTPS URL that receives success or failure terminal notifications.
when enum optional Notify when the task succeeds or fails.
Example requests
Replace the prompt with your description; no reference image is needed for this mode.
{
"model": "gpt-image-2.5-flare@pro",
"input": {
"prompt": "Create a premium square editorial lifestyle photograph in a sunlit Mediterranean creative studio.",
"aspect_ratio": "1:1",
"background": "auto",
"quality": "medium",
"output_format": "webp"
}
}Getting the result
- Receive a taskId after submission.
- Poll GET /v1/tasks/:id or wait for the terminal callback.
- When status=success, download the image from data.output[].url before expireAt.
- When status=fail, inspect data.error, correct the request, and resubmit.
FAQ
Where can I check pricing?
Use the live pricing page. https://www.hiapi.ai/en/pricing#model-pricing