analyze_images
Analyze multiple images at once using paths, base64 data, or URLs to compare, spot differences, and gain combined understanding.
Instructions
同时分析多张图片(路径/base64/URL 混合),用于对比、找差异、多图综合理解
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | 覆盖默认的视觉模型,如 gpt-4o、qwen-vl-max | |
| images | Yes | 图片数组(最多 10 张) | |
| prompt | No | 视觉分析指令,例如:请识别图片中的文字 | |
| provider | No | 使用的 API 服务商名称(config.json 中配置) | |
| max_tokens | No | 生成的最大 token 数(可选,不传则由服务商决定) | |
| temperature | No | 采样温度,默认 0.7 |