1M
text, file, image, audio, video
text
Supported
About this model
Gemini 2.5 Flash-Lite is Google's lightweight and cost-efficient reasoning model in the Gemini 2.5 family, optimized for high-throughput, low-latency workloads. It supports multimodal inputs including text, images, audio, video, and PDFs, with optional thinking for applications that need a balance between speed, cost, and reasoning quality.
Input modalities
text
Accepted as model input
file
Accepted as model input
image
Accepted as model input
audio
Accepted as model input
video
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Input tokens
$0.100 / 1M tokens
Output tokens
$0.400 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.100 / 1M tokens |
| Output tokens | $0.400 / 1M tokens |
| Cached input tokens | $0.010 / 1M tokens |
Performance
Published evaluation results associated with this model.
General Knowledge and Reasoning
Mathematics
Coding
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-2.5-flash-lite",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'