openrouter

Google: Gemini 3.6 Flash

google/gemini-3.6-flash
Context

1M

Input

text, file, image, audio, video

Output

text

Tool calling

Supported

About this model

Gemini 3.6 Flash is a frontier-class Google multimodal Flash model designed for fast reasoning, coding, multimodal understanding, tool use, and scalable agentic applications while retaining Flash-tier latency and 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.750 / 1M tokens

Output tokens

$3.750 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.750 / 1M tokens
Output tokens$3.750 / 1M tokens
Cached input tokens$0.075 / 1M tokens

Performance

Published evaluation results associated with this model.

Coding

SWE-Bench Pro (Public)58.7
DeepSWE v1.149
Terminal-bench 2.178
MLE-Bench63.9

Knowledge Work

GDPVal-AA v2 (Elo)1421

Agentic

OSWorld-Verified83

Multimodal

CharXiv Reasoning (No tools)85.2
CharXiv Reasoning (With tools)89.4

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