Nano Banana (Gemini 2.5 Flash Image)

google/gemini-2.5-flash-image
by Google · image+text in · image+text out · 32.8K ctx · 2025-10-07

Gemini 2.5 Flash Image, a.k.a. "Nano Banana," is now generally available. It is a state of the art i…

INPUT$0.03/ 1M tokens
OUTPUT$30.00/ 1M tokens
p50 TTFT949 ms7d
p95 TTFT72.19 s7d
TRAFFIC552.0Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-2.5-flash-image",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.030
Output / 1M tokens$30.00
CurrencyUSD
Performance
TTFT p50
949 ms
Output speed
7487 tok/s
TTFT p95
72.19 s
Error rate
29.9%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does Google: Nano Banana (Gemini 2.5 Flash Image) cost on OrcaRouter?
Google: Nano Banana (Gemini 2.5 Flash Image) is priced at $0.03 per 1M input tokens and $30.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Google: Nano Banana (Gemini 2.5 Flash Image)'s context window?
Google: Nano Banana (Gemini 2.5 Flash Image) supports a context window of 33K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Google: Nano Banana (Gemini 2.5 Flash Image) via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="google/gemini-2.5-flash-image" in the chat.completions.create call.
Does OrcaRouter rate-limit Google: Nano Banana (Gemini 2.5 Flash Image)?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
Google: Nano Banana (Gemini 2.5 Flash Image)$0.03/M in949ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-2.5-flash-image" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-2.5-flash-image.svg" alt="Google: Nano Banana (Gemini 2.5 Flash Image) on OrcaRouter" /> </a>
Markdown [![Google: Nano Banana (Gemini 2.5 Flash Image)](https://www.orcarouter.ai/embed/google/gemini-2.5-flash-image.svg)](https://www.orcarouter.ai/models/google/gemini-2.5-flash-image)