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 headingFrequently Asked Questions

  • What is Gemini 3.7 Flash built for?

    Coding and agentic work at workhorse pricing. Google positions it as its most intelligent model in that tier rather than a frontier reasoning model.

  • How does Gemini 3.7 Flash differ from Gemini 3.6 Flash?

    It refines the same reasoning foundation rather than starting from a new pretraining run. Coding and agentic benchmarks moved most: DeepSWE v1.1 from 49.0% to 65.3% and FrontierCode 1.1 Main from 34.4% to 43.6%.

  • What input types does Gemini 3.7 Flash accept?

    Text, images, audio, and video. It returns text.

  • What is the context window for Gemini 3.7 Flash?

    The context window is 1M tokens, with up to 65.5K tokens per response. Long-context retrieval on GDM-MRCR v2 at 128k reaches 97.0%.

  • Will the price of Gemini 3.7 Flash change?

    Yes. Launch pricing is introductory and expires at the end of 2026, after which the rate roughly doubles. Check the pricing panel on this page for current rates.

  • Can I control how much Gemini 3.7 Flash thinks?

    Yes. Thinking is configurable per request, so you can raise the budget for hard problems and lower it for routine ones. An unconfigured request may spend more output tokens than a simple task warrants.

  • What is the knowledge cutoff for Gemini 3.7 Flash?

    March 2026. Pair Gemini 3.7 Flash with web search or retrieval for facts that changed after that date.

  • Can I move traffic to Gemini 3.7 Flash without changing my code?

    Yes. Add an AI Gateway routing rule that rewrites requests from another Gemini model to google/gemini-3.7-flash. Your application keeps sending the old model identifier.

  • Does Gemini 3.7 Flash support Zero Data Retention?

    Yes, Zero Data Retention is available for this model. Zero Data Retention is offered on a per-provider basis. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.