analyze_image
Analyze images by sending them with a text prompt to a vision model, enabling non-vision models to extract and understand visual information.
Instructions
Send an image (URL or local path) with a prompt to a vision model via OpenRouter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Instruction for the vision model | |
| image | Yes | Local file path or http/https URL |