Gemini 2.0 Flash Lite

Google chatvisionvideoaudiotool_use Long

API ID: google/gemini-2.0-flash-lite-001

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

About Gemini 2.0 Flash Lite

Gemini 2.0 Flash Lite is a budget-friendly general-purpose model from Google with ultra-long context (1.0M), suitable for conversations, content creation, and general AI tasks.

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

Model Specifications

Context Length
1.0M
Max Output
8k
Release Date
2025-02-25
Capabilities
chat vision video audio tool_use
Input Modalities
textimagefileaudiovideo
Output Modalities
text

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.12
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$3.82
/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.0 Flash Lite Current Free Free 1.0M chat vision video audio tool_use
Gemma 3n 4B Free Free 33k chat tool_use
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

ByteDance Seed 1.6 Flash
Input: $0.07
Output: $0.30
Context: 262k
ByteDance Seed 1.6 Flash
Input: $0.07
Output: $0.30
Context: 262k
OpenAI gpt-oss-safeguard-20b
Input: $0.07
Output: $0.30
Context: 131k
Meta Llama 4 Scout
Input: $0.08
Output: $0.30
Context: 328k

๐Ÿš€ Quick Start

Get started with Gemini 2.0 Flash Lite API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-2.0-flash-lite-001")

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