Google Banana / Gemini Image / Nano Banana 2 / Image edit
google_banana/gemini-3.1-flash-image-preview/image_edit
Async
Edit an existing image based on a textual instruction.
Parameters
| Name | Type | Required | Description | Allowed values | Bundle dim. |
|---|---|---|---|---|---|
| prompt | string | yes | Text prompt describing the desired output. | — | — |
| resolution | string | no | Output image resolution tier. | 0.5K, 1K, 2K, 4K | — |
| aspect_ratio | string | no | Output aspect ratio. | 1:1, 3:4, 4:3, 9:16, 16:9 | — |
| callback_url | string | no | Webhook URL invoked when async task completes. | — | — |
| images_count | integer | no | — | — | — |
| input_images | string[] | yes | URL of the source image to edit. | — | — |
Example request
{
"prompt": "Remove the background and replace with a beach scene",
"resolution": "1K",
"aspect_ratio": "1:1",
"input_images": [
"https://example.com/cat.jpg"
]
}Example response
null