{
"contents": [
{
"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": "$IMG_BASE64"
}
}
]
}
]
}
curl --location --request POST 'https://api.302.ai/google/v1/models/gemini-2.5-flash-image-preview?response_format' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"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": "$IMG_BASE64"
}
}
]
}
]
}'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}