analyze_audio_video
Analyze video content including visuals and audio by providing a public URL or local file path, with support for custom questions.
Instructions
Analyze a video (including its audio track) using Qwen3.5-Omni (qwen3.5-omni-plus, native audio+video understanding). Pass a public URL (http/https) or a local file path; local files are sent inline as a base64 data URL (25MB guardrail).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | Question or prompt about the video | Describe what happens in this video, including the visuals and the sound. |
| video_url | Yes | Public URL or local file path of the video to analyze | |
| max_tokens | No | Maximum tokens in the response |