analyze_video
Analyze or transcribe video files (mp4, mpeg, mov, webm) from local paths, URLs, or base64 data using multimodal models. Default: google/gemini-2.5-flash.
Instructions
Analyze or transcribe a video file using a multimodal model. Accepts mp4, mpeg, mov, or webm from a local file path, HTTP(S) URL, or base64 data URL. Default model: google/gemini-2.5-flash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_path | Yes | File path, HTTP(S) URL, or base64 data URL. Supported formats: mp4, mpeg, mov, webm. | |
| question | No | Question or instruction about the video (default: describe). | |
| model | No | Override the model ID. |