vision_analyze
Analyze images with AI vision to extract text, diagnose errors, and interpret charts or UI screenshots from local files or URLs, returning detailed analysis.
Instructions
Analyze an image using AI vision (Gemini via OpenRouter). Accepts local file paths or HTTP(S) URLs. Returns a detailed text analysis of the image content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | OpenRouter model to use (default: google/gemini-2.5-flash-lite). Options: google/gemini-2.5-flash-lite, google/gemini-3-flash-preview, google/gemini-3.1-flash-lite | |
| prompt | Yes | What to analyze or ask about the image. E.g. 'Describe this screenshot', 'What error is shown?', 'Extract all text from this image' | |
| image_url | Yes | Image source: local file path (/path/to/image.png) or HTTP(S) URL (https://example.com/image.jpg) |