{
"prompt": "cat",
"model": "gemini-3.1-flash-image-preview"
}curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "cat",
"model": "gemini-3.1-flash-image-preview"
}'{}