n8n-nodes-atlascloud
v0.1.1
Published
AtlasCloud n8n community nodes (LLM + image/video generation)
Downloads
42
Readme
N8N Nodes for AtlasCloud
AtlasCloud is a cloud-based AI platform that provides high-performance model inference services. This n8n community node package allows you to seamlessly integrate AtlasCloud's infrastructure into your workflows, giving you access to popular Large Language Models (LLMs) and advanced Image/Video generation models.
Features
💬 AtlasCloud Chat
A powerful node for interacting with Large Language Models via an OpenAI-compatible interface.
- Wide Model Support: Access popular models including Claude, GPT, Gemini, and more.
- Customizable Prompts: Support for System Prompts and User Prompts.
- Advanced Configuration: Fine-tune generation with parameters like Temperature and Max Tokens.
- Extra Messages: Support for passing full conversation history or JSON-structured messages.
🚀 AtlasCloud Task Submit
A universal node for submitting AI generation tasks with intelligent parameter adaptation.
- Dynamic Model Discovery: Automatically loads available categories (Text-to-Image, Text-to-Video, etc.) and models.
- Smart Parameter Rendering: Dynamically renders required and optional parameters based on the selected model's schema.
- Flexible Execution Modes:
- Submit Only: Returns the prediction ID immediately for asynchronous processing.
- Wait for Completion: Automatically polls the status and returns the final result once generated.
🔍 AtlasCloud Task Status
A dedicated node for managing asynchronous tasks.
- Status Checking: Retrieve the current status of any prediction ID.
- Smart Polling: "Wait for Completion" mode with configurable polling intervals, timeouts, and retry logic.
Installation
- Open your n8n instance and go to Settings > Community Nodes.
- Click Install.
- Enter the npm package name:
n8n-nodes-atlascloud. - Wait for the installation to complete and refresh the page.
Configuration
Credentials
To use these nodes, you need an API Key from AtlasCloud.
- Login to Atlas Cloud or Create an account.
- Navigate to the API Keys page in your settings.
- Create a new API Key.
- In n8n, add a new Credential type Atlas Cloud API and paste your API Key.
Usage Guide
Image & Video Generation
- Add the AtlasCloud Task Submit node.
- Select a Category (e.g.,
Text-to-Image). - Select a specific Model.
- The node will automatically display the specific parameters for that model.
- Fill in the Prompt and other Required Parameters.
- Choose your Execution Mode:
- Select Wait for Completion if you want the file output directly in this step.
Text Generation (LLM)
- Add the AtlasCloud Chat node.
- Select your credential.
- Choose a Model from the dropdown list.
- Enter your User Prompt.
- (Optional) Set a System Prompt to define the assistant's behavior.
Example Workflows
1. Simple Chatbot
Webhook → AtlasCloud Chat → Respond to Webhook2. Generate Image and Download
Start → AtlasCloud Task Submit (Wait for Completion) → HTTP Request (Download Media)3. Asynchronous Video Generation
Start → AtlasCloud Task Submit (Submit Only) → Wait Node → AtlasCloud Task Status (Wait for Completion)Resources
License
MIT
