How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf AaryanK/MiniMax-M2.1-GGUF:
# Run inference directly in the terminal:
llama cli -hf AaryanK/MiniMax-M2.1-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf AaryanK/MiniMax-M2.1-GGUF:
# Run inference directly in the terminal:
llama cli -hf AaryanK/MiniMax-M2.1-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf AaryanK/MiniMax-M2.1-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf AaryanK/MiniMax-M2.1-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf AaryanK/MiniMax-M2.1-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf AaryanK/MiniMax-M2.1-GGUF:
Use Docker
docker model run hf.co/AaryanK/MiniMax-M2.1-GGUF:
Quick Links

MiniMax-M2.1-GGUF

I am currently looking for open positions! πŸ€— If you find this model useful or are looking for a talented AI/LLM Engineer, please reach out to me on LinkedIn: Aaryan Kapoor.

Description

This repository contains GGUF format model files for MiniMaxAI's MiniMax-M2.1.

MiniMax-M2.1 is a state-of-the-art agentic model optimized for coding, tool use, and long-horizon planning. It demonstrates exceptional performance on benchmarks like SWE-bench Verified and VIBE, outperforming or matching models like Claude Sonnet 4.5 in multilingual coding tasks.

About GGUF

GGUF is a new format introduced by the llama.cpp team. It is a replacement for GGML, which is no longer supported by llama.cpp.

How to Run (llama.cpp)

Recommended Parameters: The original developers recommend the following settings for best performance:

  • Temperature: 1.0
  • Top-P: 0.95
  • Top-K: 40

CLI Example

image

./llama-cli -m MiniMax-M2.1.Q4_K_M.gguf \
  -c 8192 \
  --temp 1.0 \
  --top-p 0.95 \
  --top-k 40 \
  -p "You are a helpful assistant. Your name is MiniMax-M2.1 and is built by MiniMax.\n\nUser: Write a Python script to analyze a CSV file.\nAssistant:" \
  -cnv
Downloads last month
269
GGUF
Model size
229B params
Architecture
minimax-m2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ 1 Ask for provider support

Model tree for AaryanK/MiniMax-M2.1-GGUF

Quantized
(38)
this model