Gemini 2.5 Flash Image (Nano Banana)
Save 70%google/gemini-2.5-flash-image
Nano Banana — fast Gemini image generation and editing.
- Context window
- 66K
- Max output
- 33K
- Input modalities
- text · image
- Output modalities
- text · image
- Capabilities
- Vision · Image Generation · Image Edit
- RouteMux name
- google/gemini-2.5-flash-image
Try Gemini 2.5 Flash Image (Nano Banana) here
Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.
Sign in first to upload images to this vision model.
Your result will appear here
Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.
Gemini 2.5 Flash Image (Nano Banana) API pricing
Source: gemini_image_x0.5 · Verified 2026-06-08
Estimate cost
Limited time20% extra Credits on your first top-up — up to 200 bonus Credits
Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.
Key capabilities
Interface and protocols
Use either ID to call this model via the API.
google/gemini-2.5-flash-imageYou can use these names directly in the request model field.
Replace the ROUTEMUX_KEY placeholder with your API key. Create one →
from google import genai
# RouteMux 兼容 Vertex AI Gemini generateContent 接口
client = genai.Client(
api_key="<ROUTEMUX_KEY>",
http_options={"base_url": "https://api.routemux.com/vertex-ai"},
)
response = client.models.generate_content(
model="google/gemini-2.5-flash-image",
contents="What is the meaning of life?",
)
print(response.text)Performance (last 30 days)
Gemini 2.5 Flash Image (Nano Banana) FAQ
›What is Gemini 2.5 Flash Image (Nano Banana)?
Nano Banana — fast Gemini image generation and editing.
›How large is the context window of Gemini 2.5 Flash Image (Nano Banana)?
Gemini 2.5 Flash Image (Nano Banana) supports a context window of up to 66K tokens, with up to 33K output tokens per request.
›How much does the Gemini 2.5 Flash Image (Nano Banana) API cost?
Through RouteMux, Gemini 2.5 Flash Image (Nano Banana) is priced at $9, below the official list price.
›How do I call Gemini 2.5 Flash Image (Nano Banana) via API?
Gemini 2.5 Flash Image (Nano Banana) is OpenAI-compatible: point your base URL at RouteMux and set the model field to google/gemini-2.5-flash-image — no code changes needed.
›Which input and output modalities does Gemini 2.5 Flash Image (Nano Banana) support?
Gemini 2.5 Flash Image (Nano Banana) accepts text, image as input and produces text, image as output.