Nano Banana Pro Edit (Gemini 3 Pro Image Edit)
Both IDs listed above refer to the same model; we support them for backward compatibility.
Model Overview
Google’s smartest image-to-image model as of the November 2025 preview release. The model takes multiple images as input, with the prompt defining how they are used or combined.
Setup your API Key
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
API Schema
The text prompt describing the content, style, or composition of the image to be generated.
List of URLs or local Base64 encoded images to edit. Supports up to 14 images.
The aspect ratio of the generated image.
1:1Possible values: The size of the generated image.
1KPossible values: The number of images to generate.
1Quick Example
Let's generate an image of the specified size using two input images and a prompt that defines how they should be edited.


"Combine the images so the T-Rex is wearing a business suit, sitting in a cozy small café, drinking from the mug. Blur the background slightly to create a bokeh effect."
Here’s an example of the output using alternative resolution and aspect_ratio parameters:

"aspect_ratio": "16:9", "resolution": "2K"Last updated
Was this helpful?