Image-Text-to-Text
Transformers
Safetensors
kimi_k25
feature-extraction
compressed-tensors
conversational
custom_code
Eval Results
Instructions to use moonshotai/Kimi-K2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moonshotai/Kimi-K2.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="moonshotai/Kimi-K2.5", trust_remote_code=True) messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("moonshotai/Kimi-K2.5", trust_remote_code=True, dtype="auto") - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use moonshotai/Kimi-K2.5 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "moonshotai/Kimi-K2.5" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "moonshotai/Kimi-K2.5", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/moonshotai/Kimi-K2.5
- SGLang
How to use moonshotai/Kimi-K2.5 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "moonshotai/Kimi-K2.5" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "moonshotai/Kimi-K2.5", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "moonshotai/Kimi-K2.5" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "moonshotai/Kimi-K2.5", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use moonshotai/Kimi-K2.5 with Docker Model Runner:
docker model run hf.co/moonshotai/Kimi-K2.5
Add Open Agent Leaderboard evaluation results
#118 opened about 5 hours ago
by
Elron
Add Claw-Eval evaluation results
#117 opened 13 days ago
by
SaylorTwift
Add VideoMME v2 evaluation results
#116 opened 18 days ago
by
nielsr
Create .eval_results/apex-swe.yaml
#114 opened 26 days ago
by
madhavan113
Create .eval_results/apex-agents.yaml
#113 opened 26 days ago
by
madhavan113
Fix: accept add_special_tokens in encode() for HuggingFace API compatibility
#112 opened 26 days ago
by
reflectio
Kimi-K2.5 INT4 compressed-tensors currently blocked on NVIDIA GB10 / SM 12.1 (vLLM + SGLang)
1
#111 opened 28 days ago
by
ArtemBIG3
Add the vit structure that is not quantized in the weight to ignore list in config.json.
1
#109 opened about 1 month ago
by
WangBei25
Add tokenizer.json for Kimi K2.5
3
#108 opened about 1 month ago
by
hoangquan456
How to return the structured output
#107 opened about 1 month ago
by
Cripple-Lee
model output does not follow the tool call format
👍 2
#106 opened about 2 months ago
by
www-www
Update modeling_deepseek.py
#105 opened about 2 months ago
by
fxmarty-amd
Add YC-Bench evaluation results (avg $408,822)
#104 opened about 2 months ago
by
RiddleHe
Bug: Inconsistent to generation_config.json
#103 opened about 2 months ago
by
baseten-admin
Is the evaluation framework using mini-swe-agent?
#102 opened about 2 months ago
by
zhang7471
Add SWE-bench Pro evaluation result (50.7%)
2
#101 opened 2 months ago
by
SaylorTwift
Support for video input and "4x temporal compression" with vLLM / SGLang
👍 2
#99 opened 2 months ago
by
yzyy73
fp8 fmt for hopper ep deploy?
#98 opened 3 months ago
by
whybeyoung
Add SWE-Bench Verified evaluation results
#97 opened 3 months ago
by
nielsr
Add MathArena evaluation result for hmmt/hmmt_feb_2026
#95 opened 3 months ago
by
JasperDekoninck
Very good model for simulating Baba Vanga
7
#94 opened 3 months ago
by
krustik
About Kimi Code
🚀 1
#93 opened 3 months ago
by
llMss12
clone this
1
#92 opened 3 months ago
by
givikjathan
fix AttributeError: 'MoonViT3dEncoder' object has no attribute 'use_deterministic_attn'
2
#91 opened 3 months ago
by
katuni4ka
Add Terminal-Bench evaluation result (43.2%)
#90 opened 3 months ago
by
burtenshaw
Possibility of a 10b model?
#89 opened 3 months ago
by
Crownelius
Add MathArena evaluation result for aime/aime_2026
#88 opened 3 months ago
by
JasperDekoninck
Does Kimi2.5 only score 72.57 on tau2-bench?
1
#87 opened 3 months ago
by
Alicia-Ross
All good
2
#86 opened 3 months ago
by
suprapto089
pathed_the_params.bash
#80 opened 3 months ago
by
Kjppmp
Can someone abliterate this model please
2
#79 opened 3 months ago
by deleted
BF16/FP8 version availability?
2
#77 opened 3 months ago
by
JFLOR274
Ai _chAt bot
1
#74 opened 3 months ago
by
vijaybarman3
Kimi K2.5 slow?
2
#72 opened 3 months ago
by
sebastienbo
Knowledge Cut-off
#71 opened 3 months ago
by
virtualhat
H200 - zero gpu
#70 opened 3 months ago
by
rahul7star
未正确识别工具调用
👍 2
4
#69 opened 3 months ago
by
yeguangsuixing
Model parameters confusion
1
#67 opened 3 months ago
by
Ujjwal-Tyagi
Add converted tokenizer (no trust_remote_code needed)
2
#66 opened 3 months ago
by
ArthurZ
first commit
#65 opened 3 months ago
by
pika19
多图输入的占位符或顺序?
4
#63 opened 3 months ago
by
noobimp
Value error, Model architectures ['KimiK25ForConditionalGeneration'] are not supported for now. Supported architectures:
1
#62 opened 3 months ago
by
jianyoulin
performance of quantized models
3
#61 opened 3 months ago
by
darvec
400 Bad Request when deploying Kimi-K2.5 with vllm-0.15.0
1
#60 opened 3 months ago
by
tuo02
hi, who are you? -> I am Claude.
6
#59 opened 3 months ago
by
Jeol
Navigation of hugging face
#55 opened 3 months ago
by
Xaviercrypt01