AI Models

Google brings agentic video understanding to Gemini models

Google launched agentic video understanding for Gemini 3.7 Flash, 3.6 Flash and 3.5 Flash-Lite, reducing tokens and costs while improving video analysis quality.

Published Updated
Google DeepMindGeminiVideo AI

Google launched agentic video understanding for Gemini on September 1, adding a new video-analysis mode to Gemini 3.7 Flash, Gemini 3.6 Flash and Gemini 3.5 Flash-Lite. The company says the feature can reduce token consumption by up to 88%, reduce costs by up to 66% and improve quality by up to 7% across standard video-analysis benchmarks. It is available for video uploads and YouTube videos through the Gemini API in Google AI Studio and the Gemini Enterprise Agent Platform.

The feature changes how a model consumes video. Conventional static processing ingests video at a fixed frame rate, often one frame per second by default, with developers able to adjust the rate through the API. That approach is simple, but it can be inefficient for long videos or tasks where important information appears briefly. Agentic video understanding lets Gemini take a more goal-directed approach: it can dynamically search, scan and inspect relevant segments across visual frames, audio and transcripts, fetching only the moments and signals needed to answer the user’s request.

Google compares the idea to agentic vision, which combines code execution with Gemini’s native image understanding. In video, the same agentic loop allows the model to decide what to watch, at what speed and through which modality. A model looking for a specific moment in a 90-minute lecture does not need to process every second at the same depth. It can use the transcript to narrow the time range, inspect frames around the relevant section, listen to audio if needed and then return an answer grounded in the selected evidence. For developers, Google says this removes work that previously had to be built manually into retrieval and preprocessing pipelines.

The efficiency claims are especially important for long-form video. Developers building education tools, media archives, security analytics or meeting-review products often face a trade-off between accuracy and cost. Higher frame sampling can capture more detail, but it quickly consumes tokens and raises bills. Lower sampling reduces costs but may miss fast action, subtle anomalies or precise scene boundaries. Google says agentic video understanding improves that trade-off by resampling important windows at higher frame rates when necessary while avoiding blanket processing of irrelevant footage.

Google lists several use cases that show why the feature is more than a billing optimization. Sub-second moment retrieval can identify tight cuts or fast state changes, which matters for automated editing and sports analysis. Needle-in-a-haystack search can answer questions across multi-hour recordings without ingesting millions of tokens. Anomaly detection can focus on interesting time windows and inspect motion or visual artifacts more closely. Counting actions and objects can improve when the model can rewatch short segments at different frame rates rather than rely on sparse samples.

The launch also signals the direction of multimodal AI products. Early video understanding often meant passing a compressed representation of footage to a model and hoping the relevant details survived. Agentic video makes the model more active, closer to an analyst deciding where to look next. That can improve both quality and efficiency, but it also makes evaluation more complex because results depend on the model’s search strategy. For teams building video AI, the practical question will be whether the cost savings and accuracy gains remain consistent across their own content. Google’s release gives them a new option to test: less static ingestion, more model-directed inspection.