Google's New Agentic Video Understanding Reads Videos Like an Agent — 88% Fewer Tokens
Google has deployed agentic video understanding across Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite, reducing token consumption by up to 88% while improving accuracy by up to 7%.
The new capability replaces static frame ingestion with a dynamic, goal-directed loop where the model actively determines which segments to inspect via visual frames, audio, or transcripts. Unlike fixed-rate processing defaulting to 1 FPS, this approach fetches only necessary signals, enabling sub-second moment retrieval and precise counting without manual developer intervention. The feature is available immediately for video uploads and YouTube content through the Gemini API in Google AI Studio and the Gemini Enterprise Agent Platform.
Benchmarks indicate that agentic video understanding reduces analysis costs by up to 66% and token usage by up to 88% across standard video analysis tasks. Gemini 3.7 Flash specifically achieves the accuracy-to-cost Pareto frontier among tested models, offering the optimal balance of quality and efficiency for long-form content ranging from 10-minute guides to multi-hour recordings. This architecture resolves the previous trade-off where developers had to choose between high token costs or dropping critical details in extended videos.
Implementation requires setting the processing parameter to "agentic" in the API configuration, utilizing standard Gemini API token pricing with no additional feature fees. Early access partners report successful deployment for anomaly detection, where the system resamples interesting time windows at higher FPS, and needle-in-a-haystack searches across multi-hour footage. Google plans to extend these efficiency gains to the Gemini app for billions of users and integrate the technology into YouTube's 'Ask YouTube' feature on video watch pages in the coming months.