← All modelsText to image · OpenAI

GPT Image 2

Next-gen image generation & editing with stronger compositional control and text rendering.

Text to imageOpenAI$0.05 / imagetext-to-imageopenai
Preview
GPT Image 2
Pricing
$0.05/ image

$0.05 per image. For $1 you can run this model 20 times.

Pay only for successful generations. No idle, no minimums, no per-seat.

API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/inference/gpt-image-2/text-to-image
request
curl https://api.tryinfer.com/v1/inference/gpt-image-2/text-to-image \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "a watercolour illustration of a cat reading a book by candlelight"
}
}'
Parameters
NameTypeRequiredDefaultDescription
promptstringYes
num_imagesinteger1
aspect_ratiostring1:121:916:93:24:31:13:42:39:16
output_formatstringpngjpegpngwebp

Authenticate with a bearer token. Get an API key →

Try it

Run GPT Image 2 now.

Try it in the playground