recognize_image
Analyze images from clipboard, URLs, or files to describe content, read text, and answer questions using a vision model.
Instructions
Recognize and analyze an image using the configured vision model. If no image is provided, reads the current clipboard image. Also supports local file paths, http(s) URLs, base64, data URLs, and the literal "clipboard".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Image to recognize. Accepts: http(s) URL, local file path, data: URL, raw base64 string, or the literal "clipboard". Defaults to "clipboard". | clipboard |
| detail | No | Vision detail level. 'low' is cheaper and faster; 'high' for fine text. | auto |
| prompt | No | Question or instruction about the image, e.g. 'What text is on this sign?' | Describe this image in detail, including any visible text. |
| maxTokens | No | Max tokens for the response. Defaults to 1024. |