MiniMax-01
MiniMax's 2025 open-weight model with a 4M-token context window
MiniMax-01 is an open-weight model family that the Chinese AI lab MiniMax released in January 2025, combining a text model (MiniMax-Text-01) and a vision-language model (MiniMax-VL-01) built on the same hybrid architecture. It uses a mixture-of-experts design with 456 billion total parameters and about 45.9 billion active per token, and mixes Lightning Attention with regular softmax attention to make very long sequences computationally practical. The headline feature is context length: the model can handle inputs up to 4 million tokens, well beyond what most competing models support at the time, while API-hosted versions typically expose a 1 million token window.
MiniMax released the weights under an Apache 2.0 license on Hugging Face and also offers the model through its own API, priced at $0.20 per million input tokens and $1.10 per million output tokens, undercutting most Western frontier-model pricing. It targets use cases like long-document analysis, extended agent workflows, and codebase-level reasoning where context length is the limiting factor rather than raw parameter count.