describe_image
Generate text descriptions, captions, or alt text for images. Choose brief, detailed, or exhaustive detail to get the summary you need.
Instructions
Generate a text description of an image.
Useful when you need a caption, alt text, or a general summary of what an image contains without asking a specific question.
Args:
image: The image to describe (file path, URL, or base64).
detail_level: How detailed the description should be.
Options: "brief", "detailed", "exhaustive".
Default: "detailed".
Returns: A text description of the image.
Examples: >>> describe_image("/tmp/product.jpg") >>> describe_image("https://site.com/scene.png", "brief")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| detail_level | No | detailed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |