#62 · Primary category: Foundation Models
MiniMax-M1
MiniMax-M1, the world's first open-weight, large-scale hybrid-attention reasoning model.
Project last updated:07/07/25
GitHub Stars
3.2K
Forks
283
Contributors
4
License
Apache-2.0
Why we included this project
MiniMax-M1 is an open-weight reasoning model built around a hybrid-attention design: it pairs standard attention with a linear "lightning" attention mechanism, and the accompanying paper shows this lets it scale test-time compute efficiently, which matters when you're paying for long chain-of-thought inference at volume. Because the weights are out in the open, you can self-host it, run it through your own serving stack, or fine-tune it toward a domain instead of being locked into a single closed API. That makes it a genuine alternative for teams weighing open reasoning models against commercial ones. The repo is the straightforward landing point for the release, with the architecture, benchmark results, and the deployment notes a small team would need to get started.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities