n8n-nodes-minimax-chat
v0.1.10
Published
MiniMax Chat Model and TTS nodes for n8n - Use MiniMax AI models and speech in your workflows
Maintainers
Readme
n8n-nodes-minimax-chat
MiniMax Chat Model and TTS nodes for n8n - Use MiniMax AI models and speech in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
MiniMax is an AI platform that provides various language models for chat, text generation, and more.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This package provides:
- MiniMax Chat Model node for n8n AI workflows
- MiniMax TTS node for text-to-speech generation
Credentials
To use this node, you need a MiniMax API key:
- Sign up at MiniMax Platform
- Get your API Key from the console
- Create a new credential in n8n with your API Key
Compatibility
- Requires n8n version 1.19.0 or higher
- Uses
@n8n/ai-node-sdk
Usage
- Install this community node in n8n
- Add the "MiniMax Chat Model" node to your workflow
- Connect it to an AI Chain node (like Basic LLM Chain)
- Configure your MiniMax API credentials
MiniMax TTS Usage
- Add the "MiniMax TTS" node to your workflow
- Configure Text, Voice ID, and optional Voice/Audio settings
- Execute the node to receive synthesized audio response data
TTS Endpoint
- Uses
POST /v1/t2a_v2 - Supports model
speech-2.8-hd - Supports voice settings, audio settings, pronunciation tone list, and subtitles toggle
- Supports
Output Format(urlorhex) for non-streaming mode; default isurl - When response contains a URL audio payload, node also exposes it as
audio_url - Can return binary audio on
binary.audio(enabled by default) so downstream file nodes can save it directly
Available Models
- MiniMax-M2.7
- MiniMax-M2.5
- MiniMax-M2.1
Options
- Sampling Temperature: Controls randomness (0-1)
- Nucleus Sampling (Top P): Controls diversity via nucleus sampling
- Max Tokens: Maximum tokens to generate
Example Workflow
[Chat Trigger] → [MiniMax Chat Model] → [Basic LLM Chain]Resources
Version History
0.1.0
- Initial release
- Support for MiniMax Chat models
- API v2 endpoint integration
