HomeVastLLM Catalog › Gemini 2.5 Flash Lite

Gemini 2.5 Flash Lite

by Google DeepMind · Language Models

Overview

Gemini 2.5 Flash-Lite is Google DeepMind's fastest and lowest-cost model in the stable Gemini 2.5 family, priced at $0.10/1M input and $0.40/1M output tokens. It keeps core Gemini 2.5 capabilities including a 1M-token context window, multimodal input, optional thinking budgets and tool connections like Google Search grounding and code execution. It is tuned for very low latency, running faster than 2.0 Flash and 2.0 Flash-Lite on a broad sample of prompts. Ideal for high-volume classification, translation, intelligent routing and simple data extraction where speed and budget are the primary constraints.

Input → Outputtext → text

Pricing

from $0.518 / 1M tokens

UsageRate (USD)Unit
Input tokens$0.13per 1M tokens
Cached input (cache hit)$0.01per 1M tokens
Output tokens$0.52per 1M tokens

TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage

Call it in 30 seconds

OpenAI-compatible · base URL https://api.tunerouter.com/v1/

POST/chat/completions
curl https://api.tunerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TUNEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-2.5-flash-lite", "messages": [{"role": "user", "content": "Hello!"}]}'

Model ID: gemini-2.5-flash-lite · works with OpenAI SDKs — just point base_url at api.tunerouter.com

More from Google DeepMind

← Back to full catalog (101 models)