recognize_image
Analyze any image from a local file path, URL, or clipboard using an OpenAI-compatible vision model to get a textual answer to your prompt.
Instructions
Recognize / analyze an image via an OpenAI-compatible vision model. Supports a local file path, an http(s) URL, or the literal 'clipboard'. Returns the model's textual answer to your prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Local file path | http(s) URL | the literal 'clipboard' | |
| model | No | Override the configured vision model id | |
| detail | No | OpenAI vision detail level (default: high) | |
| prompt | No | Question or instruction about the image | Describe this image in detail. |
| max_tokens | No | Max tokens for the response |