Analyze Image
vision_analyzeAnalyze images from local files or URLs using a vision model. Provide a prompt to describe content, detect objects, or extract visual details.
Instructions
Analyze an image (local file or URL) using a vision-capable model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | The vision model to use (defaults to google/gemini-3.1-flash-lite) | google/gemini-3.1-flash-lite |
| prompt | No | What to look for or analyze in the image | Describe this image in detail. |
| image_url | No | URL of the image to analyze | |
| image_path | No | Local path to the image file (e.g., /path/to/screenshot.png or ~/screenshot.png) |