{
"model": "gemini-2.5-flash-image",
"prompt": "画一只小狗",
"response_format": "url",
"aspect_ratio": "3:4"
}curl --location --request POST '/v1/images/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-flash-image",
"prompt": "画一只小狗",
"response_format": "url",
"aspect_ratio": "3:4"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}