Skip to content

AtlasCloudAI/n8n-nodes-atlascloud

Repository files navigation

Atlas Cloud nodes for n8n

npm version license stars PRs welcome

Use Atlas Cloud's 300+ AI models inside n8n workflows. Supports Sora 2 · Veo 3.1 · Kling 3 · Seedance 2 · Nano Banana Pro · GPT Image 2 · Flux 2 · Claude · GPT and more.

→ Get your free Atlas Cloud API key — one key, 300+ models, OpenAI-compatible.

🎬 New — Seedance 2.0: native audio-video, up to 15s, 1080p. Explore the Seedance 2.0 family on Atlas Cloud.

Supported Models

  • 🎬 Video — Seedance 2.0 · Kling 3 · Sora 2 · Veo 3.1 · HappyHorse 1 · Grok Imagine 1.5 · Wan 2.7
  • 🎨 Image — Nano Banana 2/Pro · GPT Image 2 · Flux 2 · Seedream 5
  • 💬 LLM — Claude · GPT · DeepSeek · MiniMax · Kimi · GLM · Qwen
  • 🔊 Audio — Grok TTS

…and 300+ models in total, all via one API. The nodes below adapt automatically to each model's parameters.

Contents

Features

💬 Atlas Cloud 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.

🚀 Atlas Cloud 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.

🔍 Atlas Cloud 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 Atlas Cloud.

  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.

See .env.example for the ATLASCLOUD_API_KEY environment variable format.

Usage Guide

Image & Video Generation

  1. Add the Atlas Cloud 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 Atlas Cloud 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

📥 Importable: ready-to-run .json workflows live in workflows/ — import, select your credential, and run. The diagrams below show the shape of each.

1. Simple Chatbot

Webhook → Atlas Cloud Chat → Respond to Webhook

2. Generate Image and Download

Start → Atlas Cloud Task Submit (Wait for Completion) → HTTP Request (Download Media)

3. Asynchronous Video Generation

Start → Atlas Cloud Task Submit (Submit Only) → Wait Node → Atlas Cloud Task Status (Wait for Completion)

More Atlas Cloud Tools

Docs: Model Library · Console

License

MIT

About

Atlas Cloud community nodes for n8n — call 300+ LLM, image & video models (Claude, GPT, Seedance 2, Kling 3, Flux 2…) inside your workflows.

Topics

Resources

License

Stars

14 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors