npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

  1. Open your n8n instance and go to Settings > Community Nodes.
  2. Click Install.
  3. Enter the npm package name: n8n-nodes-atlascloud.
  4. Wait for the installation to complete and refresh the page.

Configuration

Credentials

To use these nodes, you need an API Key from AtlasCloud.

  1. Login to Atlas Cloud or Create an account.
  2. Navigate to the API Keys page in your settings.
  3. Create a new API Key.
  4. In n8n, add a new Credential type Atlas Cloud API and paste your API Key.

Usage Guide

Image & Video Generation

  1. Add the AtlasCloud Task Submit node.
  2. Select a Category (e.g., Text-to-Image).
  3. Select a specific Model.
  4. The node will automatically display the specific parameters for that model.
  5. Fill in the Prompt and other Required Parameters.
  6. Choose your Execution Mode:
    • Select Wait for Completion if you want the file output directly in this step.

Text Generation (LLM)

  1. Add the AtlasCloud Chat node.
  2. Select your credential.
  3. Choose a Model from the dropdown list.
  4. Enter your User Prompt.
  5. (Optional) Set a System Prompt to define the assistant's behavior.

Example Workflows

1. Simple Chatbot

Webhook → AtlasCloud Chat → Respond to Webhook

2. 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