IranRouter
All models
Google

Google: Gemini 3.7 Flash

Unavailable

by Google

google/gemini-3.7-flashUsage rank #32

Gemini 3.7 Flash is a multimodal model from Google for fast agentic workflows, coding, and complex multi-step reasoning. It is designed for tasks that require responsive performance and reliable multi-step...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideoFileAudio
OutputText
ReasoningSupportedhighmediumlow

Benchmarks

Intelligence index
39
Coding index
76
Agentic index
36

Design Arena

CategoryEloWin rate
models · gamedev1,35256.2
models · 3d1,33956.3
models · dataviz1,33157.2
models · codecategories1,32456.2
models · uicomponent1,31551.6
models · website1,31556.3
models · asciiart1,26551.2

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.94198
tau_bench_verified_airline0.8148

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

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

2,093 ms

Aug 18Sep 16

Throughput

115.9 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
#32
Rank change, 7 days
-8

Daily tokens · 90 days

279.3B

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.7-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.