analyze_image
Analyze images with vision AI: perform OCR, understand content, parse tables, and detect defects. Submit an image and prompt for detailed results.
Instructions
使用 GLM-4.6V-Flash 分析一张图片(OCR、内容理解、表格解析、缺陷检测等)。
Args: image: 图片地址,支持 http(s) URL、data URI,或本地图片文件路径。 prompt: 对图片提出的问题或指令。 thinking: 是否开启深度思考模式。 temperature: 采样温度,0~1。 max_tokens: 最大输出 token 数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| prompt | No | 请详细描述这张图片的内容。 | |
| thinking | No | ||
| max_tokens | No | ||
| temperature | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |