Gemini 2.0 Flash Lite

Google chatvisionvideoaudioreasoningtool_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
#350 lowest price among 599 Chat models

Model Specifications

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

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.12
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$3.82
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$5.29
/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
Gemini 2.0 Flash Lite Current Free Free 1.0M chat vision video audio reasoning tool_use
Gemma 3 4B Free Free 96k chat vision tool_use
Gemma 1 2B Free Free 8k chat
Gemma 3 1B Free Free 32k chat vision
Gemini Experimental 1121 Free Free 41k chat vision
Gemini Experimental 1114 Free Free 41k chat vision

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

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
Other Spotlight
Input: $0.18
Output: $0.18
Context: 131k

๐Ÿš€ 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)