{
"contents": [
{
"role": "user",
"parts": [
{
"text": "'Create a picture of my cat eating a nano-banana in a fancy restaurant under the Gemini constellation"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "<BASE64_IMAGE_DATA>"
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
]
}
}curl --location --request POST '/v1beta/models/gemini-2.5-flash-image:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "'\''Create a picture of my cat eating a nano-banana in a fancy restaurant under the Gemini constellation"
},
{
"inline_data": {
"mime_type": "image/jpeg",
"data": "<BASE64_IMAGE_DATA>"
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
]
}
}'{}