vision_analyze
Submit one or more images and a specific question to get a text answer from a vision model. Supports photos, charts, screenshots, and diagrams for visual understanding.
Instructions
Analyze one or more images with a vision model.
Works for photos, screenshots, UI layouts, charts, plots, schematics, etc. For text extraction prefer vision_ocr.
Args: images: Image references. Each item may be an http(s) URL, a local file path, or a data:image/...;base64,... data URI. prompt: The question or instruction for the vision model. Be as specific as possible (e.g. "What does this chart show? List the axes and trends."). model: Optional model name override (e.g. glm-4.6v). Defaults to the server's configured VISION_MODEL. max_tokens: Optional cap on the response length. thinking: Enable the reasoning chain (Zhipu glm-4.6v+; ignored by other providers that don't support it). Useful for complex charts/docs.
Returns: The model's text answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| images | Yes | ||
| prompt | Yes | ||
| thinking | No | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |