Generate alt text (vision)
generate_alt_textGenerate descriptive alt text for images using a vision model. Provide an image URL or a CSS selector on a page to produce WCAG-compliant alt attributes.
Instructions
Describe an image for an HTML alt attribute using a vision model. The ONLY LLM-backed tool. Provide either imageUrl, or selector + pageUrl to locate an on a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageUrl | No | Page URL to load when using `selector` to locate the image. | |
| imageUrl | No | Direct http(s):// URL of the image. For local images, use selector + pageUrl. | |
| selector | No | CSS selector of an <img> on `pageUrl` (alternative to imageUrl). |