describe_image
Generate a text description of an image by providing a local file path or HTTP URL. Cloudflare Workers AI analyzes the image and returns a textual summary.
Instructions
Generate a text description of an image using a Cloudflare Workers AI image-to-text model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Local file path or HTTP(S) URL of the image to describe | |
| model | No | Model alias or full @cf/... id | |
| prompt | No | Instruction, e.g. "How many cats are in this image?" | |
| max_tokens | No | Response length cap | |
| temperature | No | Sampling temperature |