image_size
quality
standard
hd
Authorization: Bearer ********************
{ "model": "gemini-2.5-flash-image", "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }
curl --location '/v1/images/generations' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "gemini-2.5-flash-image", "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }'
{ "created": 1589478378, "data": [ { "url": "https://..." } ] }