packages/docs/plugin-registry/llm/minimax.md
The MiniMax plugin connects Eliza agents to MiniMax's language models, providing access to their text generation and multimodal capabilities.
On-demand plugin. This plugin is resolved from the remote elizaOS plugin registry and auto-installs when its API key is detected. It is not included in Eliza's bundled
plugins.jsonindex.
Package: @elizaos/plugin-minimax
eliza plugins install @elizaos/plugin-minimax
MiniMax does not have an env-var auto-enable trigger. Enable it explicitly in your config:
{
"auth": {
"profiles": {
"default": {
"provider": "minimax"
}
}
},
"plugins": {
"allow": ["@elizaos/plugin-minimax"]
}
}
Set your MiniMax API credentials:
export MINIMAX_API_KEY=your-minimax-api-key
export MINIMAX_GROUP_ID=your-group-id
| Model | Description |
|---|---|
abab6.5s-chat | Standard chat model |
abab6.5-chat | Enhanced chat model |
abab5.5-chat | Lighter, faster model |