
Gemini 3.5 Flash: Google's New Frontier Model for Agentic Coding
Google has officially launched Gemini 3.5 Flash at I/O 2026, marking a significant leap in agentic AI capabilities. This new model represents Google's most advanced offering for coding workflows and long-horizon tasks.
Key Specifications
| Specification | Details |
|---|---|
| Model Name | Gemini 3.5 Flash |
| Status | Preview (General availability) |
| Context Window | 1M tokens input / 65K output |
| Speed | 4x faster than other frontier models |
| Price | $1.50/M input / $9.00/M output |
Benchmark Performance
Gemini 3.5 Flash delivers exceptional performance across key benchmarks:
| Benchmark | Gemini 3.5 Flash | Gemini 3.1 Pro | Claude Sonnet 4.6 | GPT-5.5 |
|---|---|---|---|---|
| Terminal-Bench 2.1 (Coding) | 76.2% | 70.3% | 72.1% | 66.1% |
| MCP Atlas (Agentic workflows) | 83.6% | 78.2% | 69.5% | 75.3% |
| OSWorld-Verified (Computer use) | 78.4% | 76.2% | 72.5% | 78.7% |
| GDPval-AA (Economically valuable tasks) | 1656 Elo | 1314 Elo | 1676 Elo | 1769 Elo |
| CharXiv Reasoning (Multimodal) | 84.2% | 80.3% | 83.3% | 82.1% |
Designed for Agentic Workflows
Gemini 3.5 Flash is specifically optimized for:
- Long-horizon tasks: Capable of working for days on complex projects
- Multi-agent coordination: Supports collaborative subagents for parallelized workflows
- Real-world coding: Outperforms previous models on coding and agentic benchmarks
- Cost efficiency: Delivers frontier-level capabilities at less than half the price
Using via Antigravity
The model powers Google's Antigravity 2.0 platform:
import { streamText } from 'ai';
const result = streamText({
model: 'gemini-3.5-flash',
prompt: 'Build a full-stack application with Next.js and PostgreSQL',
});Cost Savings Potential
Google estimates that if companies shifted 80% of workloads from other frontier models to 3.5 Flash, they could save over $1 billion annually.
Availability
Gemini 3.5 Flash is available today across:
- Gemini app
- Google AI Studio
- Android Studio
- Gemini API
- Antigravity 2.0
Gemini 3.5 Pro is expected next month with even greater reasoning capabilities.
Read more

Cursor Composer 2.5: AI Coding with 25x More Synthetic Training
Cursor releases Composer 2.5 built on Kimi K2.5, delivering improved long-horizon coding jobs with aggressive pricing.

Antigravity 2.0: Google's Agent-First Development Platform
Google launches Antigravity 2.0 as a standalone desktop app for orchestrating teams of AI agents, powered by Gemini 3.5 Flash.

xAI Grok Build 0.1: The Beta Coding Model Powering the Grok Build CLI
Grok Build 0.1 is now available on Vercel AI Gateway - a specialized coding model trained for agentic coding workflows with 256K context window.