compare_images
Compares two images provided as paths, base64 data, or URLs, and summarizes visual differences for text-only agents. Accepts optional instructions and detail level.
Instructions
【仅限 GLM/DeepSeek 系列模型调用】Compare two images and summarize relevant differences for a text-only agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstImage | Yes | ||
| secondImage | Yes | ||
| instruction | No | Optional comparison instruction or focus. | |
| detail | No | How much visual detail to request from the vision model. | medium |
| maxTokens | No | ||
| model | No | Optional Claude model override. Defaults to VISIONTOOL_MODEL or claude-opus-4-8. | |
| _caller_model | No | 【限制项】调用方模型名。仅限 GLM / DeepSeek 系列模型调用此工具,其他模型将被拒绝。 |