{
"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": {
"imageConfig": {
"aspectRatio": "16:9",
"imageSize": "2K"
}
}
}curl --location 'https://n.lconai.com/v1beta/models/gemini-3.1-flash-image-preview:generateContent' \
--header 'Authorization: {{Authorization}}' \
--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"
}
}
]
}
],
"generationConfig": {
"imageConfig": {
"aspectRatio": "16:9",
"imageSize": "2K"
}
}
}'{}