{"contents":[{"parts":[{"text":"Hi, can you create a 3d rendered image of a pig with wings and a top hat flying over a happy futuristic scifi city with lots of greenery?"}]}],"generationConfig":{"responseModalities":["TEXT","IMAGE"],"imageConfig":{"aspect_ratio":"4:3"}}}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/google/v1/models/gemini-3-pro-image-preview?response_format' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"contents": [
{
"parts": [
{
"text": "Hi, can you create a 3d rendered image of a pig with wings and a top hat flying over a happy futuristic scifi city with lots of greenery?"
}
]
}
],
"generationConfig": {
"responseModalities": [
"TEXT",
"IMAGE"
],
"imageConfig": {
"aspect_ratio": "4:3"
}
}
}'
Responses
🟢200OK
application/json
Body
Example
{"candidates":[{"content":{"parts":[{"text":"Certainly! Here is your 3D rendered image of a pig with wings and a top hat, soaring over a vibrant, futuristic sci-fi city with abundant greenery.\n"},{"inlineData":{"data":"iVBORw0KGg...","mimeType":"image/png"}},{"url":"https://file.302.ai/gpt/imgs/20260112/1cc6d6606add49c7b47b584f413e15a8.png"}],"role":"model"},"finishReason":"STOP","index":0}],"modelVersion":"gemini-2.5-flash-image","responseId":"DrZkaeGZJdeez7IP_Om04A8","usageMetadata":{"candidatesTokenCount":1325,"candidatesTokensDetails":[{"modality":"IMAGE","tokenCount":1290}],"promptTokenCount":34,"promptTokensDetails":[{"modality":"TEXT","tokenCount":34}],"totalTokenCount":1359}}