analyze_image
Analyze an image to get a detailed text description. Accepts local files, URLs, or base64 strings; optionally ask a specific question to focus the analysis.
Instructions
Understand an image and return a detailed text description.
Use this when you need to "see" an image — DeepSeek-V4 cannot read images
directly. Accepts an image as a local file path, an HTTP(S) URL, a data URI,
or a base64 string. Optionally pass question to focus the analysis
(e.g. "What error is shown in this screenshot?", "Read the chart values.").
Returns structured text you can reason over. Requires a configured vision
provider (VISION_*); degrades to metadata + OCR without one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| question | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |