plemeo-analyze_image

Package Information

Released: 5/12/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.0
Author: jan.thanei

Documentation

n8n-nodes-plemeo-analyze-image

This is an n8n community node that allows you to analyze images using Plemeo AI's image analysis capabilities.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow these instructions to install this node:

Community Nodes (Recommended)

For users on n8n v0.187+:

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-plemeo-analyze-image in "Enter npm package name"
  4. Agree to the risks
  5. Select Install

Manual Installation

To install the node manually:

# npm
npm install n8n-nodes-plemeo-analyze-image

# OR yarn
yarn add n8n-nodes-plemeo-analyze-image

Usage

After installing the node, it will appear in the nodes panel under "Plemeo". The node requires the following:

  1. API Hostname - The hostname of your Plemeo AI server
  2. API Port - The port for the API endpoint
  3. API Path - The endpoint path (default: /send_image_message)
  4. API Key - Your API key for authentication
  5. User ID - Your Plemeo user ID
  6. Conversation ID - The conversation ID for context
  7. Organisation ID - Your organization ID
  8. AI Model - The AI model to use (default: gpt-4o)
  9. Is OpenAI Model - Whether the model is from OpenAI
  10. Message - The prompt/message for image analysis
  11. Images - One or more images to analyze

The node supports multiple image inputs and handles base64-encoded image data.

Resources

License

MIT

Discussion