Description
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 AI responses
- Text to Speech – Convert text to audio
- Transcribe – Convert audio to text
- Generate Video – Create videos from text prompts
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)
Generate Video
- Add MAIA Router node
- Select resource: Video
- Select operation: Generate Video
- Set model:
sora-2orsora-2-pro - Enter your text prompt describing the video
- Optionally configure:
- Size (1280×720, 1920×1080, 720×1280, 1080×1920)
- Duration in seconds
Resources
License
MIT