Home
Softono
n8n-nodes-vlmrun

n8n-nodes-vlmrun

Open source MIT TypeScript
28
Stars
7
Forks
5
Issues
3
Watchers
2 months
Last Commit

About n8n-nodes-vlmrun

Official n8n custom node for VLM Run

Platforms

Web Self-hosted

Languages

TypeScript

VLM Run Logo

n8n-nodes-vlmrun

Website | Platform | Docs | Blog | Discord

NPM Version License Discord Twitter Follow

This is an n8n community node. It lets you use VLM Run in your n8n workflows.

VLM Run is a unified gateway for Visual AI that enables you to extract structured data from unstructured visual content like images, videos, audio, and documents using Vision Language Models (VLMs).

๐Ÿ’พ Installation

Follow the installation guide in the n8n community nodes documentation.

npm i @vlm-run/n8n-nodes-vlmrun

โš™๏ธ Operations

  • Analyze Audio: Analyze audio files for transcription, speaker identification, sentiment analysis, and more.
  • Analyze Document: Extract structured data from documents such as resumes, invoices, presentations, and more.
  • Analyze Image: Extract information or generate captions from images.
  • Analyze Video: Extract insights or transcribe content from video files.
  • Manage Files: List uploaded files or upload new files to VLM Run.

๐Ÿ”‘ Credentials

  1. Sign up for a VLM Run account at vlm.run
  2. Get your API key from the dashboard
  3. Use the API key in the n8n VLM Run node credentials

๐Ÿ“– Usage

  1. Configure Credentials:

  2. Add VLM Run Node:

    • Search for "VLM Run" in the n8n nodes panel
    • Add it to your workflow
  3. Configure Node:

    • Select the operation (Analyze Audio, Analyze Document, Analyze Image, Analyze Video, or Manage Files)
    • Provide the required input fields (such as file data, model, or domain)
    • Configure any additional parameters as needed
  4. Run the workflow to process your visual or audio data with VLM Run's AI models.

๐Ÿ“ธ Screenshots

Here are some screenshots of the n8n-nodes-vlmrun in action:

VLM Run Node Overview Overview of the VLM Run node in n8n

VLM Run Workflow Example Example workflow using the VLM Run node

๐Ÿ”— Resources

๐Ÿ› ๏ธ Example Use Cases

  • Extracting structured data from resumes, invoices, or utility bills
  • Cataloging and captioning product images
  • Transcribing and analyzing audio interviews or calls
  • Extracting insights from video content
  • Managing files in your VLM Run account from n8n workflows

๐Ÿ“„ License

MIT