Authorization: Bearer ********************{
"model": "gpt-image-2",
"prompt": "A simple product studio photo of a matte ceramic cup on a plain table, vertical composition. strictly rendered in a mandatory [1088x1920] aspect ratio, native widescreen composition, cinematic framing, no horizontal or vertical cropping, no distortion, no stretched elements, perfect alignment to the designated canvas size, high resolution.",
"size": "1088x1920",
"quality": "high",
"output_format": "png",
"background": "auto",
"n": 1
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "A simple product studio photo of a matte ceramic cup on a plain table, vertical composition. strictly rendered in a mandatory [1088x1920] aspect ratio, native widescreen composition, cinematic framing, no horizontal or vertical cropping, no distortion, no stretched elements, perfect alignment to the designated canvas size, high resolution.",
"size": "1088x1920",
"quality": "high",
"output_format": "png",
"background": "auto",
"n": 1
}'{
"created": 1783566091,
"background": "auto",
"data": [
{
"b64_json": "",
"revised_prompt": "A simple product studio photo of a matte ceramic cup on a plain table, vertical composition. strictly rendered in a mandatory [1088x1920] aspect ratio, native widescreen composition, cinematic framing, no horizontal or vertical cropping, no distortion, no stretched elements, perfect alignment to the designated canvas size, high resolution."
}
],
"output_format": "png",
"quality": "high",
"size": "944x1666",
"usage": {
"input_tokens": 65,
"input_tokens_details": {
"image_tokens": 0,
"text_tokens": 65
},
"output_tokens": 6460,
"total_tokens": 6525,
"output_tokens_details": {
"image_tokens": 6460,
"text_tokens": 0
}
},
"moderation": "auto"
}