Gemini 2.5 Flash Image (Nano Banana)

This documentation is valid for the following list of our models:

  • google/gemini-2.5-flash-image

Model Overview

Google’s smartest image generation model as of August 2025.

Images produced or modified with Gemini 2.5 Flash Image carry an invisible SynthID digital watermark, allowing them to be recognized as AI-generated or edited.

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: 4Optional

The number of images to generate.

Default: 1
Responses
200Success
application/json
post
/v1/images/generations
200Success

Quick Example

Let's generate an image of the specified aspect ratio using a simple prompt.

Response

So we obtained the following 1024x1024 image by running this code example:

In reality, raccoons shouldn’t be given ice cream or chocolate—it’s harmful to their metabolism. But in the AI world, raccoons party like there’s no tomorrow.

Last updated

Was this helpful?