Skip to content
Dashboard

Gemini 3.7 Flash

Gemini 3.7 Flash is Google's workhorse model for coding and agents, with a 1M tokens context window, text, image, audio, and video input, and configurable thinking. Your use is subject to Google's Terms & Privacy Policies.

ReasoningFile InputVision (Image)Tool UseWeb SearchImplicit CachingVideo Input
import { streamText } from 'ai'
const result = streamText({
model: 'google/gemini-3.7-flash',
prompt: 'Why is the sky blue?'
})
Read docs

Copy link to headingAbout Gemini 3.7 Flash

Gemini 3.7 Flash was released August 13, 2026 as Google's workhorse model for coding and agents, arriving three weeks after Gemini 3.6 Flash. It refines the reasoning foundation of 3.6 Flash rather than starting from a new pretraining run, and the improvements land mainly in coding and agentic execution.

Gemini 3.7 Flash accepts text, images, audio, and video, returns text, and works within a context window of 1M tokens with up to 65.5K tokens per response. Thinking is configurable per request, so you can spend more tokens on a hard problem and fewer on a routine one. The knowledge cutoff is March 2026.

Coding and agentic benchmarks moved the most between generations. Gemini 3.7 Flash scores 65.3% on DeepSWE v1.1, up from 49.0%, and 43.6% on FrontierCode 1.1 Main, up from 34.4%. Document comprehension on GDP.pdf reaches 34%, and long-context retrieval on GDM-MRCR v2 at 128k reaches 97.0%, which matters if you intend to actually fill the context window rather than just have it available.

Pricing is introductory and set to rise at the end of 2026. See the pricing panel on this page for current rates.

You can integrate Gemini 3.7 Flash through AI SDK, Chat Completions API, Responses API, Messages API, or other API formats, from TypeScript or Python. Routing rules move traffic from another Gemini model to Gemini 3.7 Flash without changing application code.