describe_image
Turn images from local file paths or URLs into text descriptions. Use an optional prompt to ask about specific image details.
Instructions
Convert an image (JPEG, PNG, GIF or WebP) into a text description using a vision model. The image may be a local absolute file path or an http(s) URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Local absolute file path or http(s) URL of the image. | |
| prompt | No | Optional question or instruction about the image. Defaults to "What is in this image?". |