{
  "id": 10030589,
  "title": "[AI in Action] Gemini Agentic Video: 4 Hidden Prerequisites and My LINE Bot Integration Process",
  "url": "https://urgent.news/2026/09/26/ai-in-action-gemini-agentic-video-4-hidden-prerequisites-and-my-line",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-26T17:26:14.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/gde/ai-in-action-gemini-agentic-video-4-hidden-prerequisites-and-my-line-bot-integration-process-582f"
  },
  "original_language": "en",
  "account": "In late August, Google introduced agentic video in Gemini, a feature that allows users to ask questions about videos instead of just receiving summaries. However, there are four hidden prerequisites that must be met for agentic video to work on Vertex AI:\n\n1. api_version must be set to v1beta1. If left at the default v1, agentic mode will be disabled.\n2. media_processing must be set to AGENTIC. If not specified, the system defaults to STATIC mode.\n3. The model used must be one of the supported options: gemini-3.7-flash, gemini-3.6-flash, or gemini-3.5-flash-lite. Using an unsupported model will silently revert to STATIC mode.\n4. The thinking_level parameter must be set. This is the most critical prerequisite, as failing to set it correctly will result in the API returning a 200 response, but the agentic mode will not be activated, leading to unexpected costs.\n\nIn addition to these four technical prerequisites, there are also two environmental prerequisites to consider:\n\n1. The SDK version must be 2.20.0 or higher, as the media_processing field was added in this version.\n2. The documentation examples provided by Google are written for the Gemini Developer API, not Vertex AI. The behavior on Vertex AI is different, requiring a stateless re-query approach instead of the multi-turn conversation mechanism used in the Developer API.\n\nThese hidden prerequisites can be easily overlooked, leading to unexpected costs and performance issues. The author of the article created four tests to ensure each prerequisite was met, as failing to meet any of these requirements would result in the program running correctly, but with incorrect costs and performance.",
  "summary": "Background I have a LINE Bot that I use every day, linebot-helper-python . If you send it a URL, it returns a summary and social media copy for four platforms; if you send a YouTube link, it returns a video summary. It also handles bookmarks, location queries, voice assistants, and more. It runs on Cloud Run and uses Vertex AI. In late August, Google published a post Introducing agentic video in…",
  "key_points": [
    "apiversion must be set to v1beta1 for agentic video to work",
    "mediaprocessing must be set to AGENTIC for agentic mode activation",
    "model must be gemini-3.7-flash, gemini-3.6-flash, or gemini-3.5-flash-lite"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}