Gemini 2.0 Flash Lite
ActiveGemini 2.0 Flash Lite offers a significantly faster time to first token (TTFT) compared to [Gemini Flash 1.5](/google/gemini-flash-1.5), while maintaining quality on par with larger models like [Gemini Pro 1.5](/google/gemini-pro-1.5),...
Overview
Gemini 2.0 Flash Lite offers a significantly faster time to first token (TTFT) compared to [Gemini Flash 1.5](/google/gemini-flash-1.5), while maintaining quality on par with larger models like [Gemini Pro 1.5](/google/gemini-pro-1.5),...
History
Gemini 2.0 Flash Lite became available via the Google API on 2025-02-25.
Training & availability
Training data has a knowledge cutoff of 2024-08-31 — information about events after that date is unlikely to appear in the model's responses. Google has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Input modalities: text, image, file, audio, video.
Recommended for: vision, long-context, cheap.
Limitations
- The knowledge cutoff is 19 months old — this model will not know about recent events, releases, or API changes.
Pricing
- Input: $0.0750 per 1M tokens
- Output: $0.3000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the google API. Copy, paste, replace the key.
from google import genai
client = genai.Client(api_key="...")
resp = client.models.generate_content(
model="gemini-2.0-flash-lite-001",
contents="Explain quantum computing in one sentence.",
)
print(resp.text)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Providers & performance
2 providersMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Google AI Studio | 77tok/s | 616ms | $0.075 | $0.3 | 1.0M | — | tools · json |
| 76tok/s | 434ms | $0.075 | $0.3 | 1.0M | — | tools · json |
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.244/1M
- Pricing breakdown
- $0.075/1M in
$0.3/1M out
Community ratings
Rate Gemini 2.0 Flash Lite
Sign in to rate and review.
Comments
Sign in to leave a comment.