Gemini 2.5 Flash Image Preview (Nano Banana)

Google chatvisionimage_gen

API ID: google/gemini-2.5-flash-image-preview

Input Price
$0.30
/1M tokens
Output Price
$2.50
/1M tokens

About Gemini 2.5 Flash Image Preview (Nano Banana)

Gemini 2.5 Flash Image Preview (Nano Banana) is a mid-range general-purpose model from Google with standard context (33k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#834 lowest price among 950 Chat models

Model Specifications

Context Length
33k
Max Output
โ€”
Release Date
2025-08-26
Capabilities
chat vision image_gen
Input Modalities
imagetext
Output Modalities
imagetext

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.89
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$27.00
/month
1000 tickets/day, ~800 tokens each

Google Model Lineup

Compare all models from Google to find the best fit

Model Input Output Context Capabilities
Gemini 2.5 Flash Image Preview (Nano Banana) Current Free Free 33k chat vision image_gen
Gemma 3n 4B Free Free 33k chat tool_use
Gemma 3n 2B (free) Free Free 8k chat tool_use
Gemma 1 2B Free Free 8k chat
Gemma 1 2B Free Free 8k chat
Gemma 3 1B Free Free 32k chat vision

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Other Morph V3 Large
Input: $0.90
Output: $1.90
Context: 262k
Amazon Nova 2 Lite
Input: $0.30
Output: $2.50
Context: 1.0M
Zhipu AI GLM 4.5
Input: $0.60
Output: $2.20
Context: 131k
Other Noromaid 20B
Input: $1.00
Output: $1.75
Context: 8k

๐Ÿš€ Quick Start

Get started with Gemini 2.5 Flash Image Preview (Nano Banana) API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-2.5-flash-image-preview")

response = model.generate_content("Hello!")
print(response.text)