Overview
This node sends images along with a user prompt to the Claude AI model for analysis. It is useful for scenarios where you want to get descriptive or analytical responses about images, such as image recognition, content description, or visual data interpretation. For example, you can provide URLs of images and ask Claude to describe what is seen or answer questions related to the images.
Use Case Examples
- Analyzing product images to generate descriptions for e-commerce listings.
- Interpreting visual content in images for accessibility purposes.
- Extracting insights or answering questions about images in research or media contexts.
Properties
| Name | Meaning |
|---|---|
| Model | Selects the Claude AI model variant to use for the analysis. |
| System Prompt | An optional system-level instruction to guide the AI's behavior or response style, e.g., language or tone. |
| User Prompt | The main question or instruction to send to Claude about the images. This is required. |
| Image URLs | A comma-separated list of URLs pointing to the images to be analyzed by Claude. |
Output
JSON
json- The JSON response from the Claude API containing the analysis or answer based on the images and user prompt.
Dependencies
- Requires an API token credential for the Claude API to authenticate requests.
Troubleshooting
- Ensure the API token credential is correctly configured and has necessary permissions.
- Verify that the image URLs are accessible and publicly reachable by the Claude API service.
- Check that the user prompt is provided and not empty, as it is required for the request.
- If the API returns errors related to model selection, confirm the chosen model is valid and supported.
Links
- Anthropic Claude API Documentation - Official documentation for the Claude API used to send image and text data for analysis.