analyze_image
Analyze an image using a vision model to return a detailed description. Supports local file paths and URLs, with optional custom analysis instructions.
Instructions
Analyze an image and return a detailed description. Supports local file paths and http(s) URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image URL (http/https) or local file path | |
| prompt | No | Question or analysis instruction for the vision model | 请描述这张图片的内容 |