Back to Models

Gemini 2.5 Flash Lite Preview 09-2025

googlegoogle/gemini-2.5-flash-lite-preview-09-2025

Most balanced Gemini model for low latency use cases. A preview snapshot of Gemini 2.5 Flash Lite optimized for speed and cost efficiency.

Context Length
1.0M
Max Output
66K
Input Price
$0.120/ 1M tokens
Output Price
$0.480/ 1M tokens

Modalities

textimagepdftext

Pricing Breakdown

TypeRate
Input$0.120 / 1M tokens
Output$0.480 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "google/gemini-2.5-flash-lite-preview-09-2025",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'