Gemini 2.5 Flash Lite

google/gemini-2.5-flash-lite
by Google · text+image+file+audio+video in · text out · 1.05M ctx · 2025-07-22

Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra…

INPUT$0.10/ 1M tokens
OUTPUT$0.40/ 1M tokens
p50 TTFT649 ms7d
p95 TTFT999 ms7d
TRAFFIC13.1Mtokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-2.5-flash-lite",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.100
Output / 1M tokens$0.400
Cache read / 1M$0.010
CurrencyUSD
Performance
TTFT p50
649 ms
Output speed
174 tok/s
TTFT p95
999 ms
Error rate
0.14%
Public benchmarks
AA Coding
7.4
AA Intelligence
12.7
AA Math
35.3
AIME
50.0
AIME 2025
35.3
GPQA Diamond
47.4
Humanity's Last Exam
3.7
IFBench
31.5
LiveCodeBench
40.0
Long-Context Recall
31.3
MATH-500
92.6
MMLU-Pro
72.4
SciCode
17.7
TerminalBench Hard
2.3
τ²-Bench
19.0
Source: artificialanalysis.ai
FAQ
How much does Google: Gemini 2.5 Flash Lite cost on OrcaRouter?
Google: Gemini 2.5 Flash Lite is priced at $0.10 per 1M input tokens and $0.40 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Google: Gemini 2.5 Flash Lite's context window?
Google: Gemini 2.5 Flash Lite supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Google: Gemini 2.5 Flash Lite via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="google/gemini-2.5-flash-lite" in the chat.completions.create call.
Does OrcaRouter rate-limit Google: Gemini 2.5 Flash Lite?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
Google: Gemini 2.5 Flash Lite$0.10/M in649ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-2.5-flash-lite" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-2.5-flash-lite.svg" alt="Google: Gemini 2.5 Flash Lite on OrcaRouter" /> </a>
Markdown [![Google: Gemini 2.5 Flash Lite](https://www.orcarouter.ai/embed/google/gemini-2.5-flash-lite.svg)](https://www.orcarouter.ai/models/google/gemini-2.5-flash-lite)