read_image
Analyze local images using a vision model by providing a prompt to extract information, detect objects, or generate descriptions.
Instructions
Analyze an image using GLM-4.5V model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_p | No | Top-p sampling parameter (0.0-1.0) | |
| prompt | Yes | Text prompt describing what to analyze in the image | |
| image_path | Yes | Path to the local image file | |
| max_tokens | No | Maximum output tokens | |
| temperature | No | Sampling temperature (0.0-1.0) |