Create image generation
Images / gpt-image-2
Create image generation
Generate images with gpt-image-2, including asynchronous tasks and JSON reference images.
POST
Create image generation
gpt-image-2 is the DimiLinks image generation model. It supports text-to-image and image-to-image workflows, with up to nine reference images supplied through image_urls.
We recommend adding
?async=true. Synchronous mode waits for image generation to finish before returning and is more likely to be interrupted by a gateway or client timeout.Request URL
Text-to-image example
Image-to-image example
Asynchronous response
task_id, call Retrieve image task to retrieve the result.
Synchronous response
Synchronous mode returns after the image is ready:Result fields
data[].url is not always a public image URL. Support all three forms:
/p/img/...: a relative path. Prefix it withhttps://api-direct.dimilinks.combefore displaying or downloading it. The path requires no Bearer token because the URL includes a signature and expiration time.https://...: a complete image URL that can be requested or displayed directly.data:image/...;base64,...: a Data URL containing the image itself. A webpage can use it directly as<img src>; a server-side script must decode the base64 before saving it as a file.
Parameters
Enable asynchronous mode
Any one of the following enables asynchronous mode:- Query parameter:
?async=true - Query parameter:
?wait_for_result=false - Request header:
Prefer: respond-async - Request body:
"wait_for_result": false
Reference-image format
We recommendimage_urls:
reference_images, images, image, image_url, input_image, and input_images.
Reference-image limits
- A request can include up to nine reference images.
- Each reference image can be up to 20 MB.
- HTTP(S) URLs, Data URLs, and raw base64 are supported.
- Browser
blob:URLs cannot be submitted directly. Upload the image to your server or convert it to a Data URL first.
Differences between resolution tiers
See the Pricing page in the console for current prices. Each resolution tier is priced independently.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Set to true to submit an async image task.
Set to false to submit an async image task.
Body
application/json
1k resolution allows n=1 only; 2k and 4k allow up to 4.
Required range:
1 <= x <= 4Examples:
"1:1"
"16:9"
"3840x2160"
Available options:
1k, 2k, 4k Examples:
"png"
"jpeg"
"webp"
Examples:
"auto"
"transparent"
"opaque"
Examples:
"auto"
"low"
Example:
"b64_json"