vision.inspect
Identify objects, text, or anomalies in a local image by specifying a task. Get structured JSON results from AI vision analysis.
Instructions
Analyze a local image file with the Qwen3-VL vision model. Returns structured JSON with the vision analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What to look for / what the vision model should analyze. | |
| image_path | Yes | Absolute path to the image file on this machine. |