Authorization: Bearer ********************{
"model": "gpt-image-2-pro",
"prompt": "Generate a photorealistic image of a gift basket on a white background labeled 'Relax & Unwind' with a ribbon, containing all the items in the reference pictures.",
"n": 1,
"size": "1536x2048",
"moderation ": "auto",
"quality": "high",
"response_format": "url",
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2-pro",
"prompt": "Generate a photorealistic image of a gift basket on a white background labeled '\''Relax & Unwind'\'' with a ribbon, containing all the items in the reference pictures.",
"n": 1,
"size": "1536x2048",
"moderation ": "auto",
"quality": "high",
"response_format": "url",
}'{
"created": 1777303073,
"data": [
{
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABg8xnWOI4RpbU",
"revised_prompt": "一幅名为《星夜的承诺》的梦幻插画:一对男孩和女孩手牵手站在画面中央,彼此温柔对望,背景是一片广阔而闪耀的星空,银河像柔和的光..."
}
],
"background": "opaque",
"output_format": "png",
"quality": "medium",
"size": "1536x2048",
"usage": {
"input_tokens": 153,
"input_tokens_details": {
"image_tokens": 0,
"text_tokens": 153
},
"output_tokens": 2223,
"output_tokens_details": {
"image_tokens": 2223,
"text_tokens": 0
},
"total_tokens": 2376
}
}