by Google DeepMind · Language Models
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.
from $0.518 / 1M tokens
| Usage | Rate (USD) | Unit |
|---|---|---|
| Input tokens | $0.13 | per 1M tokens |
| Cached input (cache hit) | $0.01 | per 1M tokens |
| Output tokens | $0.52 | per 1M tokens |
TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage
OpenAI-compatible · base URL https://api.tunerouter.com/v1/
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