describe_image
Describes image content including subject, layout, and text. Accepts local paths, URLs, or base64 data, supporting up to 9 images per request.
Instructions
Describe the image content: subject, layout, text, details. Accepts 1 to 9 images; each image is described in the given order. Equivalent to analyze_image with the default description instruction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name, overrides the provider default model | |
| images | Yes | One image, or an array of up to 9 images. Each entry: local path / http(s):// URL / data: URI / raw base64 string; types can be mixed. Pass multiple images to compare, diff, or combine them (e.g. before/after pairs, several charts) — order matters. | |
| provider | No | Provider name (e.g. openai / dashscope / zhipu / ollama); defaults to the configured default |