IranRouter
All models
Google

Google: Gemini 3.6 Flash

Unavailable

by Google

google/gemini-3.6-flash

Gemini 3.6 Flash is a high-efficiency model from Google for coding, agentic workflows, and web and app development. It is designed to produce polished outputs with fewer unnecessary edits and...

At a glance

Context window
1Mtokens
Max output
66Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideoFileAudio
OutputText
ReasoningSupportedhighmediumlowminimal

Benchmarks

Intelligence index
34
Coding index
69
Agentic index
30

Design Arena

CategoryEloWin rate
models · uicomponent1,31755.2
models · website1,31355.7
models · dataviz1,31253.5
models · codecategories1,30553.7
models · asciiart1,30256.8
models · 3d1,30153.2
models · gamedev1,28551.1

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.93396
tau_bench_verified_airline0.73100

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

1,415 ms

Aug 18Sep 16

Throughput

75.7 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
Rank change, 7 days

Daily tokens · 90 days

177.1B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

include_reasoningmax_tokensreasoningreasoning_effortresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="google/gemini-3.6-flash",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.