{
"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?response_format' \
--header 'Authorization: Bearer ' \
--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"
}
}
]
}
]
}'{
"candidates": [
{
"content": {
"parts": [
{
"text": ""
}
],
"role": "model"
},
"finishReason": "STOP",
"index": 0,
"safetyRatings": []
}
],
"usageMetadata": {
"candidatesTokenCount": 1293,
"promptTokenCount": 1296,
"promptTokensDetails": null,
"thoughtsTokenCount": 0,
"totalTokenCount": 2589
}
}