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 zenlm/zen5-mini-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf zenlm/zen5-mini-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf zenlm/zen5-mini-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf zenlm/zen5-mini-gguf:Q4_K_M
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 zenlm/zen5-mini-gguf:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf zenlm/zen5-mini-gguf:Q4_K_M
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 zenlm/zen5-mini-gguf:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf zenlm/zen5-mini-gguf:Q4_K_M
Use Docker
docker model run hf.co/zenlm/zen5-mini-gguf:Q4_K_M
Quick Links

Zen5 Mini

Frontier-agentic tier of the Zen5 family at the lowest cost in the lineup. Zen agentic MoE with ~10B active parameters per token; trained on large-scale real-world environment RL for tool use, code, and multi-step reasoning.

Repackaged from MiniMaxAI/MiniMax-M2.5 (modified-MIT, MiniMax) β€” quantized to GGUF from the abliterated variant by huihui-ai. Not trained from scratch β€” a permissively-licensed redistribution for the OSS-clean Zen model line.

Part of the canonical Zen5 ladder:

SKU Hardware fit This repo
zen5-flash anything (4 GB VRAM) zen-5-flash-gguf
zen5-mini 32 GB unified RAM (Q4_K_M) ← you are here
zen5 (default) 24 GB+ VRAM zen-5-gguf
zen5-pro Mac M4 Max / DGX Spark / H100 80GB zen-5-pro-gguf
zen5-max Mac Studio M3 Ultra 512GB / 8x H100 zen-5-max-gguf

Files

File Size Quant
main GGUF (*-Q4_K_M.gguf) ~140 GB Q4_K_M

Run

Hosted via the Hanzo gateway (api.hanzo.ai) as zen5-mini.

Local with llama.cpp or compatible:

hf download zenlm/zen-5-mini-gguf --local-dir gguf
MAIN=$(ls gguf/*-Q4_K_M.gguf | head -1)
llama-cli -m "$MAIN" -p "Reply in one sentence: what year is it?"

License

Upstream: MiniMaxAI/MiniMax-M2.5 by MiniMax, licensed modified-MIT (see the upstream LICENSE); abliterated variant by huihui-ai. This repository redistributes a quantized derivative; the upstream license terms are retained.

Downloads last month
99
GGUF
Model size
229B params
Architecture
minimax-m2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for zenlm/zen5-mini-gguf

Quantized
(63)
this model

Collection including zenlm/zen5-mini-gguf