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
Benchmarks
- Intelligence index
- 34
- Coding index
- 69
- Agentic index
- 30
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · uicomponent | 1,317 | 55.2 |
| models · website | 1,313 | 55.7 |
| models · dataviz | 1,312 | 53.5 |
| models · codecategories | 1,305 | 53.7 |
| models · asciiart | 1,302 | 56.8 |
| models · 3d | 1,301 | 53.2 |
| models · gamedev | 1,285 | 51.1 |
Standard evaluations
| Benchmark | Score | Tasks |
|---|---|---|
| gpqa_diamond | 0.93 | 396 |
| tau_bench_verified_airline | 0.73 | 100 |
Source: Artificial Analysis, Design Arena · as of Sep 16, 2026
Performance
Reference uptime
100%
Median latency
1,415 ms
Throughput
75.7 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
- —
- Rank change, 7 days
- —
Daily tokens · 90 days
177.1B
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.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.