MiniMax (China)
Use minimax-cn/<model> with VoltAgent's model router. This provider routes to the China-region endpoint at https://api.minimaxi.com/v1.
Quick start
import { Agent } from "@voltagent/core";
const agent = new Agent({
name: "minimax-cn-agent",
instructions: "You are a helpful assistant",
model: "minimax-cn/MiniMax-M2.7",
});
Environment variables
MINIMAX_API_KEY
Provider package
@ai-sdk/openai-compatible
Default base URL
https://api.minimaxi.com/v1
You can override the base URL by setting MINIMAX_CN_BASE_URL.
Provider docs
Models
| Model | Context | Description |
|---|---|---|
| MiniMax-M2.7 | 1M tokens | Latest flagship model |
| MiniMax-M2.7-highspeed | 1M tokens | Optimized for speed |
| MiniMax-M2.5 | 1M tokens | Previous generation |
| MiniMax-M2.5-highspeed | 204K tokens | Fast inference |
| MiniMax-M2.1 | 1M tokens | Legacy |
| MiniMax-M2 | 1M tokens | Legacy |