describe_image
Understand images locally by describing scenes, objects, colors, and UI elements. Ask questions or give instructions to get detailed text answers from on-device vision.
Instructions
Describe or understand one or more images with a local vision model (scene, objects, colors, UI, etc.). Returns JSON: {"text": ..., "mode": "image", "media": [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crop | No | Optional WxH+X+Y crop | |
| size | No | small=320px thumbnail, full=original size | |
| images | Yes | Image paths or URLs, at least one | |
| prompt | Yes | Question or instruction |