openrouter

Google: Gemini 3.5 Flash Lite

google/gemini-3.5-flash-lite
Context

1M

Input

text, file, image, audio, video

Output

text

Tool calling

Supported

About this model

Gemini 3.5 Flash Lite is Google's high-efficiency multimodal model with upgraded agentic capabilities, optimized for low-cost, high-volume workloads and focused subagents operating inside complex multi-agent systems.

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.300 / 1M tokens

Output tokens

$2.500 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.300 / 1M tokens
Output tokens$2.500 / 1M tokens
Cached input tokens$0.030 / 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

Long Context

MRCR v2 (8-needle) 128K60.1
MRCR v2 (8-needle) 1M12.3

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.5-flash-lite",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'