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
Benchmarks
- Intelligence index
- 39
- Coding index
- 76
- Agentic index
- 36
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · gamedev | 1,352 | 56.2 |
| models · 3d | 1,339 | 56.3 |
| models · dataviz | 1,331 | 57.2 |
| models · codecategories | 1,324 | 56.2 |
| models · uicomponent | 1,315 | 51.6 |
| models · website | 1,315 | 56.3 |
| models · asciiart | 1,265 | 51.2 |
Standard evaluations
| Benchmark | Score | Tasks |
|---|---|---|
| gpqa_diamond | 0.94 | 198 |
| tau_bench_verified_airline | 0.81 | 48 |
Source: Artificial Analysis, Design Arena · as of Sep 16, 2026
Performance
Reference uptime
100%
Median latency
2,093 ms
Throughput
115.9 tok/s
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
Ranked by daily token volume across the global model market; the figure above the chart is the daily average.
Supported parameters
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.