describe_image
Produce detailed textual descriptions of one or more images so text-only models can reason about visual content, supporting scene/UI understanding and multi-image uploads.
Instructions
Produce a detailed textual description of one or more images so a text-only model can reason about them. Prefer for general scene/UI understanding and multi-upload context dumps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Local file path, file:// URI, http(s) URL, data URL, or base64 image data | |
| images | No | One or more images. Prefer this for multi-image chats: ["path/a.png", "path/b.png"] or [{source, label: "1"}, {source, label: "2"}]. Labels default to "1", "2", ... | |
| prompt | No | Optional extra instruction for the vision model | |
| mimeType | No | Optional MIME type hint for a single bare-base64 `image` input, e.g. image/png |