- Organizations
- Gemini 3.6 Flash
Gemini 3.6 Flash: API Pricing, Context Window & Benchmarks
Gemini 3.6 Flash is a language model from Google, released in July 2026, with multimodal input, a 1.0M-token context window, and pricing from $1.50/M input and $7.50/M output.
Gemini 3.6 Flash is Google's workhorse multimodal reasoning model for agentic coding, knowledge work, and spatial reasoning. It supports text, image, video, audio, and PDF inputs, a 1 million-token context window, and a 65,536-token text
Gemini 3.6 Flash benchmarks
Rankings
Quality Tracker
Gemini 3.6 Flash Performance Across Datasets
Scores sourced from the model's scorecard, paper, or official blog posts
Gemini 3.6 Flash pricing
Providers
Gemini 3.6 Flash starts at $1.50 per million input tokens and $7.50 per million output tokens via Google.
| Provider | Input $/M | Output $/M | Context in / out | TTFT p50 / p95 s | Output avg / p5 c/s | Success 7d | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $1.50 | $7.50 | 1.0M/65.5K | 1.84/1.84 | 16/16 | 100.00%(1) | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.
Gemini 3.6 Flash context window
Input and output token limits for Gemini 3.6 Flash, plus how it ranks on long-context understanding.
Gemini 3.6 Flash API
Run a request to see the response
Use it in your code
Billed at $1.50 input / $7.50 output per 1M tokens through the LLM Stats gateway.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://gateway.llm-stats.com/v1"
)
response = client.chat.completions.create(
model="gemini-3.6-flash",
messages=[
{"role": "user", "content": "What is machine learning?"}
]
)
print(response.choices[0].message.content)Need an API key? Create one above in the playground, or read the API documentation.
Gemini 3.6 Flash latency
Gemini 3.6 Flash time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Provider operational metrics
Time to first token, output throughput, and failed-request rate from live API traffic
Gemini 3.6 Flash examples
Recent arena outputs from Gemini 3.6 Flash, picked from the highest-ranked matchups.
Gemini 3.6 Flash license
Gemini 3.6 Flash is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of March 2026.
- License
- Proprietary
- Hosted access
- Knowledge cutoff
- March 2026
Proprietary license - usage restrictions apply
Gemini 3.6 Flash resources
Official sources for Gemini 3.6 Flash: api documentation, official playground, official launch post.
Gemini 3.6 Flash vs other models
The most-compared alternatives to Gemini 3.6 Flash are Claude Opus 4.8, Qwen3.7 Max, MiMo-V2-Pro. Open any pair side-by-side for benchmarks, pricing, context, and latency.
Models like Gemini 3.6 Flash
Models ranked just above and below Gemini 3.6 Flash by LLM Stats score.
FAQ
Common questions about Gemini 3.6 Flash.