llm_vision
Ask questions about images and receive text answers. Submit an image via URL or base64 for AI vision analysis.
Instructions
Image-to-text / OCR / VLM using the ai-vision model. Send an image (URL or base64) and get a description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Question about the image, e.g. 'Describe this image' | Décris cette image. |
| image_b64 | No | Base64-encoded image content (if no image_url) | |
| image_url | No | Image URL (http://...) or data:image/... base64 |