{
"contents": [
{
"parts": [
{
"text": "'Create a picture of my cat eating a nanobanana in a fancy restaurant under the Gemini constellation'"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "$IMG_BASE64"
}
}
]
}
]
}curl --location 'http://152.53.208.62:9000/v1beta/models/gemini-2.5-flash-image:generateContent' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"parts": [
{
"text": "'\''Create a picture of my cat eating a nanobanana in a fancy restaurant under the Gemini constellation'\''"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "$IMG_BASE64"
}
}
]
}
]
}'{}