Gemini 2.5 Flash Lite

Google chatvisionvideoaudioreasoningtool_use Long

API ID: google/gemini-2.5-flash-lite

Input Price
$0.10
/1M tokens
Output Price
$0.40
/1M tokens

About Gemini 2.5 Flash Lite

Gemini 2.5 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
#369 lowest price among 599 Chat models

Model Specifications

Context Length
1.0M
Max Output
66k
Release Date
2025-07-22
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.16
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$5.10
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$7.05
/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.5 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

OpenAI GPT-4.1 Nano
Input: $0.10
Output: $0.40
Context: 1.0M
NVIDIA Llama 3.3 Nemotron Super 49B V1.5
Input: $0.10
Output: $0.40
Context: 131k
Mistral Mistral Tiny
Input: $0.25
Output: $0.25
Context: 33k
Other InternVL3 78B
Input: $0.10
Output: $0.39
Context: 33k

๐Ÿš€ Quick Start

Get started with Gemini 2.5 Flash Lite API

Google AI Python SDK
import google.generativeai as genai

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

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