analyze_image
Analyze images from a URL using NVIDIA NIM vision models. Provide a prompt to get detailed descriptions, captioning, or visual Q&A.
Instructions
Analyze and describe images using NVIDIA NIM vision and multimodal models. Provide an image URL and a prompt/question to get detailed analysis, captioning, or visual Q&A.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Vision/multimodal model ID (e.g., meta/llama-3.2-90b-vision-instruct, meta/llama-3.2-11b-vision-instruct, nvidia/neva-22b, microsoft/phi-3.5-vision-instruct) | |
| top_p | No | Nucleus sampling parameter | |
| detail | No | Image detail level for analysis | auto |
| prompt | Yes | Analysis prompt or question about the image (e.g., 'Describe this image', 'What objects are in this image?', 'Extract text from this image') | |
| image_url | Yes | URL of the image to analyze | |
| max_tokens | No | Maximum tokens in response | |
| temperature | No | Sampling temperature | |
| system_prompt | No | System prompt to guide the analysis |