メインコンテンツへスキップ
更新日: 2026-06-06

Gemini Video Understanding

As of 2026-04-08, successful Crazyrouter and local :4000 retests show:
  • gemini-2.5-pro can read video/mp4
  • the currently verified primary path is fileData.fileUri
  • the video URL must be publicly reachable by the Gemini upstream

Verified Minimal Request

Observed successful response shape:

Request Notes

  • The primary recommended path for video understanding is fileData.fileUri
  • Set mimeType to the real file type, such as video/mp4
  • fileUri must be reachable by the Gemini upstream
  • Private-network URLs, signed flows that cannot be crawled, or inaccessible storage links are likely to fail
Do not assume the image-understanding request shape is the same as the video-understanding request shape. Images currently work best through inlineData, while the verified video path here uses fileData.fileUri.