For years, standard multimodal AI models processed long-form video through brute force. Enterprise video pipelines routinely ingested continuous media streams at fixed frame rates—typically one frame per second—forcing engineering teams to balance prohibitive token costs against the risk of missing critical details. That structural trade-off is now facing a direct architectural alternative.

According to Google, the company has rolled out agentic video understanding across its Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash-Lite models. Rather than ingesting every frame indiscriminately, the models combine core reasoning with native video tools, dynamically scanning, searching, and inspecting targeted visual frames, audio streams, and transcripts.

The Economics of Dynamic Inspection

Traditional video pipelines convert continuous footage into fixed sequences of image tokens, which rapidly exhausts model context windows and escalates inference bills. In contrast, agentic video understanding employs an internal tool execution loop to inspect only the required segments.

Activating agentic video understanding drops token consumption by up to 88% and boosts accuracy by up to 7% with Gemini 3.7 Flash.

Across standard video analysis benchmarks, Google reports that this mechanism cuts analysis costs by up to 66% and token usage by up to 88%, while lifting accuracy by up to 7%. The company notes that Gemini 3.7 Flash with agentic understanding delivers the highest overall quality while hitting the accuracy-to-cost Pareto frontier among tested configurations.

In plain terms, the model no longer watches an entire multi-hour recording at a constant rate to answer a straightforward query. It behaves like an investigator with a remote control: scanning transcripts or audio first, jumping directly to the relevant timestamp, and zooming in on visual frames only when needed.

Enterprise Tooling and Modality Switching

This architectural update unlocks capabilities that fixed-rate 1 FPS processing historically missed. Because the model can resample target time windows at higher frame rates on demand, it supports sub-second moment retrieval for automated video editing, precise counting of physical actions and distinct objects over time, anomaly detection, and needle-in-a-haystack search across multi-hour enterprise recordings.

The feature is available for uploaded video files and YouTube links via the Gemini API in Google AI Studio and the Gemini Enterprise Agent Platform. However, whether production video pipelines can successfully transition to dynamic tool invocation without introducing latency bottlenecks during real-time surveillance processing remains an open engineering question.

Artificial IntelligenceGenerative AILarge Language ModelsAI AgentsCost ReductionGoogle DeepMind