Google Developers

Agentic approaches to processing long videos with Gemini

Published 2026-09-01 · Duration 1:31

Summary

Agentic video understanding with Gemini allows developers to process long-form videos without submitting the entire content, which could exceed 100,000 tokens. Instead, the model uses an agentic loop (thinking, acting, observing) and specialized tools—such as `get transcript`, `get frames`, and audio extraction—to iteratively zoom in on relevant information, significantly reducing token usage and improving processing performance.

Download summary

Key takeaways

  1. Token Efficiency

    By using an agentic approach, the model avoids submitting the entire video content (which can exceed 100,000 tokens), leading to massive token reductions and lower latency.

  2. Agentic Workflow

    The process involves the model first determining necessary tools (e.g., `get transcripts`, `get frames`) before executing a traditional agentic loop of thinking, acting, observing, and iterating until the answer is derived.

  3. Targeted Analysis

    This technique improves performance by allowing the model to 'zoom in' on specific functions or segments within the video that are most relevant to the query, rather than processing all data equally.

Technical details

  • Agentic Video Processing Tools 0s

    The model can utilize specific tools for video analysis: `get transcript` (to extract text segments), `get frames` (allowing specification of desired frames and frames per second), and audio extraction.

Mentioned resources

  • Gemini (AI Model/Product)

Channel & topics

Watch on YouTube · Back to latest

This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.