n8n-nodes-minimax-chat
v0.1.5
Published
MiniMax Chat Model node for n8n - Use MiniMax AI models in your n8n workflows
Maintainers
Readme
n8n-nodes-minimax-chat
MiniMax Chat Model node for n8n - Use MiniMax AI models 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 node provides access to MiniMax AI chat models for use in n8n AI workflows.
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
Available Models
- 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
