Google's fast multimodal model for image and text tasks.
Built as a Flash variant in Google's Gemini lineup, this model emphasizes speed while supporting combined image and text modalities. It remains fully proprietary with no open weights released. The architecture focuses on streamlined inference for practical deployment scenarios.
Its strengths lie in rapid handling of visual content alongside textual context, making it suitable for real-time analysis workflows. Developers use it where low latency matters without sacrificing multimodal capability. Typical applications include image description, visual question answering, and document understanding.
Users integrate it through Google's APIs for tasks requiring both visual recognition and language reasoning. The fixed parameter count and closed nature keep it optimized for consistent performance across cloud environments.
Nano Banana 2 (Gemini 3.1 Flash Image) (striped bar) vs other image models on intelligence, speed and price.
USD per 1M output tokens · Lower is better · Nano Banana 2 (Gemini 3.1 Flash Image) ranks #3 of 8
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Estimate what Nano Banana 2 (Gemini 3.1 Flash Image) would cost for your usage.
Based on Nano Banana 2 (Gemini 3.1 Flash Image)'s $0.50/1M input · $3.00/1M output. Estimate only — actual cost varies by provider and caching.
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "google/gemini-3.1-flash-image",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: google/gemini-3.1-flash-image
Nano Banana 2 (Gemini 3.1 Flash Image) is Google's proprietary image models with a 131K-token context window.
At $3.00 per 1M output tokens, it is mid-priced for its class.
It is available through Google's API and aggregators like OpenRouter.
Real, verified reviews from the community shape this model's rating.
Loading reviews…
Sibling versions in the Nano family from Google.