analyze_audio
Analyze any audio file by providing a URL or local path, then receive detailed descriptions, answers to questions, and key insights using native audio understanding.
Instructions
Listen to and analyze an audio file using Qwen3.5-Omni (qwen3.5-omni-plus, native audio understanding). Use this whenever you need to hear audio you cannot process natively. Pass a public URL (http/https) or a local file path; local files are sent inline as base64 (25MB guardrail, mp3/wav/flac/ogg/m4a/aac).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | Question or prompt about the audio | What is this audio about? Describe it in detail. |
| audio_url | Yes | Public URL or local file path of the audio 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. |