Package Information
Released: 11/12/2025
Downloads: 24 weekly / 272 monthly
Latest Version: 2.3.0
Author: MAIA Team
Available Nodes
Documentation
MAIA Router Chat Action - n8n Node
Cloud Compatible ✅ | Works on both n8n Cloud and Self-hosted
This package provides action-based operations for MAIA Router in n8n.
Features
MAIA Router Node
Direct API operations with full control:
- Chat Completion - Generate chat responses
- Generate Audio - Convert text to audio
- Transcribe Audio - Convert audio to text
- Generate Video - Generate video from text
- Generate Image - Generate image from text
- Edit Image - Edit existing image
Installation
n8n Cloud (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
@maia-id/n8n-nodes-maia-router-chat-action - Click Install
Self-Hosted n8n
npm install @maia-id/n8n-nodes-maia-router-chat-action
Configuration
Credentials
- Create a new credential of type Maia Router API
- Enter your API key from MAIA Router
Example Usage
Chat Completion
- Add MAIA Router node
- Select resource: Chat
- Select operation: Message a model
- Set model:
maia/gemini-2.5-flash - Add messages with role (system/user/assistant) and content
Text to Speech
- Add MAIA Router node
- Select resource: Audio
- Select operation: Text to Speech
- Set model:
openai/gpt-4o-mini-tts - Enter text and select voice
Transcribe
- Add MAIA Router node
- Select resource: Audio
- Select operation: Transcribe
- Set model:
openai/gpt-4o-mini-transcribe - Choose audio source (binary data or URL)
Text To Video
- Add MAIA Router node
- Select resource: Video
- Select operation: Generate Video
- Set model:
sora-2 - Enter prompt
Need AI Agent Support?
For LangChain AI Agent support (self-hosted only), install:
@maia-id/n8n-nodes-maia-router
Resources
Support
For issues and feature requests, please visit the GitHub Issues.
License
MIT