describe
Generate AI descriptions of images from a file path or URL using Gemini, OpenAI, or Claude. Answer questions about visual content for AI agents that need to understand images.
Instructions
Get an AI-generated description of an image. Supports multiple providers (Gemini, OpenAI, Claude).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Path to the image file or URL (http/https) | |
| detail | No | Level of detail in the description (default: detailed) | |
| prompt | No | Optional question or instruction for the description | |
| provider | No | Vision provider to use (default: gemini) |