Skip to main content
MiniMax provides hosted LLM models with both global and China-specific endpoints.

Setup

export MINIMAX_API_KEY=...

Config

{
  "providers": {
    "minimax": "${MINIMAX_API_KEY}"
  }
}

Use it

{
  "agents": [
    { "name": "coder", "model": "minimax:minimax-m1" }
  ]
}
Polpo auto-infers minimax from the minimax- prefix.

Models

ModelBest for
minimax-m1General-purpose tasks

Provider Details

Provider IDminimax
Env variableMINIMAX_API_KEY
API typeMiniMax API
Auto-infer prefixminimax-

China Endpoint

For users in China, use the minimax-cn provider:
export MINIMAX_CN_API_KEY=...
{
  "providers": {
    "minimax-cn": "${MINIMAX_CN_API_KEY}"
  }
}