Views
No views yet
Developed by AxionML for open-source serving and deployment use cases. Part of AxionML's effort to provide ready-to-serve quantized models for the community.
Ready for commercial and non-commercial use under Modified MIT.
| Architecture | Mixture-of-Experts (MoE) |
| Total Parameters | 1T |
| Activated Parameters | 32B |
| Number of Layers | 61 (including 1 dense layer) |
| Number of Experts | 384 routed, 1 shared, 8 selected per token |
| Attention Mechanism | MLA |
| Activation Function | SwiGLU |
| Vision Encoder | MoonViT (400M parameters) |
| Context Length | 256K |
| Vocabulary Size | 160K |
| Benchmark | Kimi K2.5 (Thinking) |
|---|---|
| Reasoning & Knowledge | |
| HLE-Full | 30.1 |
| HLE-Full (w/ tools) | 50.2 |
| AIME 2025 | 96.1 |
| HMMT 2025 (Feb) | 95.4 |
| IMO-AnswerBench | 81.8 |
| GPQA-Diamond | 87.6 |
| MMLU-Pro | 87.1 |
| Image & Video | |
| MMMU-Pro | 78.5 |
| CharXiv (RQ) | 77.5 |
| MathVision | 84.2 |
| MathVista (mini) | 90.1 |
| ZeroBench | 9 |
| Coding | |
| SWE-bench Verified | 65.4 |
| LiveCodeBench | 74.6 |
| Codeforces | 2131 |
| Agentic | |
| TAU-Bench (Airline) | 72.6 |
| TAU-Bench (Retail) | 68.4 |
| OSWorld (15 steps) | 41.2 |
| BrowserGym | 57.3 |
Scores are from the Kimi-K2.5 model card. MXFP8 quantization is expected to produce negligible accuracy degradation (<0.5%) on these benchmarks.
1python3 -m sglang.launch_server \
2 --model-path AxionML/Kimi-K2.5-MXFP8 \
3 --tp 8 \
4 --trust-remote-code1python3 examples/llm_ptq/hf_ptq.py \
2 --pyt_ckpt_path moonshotai/Kimi-K2.5 \
3 --qformat mxfp8 \
4 --export_path ./kimi-k2.5-mxfp8