analyzeImage
Analyze images locally to generate detailed descriptions using a vision-language model, providing privacy-focused visual processing without external API dependencies.
Instructions
Analyze an image and return a detailed description. Uses local Qwen3 VL 4B model via LM Studio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePath | Yes | Path to the image file to analyze | |
| prompt | No | Optional analysis prompt (default: "Describe this image in detail") |