Gemini 2.5 Flash Lite
Google's low-latency Gemini model for cost-sensitive, high-volume workloads.
Context Window
1,048,576
Gemini 2.5 Flash Lite
Max Output
65,535
1M tokens
Input
$0.10
Output
$0.40
gemini-2.5-flash-litePlayground
gemini-2.5-flash-liteNo output yet
Pricing
| Plan | Context Window | Max Output | Input | Output | Cache Write | Cache Read |
|---|---|---|---|---|---|---|
Gemini 2.5 Flash Lite | 1,048,576 | 65,535 | $0.10 | $0.40 | - | $0.01 |
Official Vertex AI pay-as-you-go pricing is shown for text, image, and video input.
Audio input is billed at $0.30 per 1M tokens, with cached audio input at $0.03.
Cache read or cached input pricing applies to reused prompt tokens.
README
- Google describes Gemini 2.5 Flash Lite as a balanced model optimized for low-latency use cases.
- It keeps key Gemini 2.5 capabilities such as multimodal input, grounding with Google Search, code execution, and a 1 million-token context length.
- It is a strong fit for high-volume assistants, routing layers, background automation, and other workloads where throughput and cost matter more than frontier depth.
API
Google's low-latency Gemini model for cost-sensitive, high-volume workloads.
Model Code
gemini-2.5-flash-lite
API
Endpoint
POST /v1beta/models/{model}:generateContentAuthentication
x-goog-api-key: YOUR_REACH_API_KEY Content-Type: application/json
Example
curl -X POST "https://direct.reachapi.ai/v1beta/models/YOUR_MODEL_ID:generateContent" \
-H "x-goog-api-key: YOUR_REACH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Introduce ReachAPI in one sentence."
}
]
}
],
"generationConfig": {
"temperature": 0.2
}
}'Related Models
Gemini 3.1 Flash Image Preview
Google's high-efficiency preview image model for fast generation, conversational editing, and grounded visual workflows.
Gemini 3.1 Pro Preview
Google's preview model for the most complex reasoning and agentic workflows.
Gemini 3 Pro Image Preview
Google's highest-quality preview image model for professional asset generation, editing, and grounded visual production.
Gemini 2.5 Flash
Google's price-performance Gemini model for balanced, multimodal production workloads.
Gemini 2.5 Flash Image
Google's high-velocity native image model for low-latency generation and conversational editing.
Gemini 2.5 Pro
Google's most advanced reasoning Gemini model for complex multimodal problem solving.
