Gemini 2.5 Flash-Lite

google/gemini-2.5-flash-lite
by Google·Text + Image·1048K context·Released 2025-09-30·Proprietary
hostedlong-context

Overview

Google's fastest, lowest-cost hosted Gemini tier. A very large context window and very low latency make it well suited to high-volume hosted workloads where you'd rather not manage providers yourself. Multimodal input, reliable uptime, and first-party serving only. A strong choice if you want a managed endpoint and don't need the routing and price competition that open-weight models get.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence46
Coding63
Instruction following86

Providers

LLMRouteHub routes to the cheapest healthy provider by default.

ProviderInputOutputThroughputUptime
Google$0.10$0.40201 tok/s99.9%

Use this model

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