MiniMax-01

MiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding. It has 456 billion parameters, with 45.9 billion parameters activated per inference, and can handle a context of up to 4 million tokens. The text model adopts a hybrid architecture that combines Lightning Attention, Softmax Attention, and Mixture-of-Experts (MoE). The image model adopts the “ViT-MLP-LLM” framework and is trained on top of the text model. To read more about the release, see: https://www.minimaxi.com/en/news/minimax-01-series-2

ChatMiniMax1M tokens$0.218 / $1.1991 · 1M

minimax/minimax-01

Context
1M tokens
Completion cap
1,000,192
Tools
No
JSON
No
Released
2025-01-15

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax/minimax-01",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is MiniMax-01?
MiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding. It has 456 billion parameters, with 45.9 billion parameters activated per inference, and can handle a context of up to 4 million tokens. The text model adopts a hybrid architecture that combines Lightning Attention, Softmax Attention, and Mixture-of-Experts (MoE). The image model adopts the “ViT-MLP-LLM” framework and is trained on top of the text model. To read more about the release, see: https://www.minimaxi.com/en/news/minimax-01-series-2 MiniMax-01 runs on the Geek Hub API (OpenAI-compatible). Model id: minimax/minimax-01.
Is MiniMax-01 free?
No. Input is $0.218 per 1M tokens and output is $1.1991 per 1M tokens on Geek Hub (markup included).
What is the context length of MiniMax-01?
MiniMax-01 has a 1M tokens context window. It supports up to 1,000,192 completion tokens.
Does MiniMax-01 support tool calling and structured outputs?
MiniMax-01 does not advertise tool calling on this endpoint. Structured outputs are not listed for this endpoint.
When was MiniMax-01 released?
MiniMax-01 was released on 2025-01-15.

More models from MiniMax