MiniMax-M3
By MiniMaxAI. 427.0 billion parameters, a context window of 1,048,576 tokens and the licence other.
Facts
- Released
- 2026-06-02 the day the repository was first published on Hugging Face Hugging Face, read
- Licence
- other the licence the model card declares Hugging Face, read
- Open weights
- Yes the weights are published in this Hugging Face repository Hugging Face, read
- Parameters
- 427.0 billion counted from the safetensors weight files Hugging Face, read
- Active parameters
- 5.8 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
- Knowledge cutoff
- Unknown
- Context window
- 1,048,576 tokens the maximum position embeddings in the model configuration model configuration, read
- Longest output
- Unknown
- Tool calling
- Unknown
- Structured output
- Unknown
- Reasoning controls
- Unknown
- Inputs and outputs
- text, image in, text out Hugging Face, read
- Good for
- Vision: Hugging Face files it under image-text-to-text Hugging Face, read
Prices
| Provider | Input | Output | Context | As of | Source |
|---|---|---|---|---|---|
| Nvidia direct | 0 USD | 0 USD | 1,000,000 | older than 30 days; check the provider | models.dev, read |
| CoreWeave direct | 0.230 USD | 0.960 USD | 262,144 | older than 30 days; check the provider | models.dev, read |
| Deep Infra direct | 0.280 USD | 1.10 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| Lilac direct | 0.280 USD | 1.10 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Abacus direct | 0.300 USD | 1.20 USD | 1,000,000 | older than 30 days; check the provider | models.dev, read |
| Hugging Face direct | 0.300 USD | 1.20 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| Nebius Token Factory direct | 0.300 USD | 1.20 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Pioneer direct | 0.300 USD | 1.20 USD | 1,000,000 | older than 30 days; check the provider | models.dev, read |
| SiliconFlow direct | 0.300 USD | 1.20 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Together AI direct | 0.300 USD | 1.20 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| GMI Cloud direct | 0.600 USD | 2.40 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
Run it on your own hardware
Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.
| Quantization | Weights | Memory at 8,192 tokens | Memory at 32,768 tokens |
|---|---|---|---|
| UD-IQ1_M | 120 GiB | 127 GiB | 130 GiB |
| UD-IQ2_XXS | 125 GiB | 132 GiB | 135 GiB |
| UD-IQ2_M | 125 GiB | 133 GiB | 135 GiB |
| UD-Q2_K_XL | 133 GiB | 141 GiB | 144 GiB |
| UD-IQ3_XXS | 148 GiB | 157 GiB | 160 GiB |
| UD-IQ3_S | 163 GiB | 172 GiB | 175 GiB |
| UD-Q3_K_M | 181 GiB | 192 GiB | 195 GiB |
| UD-Q3_K_XL | 181 GiB | 192 GiB | 195 GiB |
| UD-IQ4_NL | 197 GiB | 209 GiB | 211 GiB |
| UD-Q4_K_S | 231 GiB | 244 GiB | 246 GiB |
| MXFP4_MOE | 239 GiB | 252 GiB | 255 GiB |
| UD-Q4_K_M | 246 GiB | 260 GiB | 262 GiB |
| UD-Q4_K_XL | 247 GiB | 261 GiB | 263 GiB |
| UD-Q5_K_S | 278 GiB | 294 GiB | 296 GiB |
| UD-Q5_K_M | 296 GiB | 312 GiB | 315 GiB |
| UD-Q5_K_XL | 297 GiB | 313 GiB | 316 GiB |
| UD-Q6_K | 330 GiB | 348 GiB | 351 GiB |
| UD-Q6_K_XL | 361 GiB | 380 GiB | 383 GiB |
| Q8_0 | 422 GiB | 444 GiB | 447 GiB |
| UD-Q8_K_XL | 432 GiB | 456 GiB | 458 GiB |
| BF16 | 793 GiB | 835 GiB | 837 GiB |
Start it with a local runtime
- Ollama
ollama run hf.co/unsloth/MiniMax-M3-GGUF:UD-IQ1_M - LM Studio
lms get unsloth/MiniMax-M3-GGUF lms server start - llama.cpp server
llama-server -hf unsloth/MiniMax-M3-GGUF:UD-IQ1_M --jinja - vLLM
vllm serve MiniMaxAI/MiniMax-M3 - SGLang
sglang serve --model-path MiniMaxAI/MiniMax-M3 --port 30000
Use it from your harness
Set up for Abacus with the model MiniMaxAI/MiniMax-M3. Each endpoint page has the same setup for its own address.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"abacus": {
"npm": "@ai-sdk/openai-compatible",
"name": "Abacus",
"options": {
"baseURL": "https://routellm.abacus.ai/v1",
"apiKey": "{env:ABACUS_API_KEY}"
},
"models": {
"MiniMaxAI/MiniMax-M3": {
"name": "MiniMax-M3"
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"abacus": {
"baseUrl": "https://routellm.abacus.ai/v1",
"api": "openai-completions",
"apiKey": "$ABACUS_API_KEY",
"models": [
{
"id": "MiniMaxAI/MiniMax-M3"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and Abacus documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Claude Code sends Anthropic Messages requests, and Abacus documents no such address. A gateway that translates to that API can sit in between.
- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Other ways to reach it
- DeepInfra, model
MiniMaxAI/MiniMax-M3 - GMI Cloud, model
MiniMaxAI/MiniMax-M3 - Hugging Face, model
MiniMaxAI/MiniMax-M3 - Lilac, model
minimaxai/minimax-m3 - Nebius Token Factory, model
MiniMaxAI/MiniMax-M3 - Nvidia, model
minimaxai/minimax-m3 - Pioneer, model
MiniMaxAI/MiniMax-M3 - SiliconFlow, model
MiniMaxAI/MiniMax-M3 - Together AI, model
MiniMaxAI/MiniMax-M3 - CoreWeave, model
MiniMaxAI/MiniMax-M3
Published results
These are results other people published. Baltor did not run them and does not rank models by them.
- Results the maker published on the model card published by MiniMaxAI Hugging Face, read
Sources of this page
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.