describe_image
Describe image content from a local file path. Supports brief, detailed, or exhaustive text summaries, enabling visionless LLM clients to interpret images via Ollama models.
Instructions
Describe the content of an image file.
Args: image_path: Absolute path to the image file (png, jpg, webp, gif) detail_level: Level of detail - "brief", "detailed", or "exhaustive"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | ||
| detail_level | No | detailed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |