Google Adds Agentic Video Understanding to Gemini Flash Models
- Google has enabled agentic video understanding on Gemini 3.7 Flash, Gemini 3.6 Flash, and Gemini 3.5 Flash-Lite, letting the models choose which parts of a video to inspect rather than process it at a fixed frame rate.
- Instead of static sampling, Gemini enters a reasoning loop that calls tools for video frames, audio, or transcripts, requesting only the time ranges and frame rates needed for the prompt.
- Google says its benchmark results show up to 88% fewer tokens, 66% lower cost, and 7% higher accuracy than static video processing.
- Developers enable the mode by setting the API processing field to agentic for uploaded videos or YouTube URLs in Google AI Studio or the Gemini Enterprise Agent Platform; static processing remains the default.
- A request can combine agentic and static processing, allowing one video to be selectively inspected while another uses fixed-rate frame sampling.