openrouter

Google: Gemini 2.5 Flash

google/gemini-2.5-flash
Context

1M

Input

text, file, image, audio, video

Output

text

Tool calling

Supported

About this model

Gemini 2.5 Flash is Google's high-performance multimodal workhorse model designed for reasoning, coding, mathematics, science, document understanding, and agentic applications while maintaining Flash-tier speed and cost efficiency.

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.

General Knowledge and Reasoning

GPQA Diamond82.8
HLE11
MMMLU-Pro66.7

Mathematics

MATH-50093.2
AIME 202572

Coding

LiveCodeBench49.5
SciCode29.1

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