Back to Models
M

MiniMax-01

MiniMax
by MiniMax

Large Mixture-of-Experts model with 456B parameters and 45.9B active. Massive 1M token context window.

Jan 15, 2025

Specifications

Context Length
1M
1,000,000 tokens
Input Price
$0.20
per 1M tokens
Output Price
$1.10
per 1M tokens
Modalities
2
text→text, image+text→text

Capabilities

text generationchatfunction callingvision

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

minimax/minimax-01
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-01",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'