analyze_image
Read and analyze images from a public URL or local file path. Use this to see image content, answer questions, or extract details when your tool cannot display images natively.
Instructions
View, read, or analyze an image using Qwen3.8-Max (native multimodal). Use this whenever you need to see an image you cannot view natively (e.g., your file reader returns '[Unsupported Image]'). 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 image | Describe this image in detail. |
| image_url | Yes | Public URL or local file path of the image 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. |