recognize_image
Provide image understanding to text-only LLMs by converting images into text descriptions via a vision model.
Instructions
Recognize and analyze the given image(s) with a vision model and return a text description. Use this to give text-only LLMs like DeepSeek image understanding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Vision model id (default: composer-2). | |
| images | Yes | Image data URI (data:image/png;base64,...), http(s) URL, or local image file path to recognize. | |
| instruction | No | What to ask about the image. Default: 请详细描述这张图片的内容、画面元素和任何可见文字。 |