analyze_image
Analyze images via URL to answer questions, describe scenes, extract text, or identify objects using vision-language AI.
Instructions
Analyze an image using Qwen3-VL-8B vision-language model on Blaxel.
The image must be accessible via a public URL.
Examples:
- "What's in this image?"
- "Describe the scene"
- "What text is visible?"
- "Identify any people or objects"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | URL of the image to analyze (must be publicly accessible) | |
| question | No | Question or prompt about the image | Describe this image in detail. |
| max_tokens | No | Maximum tokens in response |