{
"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"
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
]
}
}
curl --location --request POST 'https://api.juheai.top/v1beta/models/gemini-2.5-flash-image-preview:generateContent' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
]
}
}'
{}