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.
- 🎬 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.
- Supported Models
- Features
- Installation
- Configuration
- Example Workflows
- More Atlas Cloud Tools
- License
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.
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.
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.
- 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.
To use these nodes, you need an API Key from Atlas Cloud.
- 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.
See .env.example for the ATLASCLOUD_API_KEY environment variable format.
- Add the Atlas Cloud 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.
- Add the Atlas Cloud 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.
📥 Importable: ready-to-run .json workflows live in workflows/ — import, select your credential, and run. The diagrams below show the shape of each.
Webhook → Atlas Cloud Chat → Respond to Webhook
Start → Atlas Cloud Task Submit (Wait for Completion) → HTTP Request (Download Media)
Start → Atlas Cloud Task Submit (Submit Only) → Wait Node → Atlas Cloud Task Status (Wait for Completion)
- 🧰 Want to use it from the terminal? → atlascloud-cli
- 🤖 Want to use it in Claude Code / Cursor? → Atlas Cloud MCP Server
- 🎬 Want it as a Claude Code / Codex / Gemini CLI Skill? → atlas-cloud-skills
- 🎨 ComfyUI nodes → atlascloud_comfyui
- 🔁 n8n nodes → n8n-nodes-atlascloud
- 💬 Join our Discord → discord.gg/MWmMr4q9es
- 🌐 Website → atlascloud.ai
Docs: Model Library · Console
MIT