Gemini 2.5 Flash Image (Nano Banana)
Model Overview
Google’s smartest image generation model as of August 2025.
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
post
Body
modelstring · enumRequiredPossible values:
promptstringRequired
The text prompt describing the content, style, or composition of the image to be generated.
num_imagesnumber · min: 1 · max: 4OptionalDefault:
The number of images to generate.
1Responses
200Success
application/json
post
/v1/images/generations200Success
Quick Example
Let's generate an image of the specified aspect ratio using a simple prompt.
So we obtained the following 1024x1024 image by running this code example:

Last updated
Was this helpful?