Skip to content
Dashboard

Gemini 3.5 Flash

Gemini 3.5 Flash advances the Flash line with improved coding proficiency, parallel agentic execution, stronger core reasoning, tighter instruction following, and higher-quality reasoning traces in thinking mode.

ReasoningFile InputVision (Image)Tool UseWeb SearchImplicit Caching
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'google/gemini-3.5-flash',
prompt: 'Why is the sky blue?'
})

Playground

Try out Gemini 3.5 Flash by Google. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.

google logo
google logo

Ask Gemini 3.5 Flash anything to try it out.

Providers

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
ZDR
No Training
Release Date
Google
1M
2.3s
179tps
$1.50/M$9.00/M
Read:$0.15/M
Write:—
$14.00/K
+ input costs
—
+4
05/19/2026
Google Vertex AI
1M
1.9s
181tps
$1.50/M$9.00/M
Read:$0.15/M
Write:—
$14.00/K
+ input costs
—
+4
05/19/2026
Throughput

P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.

Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.

Uptime

Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.

More models by Google

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
Providers
ZDR
No Training
Release Date
1M
0.5s
246tps
$0.25/M$1.50/M
Read:$0.03/M
Write:—
$14.00/K
+ input costs
—
+4
google logo
vertex logo
03/03/2026
1M
4.1s
112tps
$2.00/M
$12.00/M
Read:
$0.2/M
Write:
—
$14.00/K
+ input costs
—
+4
google logo
vertex logo
02/19/2026
1M
0.8s
175tps
$0.50/M
$3.00/M
Read:
$0.05/M
Write:
—
$14.00/K
+ input costs
—
+4
google logo
vertex logo
12/17/2025
1M
0.2s
269tps
$0.10/M$0.40/M
Read:$0.01/M
Write:—
$35.00/K
+ input costs
—
+4
google logo
vertex logo
06/17/2025
1M
0.3s
193tps
$0.30/M$2.50/M
Read:$0.03/M
Write:—
$35.00/K
+ input costs
—
+4
google logo
vertex logo
03/20/2025
1M
1.5s
143tps
$1.25/M
$10.00/M
Read:
$0.13/M
Write:
—
$35.00/K
+ input costs
—
+4
google logo
vertex logo
03/20/2025

About Gemini 3.5 Flash

Gemini 3.5 Flash is Google's update to the Flash tier, building on Gemini 3 Flash with focused improvements for coding workflows and agentic execution. Coding proficiency and parallel agentic execution loops both improve over previous Flash versions, which makes Gemini 3.5 Flash a better fit for agents that issue concurrent tool calls or refactor code across multiple files in one pass.

Core reasoning, instruction following, and multi-turn coherence all see upgrades. For complex tasks the model produces higher-quality reasoning traces in thinking mode, which is useful when you need to audit the model's intermediate steps or train downstream systems on chain-of-thought data. Gemini 3.5 Flash defaults to the medium thinking level, balancing quality against faster, more cost-efficient generation, and exposes thinkingLevel and includeThoughts through providerOptions for finer control.

Because Gemini 3.5 Flash sits at the intersection of agentic capability and Flash-tier throughput, it suits production traffic patterns from low-latency chat interfaces to high-volume code-transformation pipelines. Accessing Gemini 3.5 Flash through AI Gateway adds observability, automatic retries, and provider failover without requiring a Google Cloud account.

What To Consider When Choosing a Provider

  • Configuration: Gemini 3.5 Flash defaults to the medium thinking level. Set thinkingLevel to 'high' via providerOptions.google.thinkingConfig when the task demands deeper reasoning, and enable includeThoughts to surface the model's intermediate steps. Parameters like temperature, topP, topK, and thinking_budget are not supported.
  • Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

When to Use Gemini 3.5 Flash

Best For

  • Agentic coding workflows: Parallel tool calls and multi-file refactors benefit from improved coding proficiency and parallel execution
  • Multi-turn assistants: Instruction following and conversational coherence drive task completion across long sessions
  • Auditable agent pipelines: Higher-quality reasoning traces in thinking mode aid debugging and downstream chain-of-thought data
  • Cost-sensitive production traffic: The default medium thinking level balances quality with throughput
  • Gemini 3 Flash migrations: Teams on the previous Flash version get the latest coding and agentic improvements without changing tier

Consider Alternatives When

  • Deepest reasoning required: Latency and cost are secondary (consider google/gemini-3-pro-preview or google/gemini-3.1-pro-preview)
  • Native image generation needed: Image output is part of the task (consider google/gemini-3-pro-image or google/gemini-3.1-flash-image-preview)
  • Throughput and budget dominate: Reasoning depth is not required (consider google/gemini-3.1-flash-lite-preview)
  • Sampling parameters required: Your code depends on temperature, topP, topK, or thinking_budget, which Gemini 3.5 Flash does not support

Conclusion

Gemini 3.5 Flash is the right Flash-tier choice for teams building coding agents, parallel tool-using workflows, and instruction-heavy assistants on AI Gateway. It carries the Flash speed and cost profile while adding the coding, agentic, and reasoning-trace improvements that production teams have been asking for in the Flash line.