1M
text, file, image, audio, video
text
Supported
About this model
Gemini 3.1 Flash-Lite is Google's low-latency, cost-effective multimodal model optimized for high-frequency and high-volume workloads. It supports text, image, video, audio, and PDF inputs and is designed for lightweight reasoning, data extraction, agentic workflows, tool use, and applications where latency and API cost are primary considerations.
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.250 / 1M tokens
Output tokens
$1.500 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.250 / 1M tokens |
| Output tokens | $1.500 / 1M tokens |
| Cached input tokens | $0.025 / 1M tokens |
Performance
Published evaluation results associated with this model.
Reasoning
Multimodal
Factuality
Multilingual
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-3.1-flash-lite",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'