Google introduced agentic video understanding for Gemini on September 1, 2026. Instead of processing a video at a fixed frame rate, Gemini can now decide what to watch, at what speed, and through which modality, dynamically searching frames, audio, and transcripts to find the segments that matter. It is live in the Gemini API through Google AI Studio.
What this enables
Turn it on by setting the API parameter processing to agentic. From there, the model scans a long video the way a person would skim it, jumping to the relevant moment rather than reading every frame. For editors and developers, that means you can point Gemini at an hour of footage and ask for the three clips where a product is on screen, or build a search feature over a video library without pre-transcribing everything. Google reports up to 88 percent fewer tokens and up to 66 percent lower cost per query, with up to 7 percent better accuracy.
Why it matters for creators
Video has been the most expensive modality to work with because models re-read the whole timeline on every question. Making that search agentic changes the economics of any tool built on long-form footage, from logging and rough-cut assembly to moment retrieval. It extends the same long-context video push behind Gemini Omni 1.1 Flash, but aimed at understanding footage rather than generating it. Google says the capability also feeds YouTube's upcoming Ask feature.
Key details
Models: Gemini 3.7 Flash, Gemini 3.6 Flash, and Gemini 3.5 Flash-Lite.
Where: Gemini API via Google AI Studio and the Gemini Enterprise Agent Platform, rolling out to the Gemini app.
Efficiency: Up to 88 percent fewer tokens, up to 66 percent lower cost, up to 7 percent higher accuracy.
What to do next
If you build anything on video, read the Gemini video understanding docs, flip processing to agentic on a long test clip, and compare token count and retrieval accuracy against your current fixed-frame approach before committing a pipeline to it.