Package Information
Released: 1/13/2025
Downloads: 67 weeklyย /ย 214 monthly
Latest Version: 0.1.6
Author: shahrear-vlm
Available Nodes
Documentation
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, and documents using Vision Language Models (VLMs).
n8n is a fair-code licensed workflow automation platform.
๐พ Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-vlmrun
โ๏ธ Operations
- Extract Data: Extract structured data from images using VLM Run's pre-defined schemas
- Custom Schema: Use your own custom schema to extract specific data from visual content
- Process Documents: Extract information from documents like invoices, IDs, and more
- Visual ETL: Integrate visual data extraction into your automated workflows
๐ฏ Available Actions
๐๏ธ Doc AI Actions
- Resume Parser: Parse and extract structured data from resumes
- Invoice Parser: Extract information from invoice documents
- Presentation Parser: Parse and analyze presentation files
- AI Assisted Form Filling: Automated form filling using AI
๐ผ๏ธ Image AI Actions
- Image Captioning: Generate descriptive captions for images
๐ต Audio AI Actions
- Audio Transcription: Convert audio content to text
๐ค Agent AI Actions
- Github: GitHub repository analysis and insights
- LinkedIn: LinkedIn profile and data processing
- Market Research: Automated market research analysis
๐งช Experimental Actions
- Image Embeddings: Generate embeddings from images
- Document Embeddings: Create embeddings from documents
๐ Credentials
- Sign up for a VLM Run account at vlm.run
- Get your API key from the dashboard
- Use the API key in the n8n VLM Run node credentials
๐ฆ Compatibility
- Requires n8n version 1.0.0 or later
- Node.js version 18 or later
๐ Usage
Configure Credentials:
- Add your VLM Run API credentials in n8n
- Set the API base URL (default: https://api.vlm.run/v1)
Add VLM Run Node:
- Search for "VLM Run" in the n8n nodes panel
- Add it to your workflow
Configure Node:
- Select the operation (Extract Data, Custom Schema, etc.)
- Provide the input image URL or file
- Choose or define the schema for data extraction
- Configure any additional parameters
๐ธ Screenshots
Here are some screenshots of the n8n-nodes-vlmrun in action:
Overview of the VLM Run node in n8n
Example workflow using the VLM Run node
๐ Resources
๐ Version History
0.1.5 (Current)
- Initial public release
- Basic VLM Run integration
- Support for pre-defined schemas
- Custom schema support
- Document processing capabilities