Image-Text-to-Text
Transformers
Safetensors
kimi_k25
feature-extraction
compressed-tensors
conversational
custom_code
Eval Results
Instructions to use moonshotai/Kimi-K2.6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moonshotai/Kimi-K2.6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="moonshotai/Kimi-K2.6", 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.6", trust_remote_code=True, dtype="auto") - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use moonshotai/Kimi-K2.6 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "moonshotai/Kimi-K2.6" # 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.6", "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.6
- SGLang
How to use moonshotai/Kimi-K2.6 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.6" \ --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.6", "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.6" \ --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.6", "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.6 with Docker Model Runner:
docker model run hf.co/moonshotai/Kimi-K2.6
Add multimodal Claw-Eval result
Browse files- .eval_results/claw_eval.yaml +12 -2
.eval_results/claw_eval.yaml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
task_id: general
|
| 4 |
value: 61.5
|
| 5 |
date: '2026-04-23'
|
| 6 |
-
notes: Pass³% | N=3 | 161 tasks
|
| 7 |
source:
|
| 8 |
url: https://claw-eval.github.io
|
| 9 |
name: Claw-Eval Leaderboard
|
|
@@ -13,7 +13,17 @@
|
|
| 13 |
task_id: multi_turn
|
| 14 |
value: 65.8
|
| 15 |
date: '2026-04-23'
|
| 16 |
-
notes: Pass³% | N=3 | 38 tasks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
source:
|
| 18 |
url: https://claw-eval.github.io
|
| 19 |
name: Claw-Eval Leaderboard
|
|
|
|
| 3 |
task_id: general
|
| 4 |
value: 61.5
|
| 5 |
date: '2026-04-23'
|
| 6 |
+
notes: "Pass³% | N=3 | 161 tasks"
|
| 7 |
source:
|
| 8 |
url: https://claw-eval.github.io
|
| 9 |
name: Claw-Eval Leaderboard
|
|
|
|
| 13 |
task_id: multi_turn
|
| 14 |
value: 65.8
|
| 15 |
date: '2026-04-23'
|
| 16 |
+
notes: "Pass³% | N=3 | 38 tasks"
|
| 17 |
+
source:
|
| 18 |
+
url: https://claw-eval.github.io
|
| 19 |
+
name: Claw-Eval Leaderboard
|
| 20 |
+
user: tobiaslee
|
| 21 |
+
- dataset:
|
| 22 |
+
id: claw-eval/Claw-Eval
|
| 23 |
+
task_id: multimodal
|
| 24 |
+
value: 18.8
|
| 25 |
+
date: '2026-04-23'
|
| 26 |
+
notes: "Pass³% | N=3 | 101 tasks"
|
| 27 |
source:
|
| 28 |
url: https://claw-eval.github.io
|
| 29 |
name: Claw-Eval Leaderboard
|