analyze_audio_video
Analyze video content by combining visual and audio understanding. Provide a public URL or local file path to answer questions about what happens and what is heard.
Instructions
Watch and listen to a video (visuals AND its audio track) using Qwen3.5-Omni (qwen3.5-omni-plus, native audio+video understanding). Use this when what is said or heard in the video matters. 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 | |
| thinking_budget | No | Maximum tokens the model may spend on thinking before answering (Qwen hybrid-thinking models). Omit to use the provider default. |