MiniMax provides AI models through an OpenAI-compatible API. docker-agent includes built-in support for MiniMax as an alias provider.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/docker/docker-agent/llms.txt
Use this file to discover all available pages before exploring further.
Setup
- Get an API key from minimaxi.com.
- Set the environment variable:
Configuration
- Inline
- Named model
Available models
Check the MiniMax documentation for the current model catalog.| Model | Description |
|---|---|
MiniMax-M2.5 | Peak performance, 204K context |
MiniMax-M2.5-highspeed | Same capability as M2.5, ~100 tps |
MiniMax-M2.1 | Multi-language programming capabilities |
MiniMax-M2.1-highspeed | Faster variant of M2.1, ~100 tps |
MiniMax-M2 | Agentic capabilities, advanced reasoning |
How it works
MiniMax is a built-in alias provider:- API type:
openai_chatcompletions - Base URL:
https://api.minimax.io/v1 - Token variable:
MINIMAX_API_KEY