{
"contents": [{
"parts": [
{"text": "Create a picture of a nano banana dish in a fancy restaurant with a Gemini theme"}
]
}],
"generationConfig": {
"imageConfig": {
"aspectRatio": "16:9"
}
}
}
curl --location --request POST 'https://api.juheai.top/v1beta/models/gemini-2.5-flash-image:generateContent' \
--header 'x-goog-api-key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [{
"parts": [
{"text": "Create a picture of a nano banana dish in a fancy restaurant with a Gemini theme"}
]
}],
"generationConfig": {
"imageConfig": {
"aspectRatio": "16:9"
}
}
}'
{}