@_philschmid: Gemini video understanding is now agentic. Gemini can now iteratively navigate video timelines, decide watch what, pick…

X AI KOLs Following Models

Summary

Gemini now offers agentic video understanding, enabling iterative navigation and adaptive processing to reduce token usage and costs while boosting accuracy in video analysis.

Gemini video understanding is now agentic. Gemini can now iteratively navigate video timelines, decide watch what, pick frame rates, or chooses whether it needs speech transcripts, audio, or visual frames to answer your prompt. Result: Long videos get up to 88% fewer tokens and 66% lower costs, with ~7% higher accuracy on benchmarks. How it works: - Receives a lightweight URI reference (Files API or YouTube) and loads content via tool. - Scans speech transcripts to pinpoint relevant moments before fetching visual frames. - Navigates key timestamps and picks its own frame rate (0.1 or 10 FPS). - Pulls audio tracks directly when acoustic cues matter. Set `processing="agentic"`on `video` to enable. Keep `static` (none) for videos under 2 minutes. Available today in the Gemini API and Google AI Studio across Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash Lite. http://ai.dev/learn/agentic-video-understanding-with-gemini…
Original Article
View Cached Full Text

Cached at: 09/02/26, 09:53 AM

Gemini video understanding is now agentic. Gemini can now iteratively navigate video timelines, decide watch what, pick frame rates, or chooses whether it needs speech transcripts, audio, or visual frames to answer your prompt.

Result: Long videos get up to 88% fewer tokens and 66% lower costs, with ~7% higher accuracy on benchmarks.

How it works:

  • Receives a lightweight URI reference (Files API or YouTube) and loads content via tool.
  • Scans speech transcripts to pinpoint relevant moments before fetching visual frames.
  • Navigates key timestamps and picks its own frame rate (0.1 or 10 FPS).
  • Pulls audio tracks directly when acoustic cues matter.

Set processing="agentic"on video to enable. Keep static (none) for videos under 2 minutes. Available today in the Gemini API and Google AI Studio across Gemini 3.7 Flash, 3.6 Flash, and 3.5 Flash Lite. http://ai.dev/learn/agentic-video-understanding-with-gemini…

Similar Articles

Gemini api showing agentic gemini models

Reddit r/singularity

Google's Gemini API now exposes agentic models, enabling developers to build autonomous AI agents with enhanced reasoning and action capabilities.