Views
No views yet

| Option | Description |
|---|---|
| PRISM PRO VIP Membership | Access to all PRISM models |
| Bitcoin | bc1qarq2pyn4psjpcxzp2ghgwaq6y2h4e53q232x8r |

| Specification | Value |
|---|---|
| Architecture | Sparse Mixture-of-Experts (MoE) |
| Training | Extensive RL in 200K+ real-world environments |
| Languages | 10+ (Go, C, C++, TypeScript, Rust, Kotlin, Python, Java, JavaScript, PHP, Lua, Dart, Ruby) |
| Inference Speed | 100 tok/s (Lightning) / 50 tok/s (Standard) |
| Library | transformers |
| Benchmark | MiniMax-M2.5 | Claude Opus 4.6 | Gemini 3 Pro | GPT-5.2 |
|---|---|---|---|---|
| SWE-Bench Verified | 80.2 | 78.9 | 74.0 | 72.6 |
| Multi-SWE-Bench | 51.3 | 50.8 | — | — |
| SWE-Bench Multilingual | 55.6 | — | — | — |
| Terminal-Bench 2.0 | 51.5 | 52.1 | — | — |
| Benchmark | MiniMax-M2.5 | Claude Opus 4.6 | Gemini 3 Pro | GPT-5.2 |
|---|---|---|---|---|
| BrowseComp | 76.3 | 71.2 | 62.4 | 57.8 |
| Benchmark | MiniMax-M2.5 | Claude Opus 4.6 | Gemini 3 Pro | GPT-5.2 |
|---|---|---|---|---|
| AIME25 | 86.3 | 95.6 | 96.0 | 98.0 |
| GPQA-D | 85.2 | 90.0 | 91.0 | 90.0 |
| HLE w/o tools | 19.4 | 30.7 | 37.2 | 31.4 |
| SciCode | 44.4 | 52.0 | 56.0 | 52.0 |
| IFBench | 70.0 | 53.0 | 70.0 | 75.0 |
1~/llama.cpp/build/bin/llama-cli \
2 -m ../outputs/MiniMax-M2.5-PRISM-PRO-[QUANT].gguf \
3 --jinja \
4 -ngl 999 \
5 --repeat_penalty 1.15 \
6 --temp 1.0 \
7 --top_p 0.95 \
8 --top_k 40Replace[QUANT]with your quantization level (e.g.Q8_0, etc.).
| Use Case | Temperature | Top-P | Top-K | Repeat Penalty | Max New Tokens |
|---|---|---|---|---|---|
| Reasoning / Coding | 1.0 | 0.95 | 40 | 1.15 | 32768 |
| General Chat | 0.6 | 0.95 | 40 | 1.15 | 4096 |
| Agentic / Tool Use | 1.0 | 0.95 | 40 | 1.15 | 32768 |
| Version | Description | Access |
|---|---|---|
| PRISM-LITE | Abliterated with PRISM-LITE pipeline — removes over-refusal while preserving core capabilities | Free on Hugging Face |
| PRISM-PRO | Full PRISM-PRO ablation — Full Production Level Mode suppression of propaganda/refusal mechanisms with maximum capability retention | Ko-fi |