Google Adds Agentic Video Understanding to Gemini, Cutting Token Use by Up to 88%
Google DeepMind has launched agentic video understanding across Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite, letting models dynamically scan video segments instead of processing at a fixed frame rate. The company claims the feature cuts token consumption by up to 88%, reduces costs by up to 66%, and improves accuracy by up to 7%.
Google DeepMind launched agentic video understanding for Gemini on September 1, 2026, a processing mode that lets models actively decide which parts of a video to inspect rather than ingesting footage at a fixed frame rate. The feature is available now for Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite through the Gemini API in Google AI Studio and the Gemini Enterprise Agent Platform.
What changed
Standard Gemini video processing samples frames at a default rate of 1 frame per second, adjustable via API. That static approach forces a tradeoff: developers either pay for dense frame sampling across an entire video or risk missing details by sampling sparsely. Agentic video understanding replaces this with a dynamic tool-calling loop — the model invokes an internal tool to load specific video segments, adjusts frame rate on the fly, and pulls from visual frames, audio, or transcripts depending on what a query requires.
According to Google, this reduces token consumption by up to 88% and analysis costs by up to 66% on standard video benchmarks, while improving accuracy by up to 7%. The company says gains are most pronounced on long-form content — 10-minute how-to videos, 90-minute lectures, and multi-hour recordings — where static sampling previously forced a choice between high token costs and dropped detail.
On LongVideoBench, a long-form video understanding benchmark, Google reports Gemini 3.7 Flash with agentic processing shows large token reductions alongside accuracy gains compared to static processing, though the company did not publish exact before-and-after benchmark scores in the announcement. Google states that Gemini 3.7 Flash with agentic understanding sits at the accuracy-to-cost pareto frontier among the tested models.
New capabilities
Google lists four use cases enabled by the feature:
- Sub-second moment retrieval: identifying split-second state changes and cut boundaries missed at 1 FPS sampling.
- Long-form needle-in-a-haystack search: answering queries across multi-hour videos without consuming millions of tokens.
- Anomaly detection: resampling specific time windows at higher frame rates to catch rapid motion or visual artifacts.
- Counting actions and objects: tracking repeated movements or distinct objects over time by rewatching segments at variable frame rates.
Pricing and access
Agentic video understanding uses standard Gemini API token pricing with no additional feature fee, according to Google. Developers enable it by setting the "processing" parameter to "agentic" in API calls, as shown in Google's sample code using the genai Python client with model="gemini-3.7-flash".
Google says the feature will roll out to all users in the Gemini app across Flash and Flash-Lite models "soon," and will power YouTube's "Ask YouTube" feature on video watch pages in the coming months.
What this means
This is a processing-mode change layered onto three existing Gemini model checkpoints, not a new model release — the underlying weights for 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite are unchanged. The significance is economic: video understanding has historically been token-expensive because every frame consumes context regardless of relevance to a query. If Google's claimed 88% token reduction holds up under independent testing, it materially lowers the cost of building products that reason over long video — security footage review, lecture search, video editing tools — without waiting for cheaper base models. The zero-fee pricing structure also means Google is betting on volume: cheaper per-query costs should drive more video API traffic rather than compress margins. The open question is how these efficiency numbers translate outside Google's own benchmark selection, since no third-party verification exists yet.
Related Articles
Google Adds Agent-Based Video Analysis to Gemini Flash, Cutting Token Usage by Up to 88 Percent
Google is rolling out agent-based video analysis for Gemini Flash models that dynamically searches footage instead of scanning frame by frame. Google claims the approach cuts token usage by up to 88 percent and costs by 66 percent while improving accuracy, with no added API fee.
Google Rolls Out Gemini 3.8 Flash, Third Flash Update in Three Months
Google has released Gemini 3.8 Flash, the third Flash-tier update in three months, arriving just three weeks after Gemini 3.7 Flash. The model is live now in the Gemini app, Google Antigravity, and AI Studio with introductory pricing of $0.75/1M input and $3.75/1M output tokens.
Meta Releases Muse Spark 1.3, Cheapest Model in Its Performance Class at $0.55 Per Task
Meta has released Muse Spark 1.3, its fourth model in five months, with an xhigh tier available now and a more powerful max tier in limited preview. The model improves sharply on agentic benchmarks and costs $0.55 per index task—cheaper than any rival at the same performance level—but still trails Claude Fable 5.1 on most tests.
Google Launches Gemini 3.8 Flash, Warns It May Use More Tokens Despite Unchanged Pricing
Google released Gemini 3.8 Flash just weeks after Gemini 3.7 Flash, keeping the same per-token pricing of $0.75/$3.75 per million input/output tokens but warning it may consume more tokens overall. The model also ships with a cyber-focused variant restricted to a new government partner program called Fairwind.
Comments
Loading...