Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)

Google chatimage_genreasoningvision

API ID: google/gemini-3.1-flash-lite-image-20260630

Input Price
$0.25
/1M tokens
Output Price
$1.50
/1M tokens

About Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)

Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) is a budget-friendly general-purpose model from Google with standard context (66k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#914 lowest price among 1240 Chat models

Model Specifications

Context Length
66k
Max Output
66k
Release Date
2026-06-30
Capabilities
chat image_gen reasoning vision
Input Modalities
imagetext
Output Modalities
imagetext

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.56
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$17.25
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$23.63
/month
500 analyses/day, ~2k tokens each

Google Model Lineup

Compare all models from Google to find the best fit

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

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Other Cogito V2 Preview Llama 70B
Input: $0.88
Output: $0.88
Context: 131k
DeepSeek DeepSeek V3
Input: $0.40
Output: $1.30
Context: 164k
Sao10K Llama 3.1 Euryale 70B v2.2
Input: $0.85
Output: $0.85
Context: 131k
xAI Grok Code Fast 1
xAI
Input: $0.20
Output: $1.50
Context: 256k

๐Ÿš€ Quick Start

Get started with Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-3.1-flash-lite-image-20260630")

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