openrouter

Google: Gemini 2.5 Flash Lite

google/gemini-2.5-flash-lite
Context

1M

Input

text, file, image, audio, video

Output

text

Tool calling

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.

Available

Input tokens

$0.100 / 1M tokens

Output tokens

$0.400 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
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

GPQA Diamond47.4
HLE6.9
MMMLU-Pro51

Mathematics

MATH-50092.6
AIME 202563.1

Coding

LiveCodeBench34.3
SciCode17.7

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