by Google·Text + Image·1048K context·Released 2025-09-30·Proprietary
Overview
Google's workhorse hosted model: fast, multimodal and inexpensive, with a very large context window. A step up from Flash-Lite in reasoning and coding while staying cheap enough for high-volume use. First-party served, and a common default for production chat, summarization and light agentic work.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence72
Coding80
Instruction following90
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| $0.30 | $2.50 | 188 tok/s | 99.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",
"messages": [{ "role": "user", "content": "Hello" }]
}'