maia-router-chat-action

MAIA Router action nodes - Chat, Audio, Video, etc. (Cloud Compatible)

Package Information

Released: 11/12/2025
Downloads: 24 weekly / 272 monthly
Latest Version: 2.3.0
Author: MAIA Team

Documentation

MAIA Router Chat Action - n8n Node

npm version

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)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter @maia-id/n8n-nodes-maia-router-chat-action
  4. Click Install

Self-Hosted n8n

npm install @maia-id/n8n-nodes-maia-router-chat-action

Configuration

Credentials

  1. Create a new credential of type Maia Router API
  2. Enter your API key from MAIA Router

Example Usage

Chat Completion

  1. Add MAIA Router node
  2. Select resource: Chat
  3. Select operation: Message a model
  4. Set model: maia/gemini-2.5-flash
  5. Add messages with role (system/user/assistant) and content

Text to Speech

  1. Add MAIA Router node
  2. Select resource: Audio
  3. Select operation: Text to Speech
  4. Set model: openai/gpt-4o-mini-tts
  5. Enter text and select voice

Transcribe

  1. Add MAIA Router node
  2. Select resource: Audio
  3. Select operation: Transcribe
  4. Set model: openai/gpt-4o-mini-transcribe
  5. Choose audio source (binary data or URL)

Text To Video

  1. Add MAIA Router node
  2. Select resource: Video
  3. Select operation: Generate Video
  4. Set model: sora-2
  5. 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

Discussion