openrouter

Google: Gemini 3.1 Flash-Lite

google/gemini-3.1-flash-lite
Context

1M

Input

text, file, image, audio, video

Output

text

Tool calling

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.

Available

Input tokens

$0.250 / 1M tokens

Output tokens

$1.500 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
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

Humanity's Last Exam16
GPQA Diamond86.9

Multimodal

MMMU-Pro76.8
CharXiv Reasoning73.2
Video-MMMU84.8

Factuality

SimpleQA Verified43.3
FACTS Benchmark Suite40.6

Multilingual

MMMLU88.9

Coding

LiveCodeBench72

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!" }
    ]
  }'