{"contents":[{"parts":[{"text":"Create a picture of a nano banana dish in a fancy restaurant with a Gemini theme"}]}],"generationConfig":{"imageConfig":{"aspectRatio":"16:9"}}}
请求示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location-g--request POST '/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"
}
}
}'