describe_region
Crop an image to a bounding box and describe that region in detail. Use after detect() to zoom in on specific objects.
Instructions
Crop an image to a bounding box and describe that region in detail. Use this after detect() to zoom in on specific objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | Bounding box as [ymin, xmin, ymax, xmax] normalized 0-1000 | |
| image | Yes | Path to the image file or URL (http/https) | |
| prompt | No | Optional question or instruction for the description | |
| provider | No | Vision provider to use (default: gemini) |