Model reference · open weights

MiniMax-M1-80k

Available as managed deployment LLMs MiniMaxAI Text gen 1 variants 900 dl/mo

MiniMax-M1-80k is an open-weight language model from MiniMaxAI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerMiniMaxAI
TypeLanguage models
TaskText gen
Parameters (lead)456.1B
Runs withtransformers
Released2025-06-13
Popularity900 downloads / month
LicenceOpen weights

About

What MiniMax-M1-80k is

1. Model Overview

We introduce MiniMax-M1, the world's first open-weight, large-scale hybrid-attention reasoning model. MiniMax-M1 is powered by a hybrid Mixture-of-Experts (MoE) architecture combined with a lightning attention mechanism. The model is developed based on our previous MiniMax-Text-01 model, which contains a total of 456 billion parameters with 45.9 billion parameters activated per token. Consistent with MiniMax-Text-01, the M1 model natively supports a context length of 1 million tokens, 8x the context size of DeepSeek R1. Furthermore, the lightning attention mechanism in MiniMax-M1 enables efficient scaling of test-time compute – For example, compared to DeepSeek R1, M1 consumes 25% of the FLOPs at a generation length of 100K tokens. These properties make M1 particularly suitable for complex tasks that require processing long inputs and thinking extensively. MiniMax-M1 is trained using large-scale reinforcement learning (RL) on diverse problems ranging from traditional mathematical reasoning to sandbox-based, real-world software engineering environments. We develop an efficient RL scaling framework for M1 highlighting two perspectives: (1) We propose CISPO, a novel algorithm that clips importance sampling weights instead of token updates, which outperforms other competitive RL variants; (2) Our hybrid-attention design naturally enhances the efficiency of RL, where we address unique challenges when scaling RL with the hybrid architecture. We train two versions of MiniMax-M1 models with 40K and 80K thinking budgets respectively. Experiments on standard benchmarks show that our models outperform other strong open-weight models such as the original DeepSeek-R1 and Qwen3-235B, particularly on complex software engineering, tool using, and long context tasks. With efficient scaling of test-time compute, MiniMax-M1 serves as a strong foundation for next-generation language model agents to reason and tackle real-world challenges.

2. Evaluation

Performance of MiniMax-M1 on core benchmarks.

CategoryTaskMiniMax-M1-80KMiniMax-M1-40KQwen3-235B-A22BDeepSeek-R1-0528DeepSeek-R1Seed-Thinking-v1.5Claude 4 OpusGemini 2.5 Pro (06-05)OpenAI-o3
Extended Thinking80K40K32k64k32k32k64k64k100k
MathematicsAIME 202486.083.385.791.479.886.776.092.091.6
AIME 202576.974.681.587.570.074.075.588.088.9
MATH-50096.896.096.298.097.396.798.298.898.1
General CodingLiveCodeBench (24/8~25/5)65.062.365.973.155.967.556.677.175.8
FullStackBench68.367.662.969.470.169.970.3--69.3
Reasoning & KnowledgeGPQA Diamond70.069.271.181.071.577.379.686.483.3
HLE (no tools)8.4*7.2*7.6*17.7*8.6*8.210.721.620.3
ZebraLogic86.880.180.395.178.784.495.191.695.8
MMLU-Pro81.180.683.085.084.087.085.086.085.0
Software EngineeringSWE-bench Verified56.055.634.457.649.247.072.567.269.1
Long ContextOpenAI-MRCR (128k)73.476.127.751.535.854.348.976.856.5
OpenAI-MRCR (1M)56.258.6----------58.8--
LongBench-v261.561.050.152.158.352.555.665.058.8
Agentic Tool UseTAU-bench (airline)62.060.034.753.5--44.059.650.052.0
TAU-bench (retail)63.567.858.663.9--55.781.467.073.9
FactualitySimpleQA18.517.911.027.830.112.9--54.049.4
General AssistantMultiChallenge44.744.740.045.040.743.045.851.856.5

* conducted on the text-only HLE subset.

Our models are evaluated with temperature=1.0, top_p=0.95.

SWE-bench methodology

We report results derived from the Agentless scaffold. Departing from the original pipeline, our methodology employs a two-stage localization process (without any embedding-based retrieval mechanisms): initial coarse-grained file localization followed by fine-grained localization to specific files and code elements. The values for our models are calculated on the subset of n=486 verified tasks which work on our infrastructure. The excluded 14 test cases that were incompatible with our internal infrastructure are: "astropy__astropy-7606", "astropy__astropy-8707", "astropy__astropy-8872", "django__django-10097", "matplotlib__matplotlib-20488", "psf__requests-2317", "psf__requests-2931", "psf__requests-5414", "pylint-dev__pylint-6528", "pylint-dev__pylint-7277", "sphinx-doc__sphinx-10435", "sphinx-doc__sphinx-7985", "sphinx-doc__sphinx-8269", "sphinx-doc__sphinx-8475"

TAU-bench methodology

We evaluate TAU-Bench with GPT-4.1 as user model and without any custom tools. The maximum number of interaction steps is 40. Our general system prompt is:

- In each round, you need to carefully examine the tools provided to you to determine if any can be used.
- You must adhere to all of the policies. Pay attention to the details in the terms. Solutions for most situations can be found within these policies.

3. Recommendations for Minimax-M1 Model Usage

To achieve the best results with the Minimax-M1 model, we suggest focusing on two key points: Inference Parameters and the System Prompt.

3.1. Inference Parameters

  • Temperature: 1.0
  • Top_p: 0.95

This setting is optimal for encouraging creativity and diversity in

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys minimax-m1-80k for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (minimax-m1-80k below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"minimax-m1-80k","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms