Image-Text-to-Text
Transformers
Safetensors
kimi_k3
feature-extraction
compressed-tensors
conversational
custom_code
Eval Results
8-bit precision
Instructions to use moonshotai/Kimi-K3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moonshotai/Kimi-K3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="moonshotai/Kimi-K3", 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-K3", trust_remote_code=True, device_map="auto") - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use moonshotai/Kimi-K3 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "moonshotai/Kimi-K3" # 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-K3", "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-K3
- SGLang
How to use moonshotai/Kimi-K3 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-K3" \ --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-K3", "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-K3" \ --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-K3", "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-K3 with Docker Model Runner:
docker model run hf.co/moonshotai/Kimi-K3
Go Kimi Go | Kimi K3 Architecture Overview (from my understanding)
#73 opened 8 minutes ago
by
pop123ux
Go Kimi Go Kimi
🔥 1
#72 opened about 1 hour ago
by
abdussamed41
They released the beast
1
#71 opened about 1 hour ago
by
appvoid
Update README.md
#67 opened about 2 hours ago
by
usermma
Add chat_template.jinja, byte-exact with apply_chat_template (transformers + llama.cpp)
#66 opened about 2 hours ago
by
dimondev
User-typed <|im_end|> yields token id 163840, past declared vocab_size — encode() and __call__ disagree
👍 1
#65 opened about 2 hours ago
by
paulch11
docs: fix preserved-thinking example fields
#64 opened about 3 hours ago
by
zycxfyh
Serve Kimi-K3 on your own GPUs
🚀 1
1
#63 opened about 3 hours ago
by
hopechong
Very good model, love from community
🔥👀 2
#62 opened about 3 hours ago
by
frenzyfreeze
有没有比月之暗面官方更便宜的kimi k3 API?(最好和ds一个价格)
1
#61 opened about 3 hours ago
by
likewendy
Upload tokenizer.json (HF-compatible tokenizer without trust_remote_code)
2
#60 opened about 4 hours ago
by
Xenova
Hosting 3T-Class MoEs (Kimi K3) on Recycled Hardware: Dual SP3 + GPU Offload
👍 5
13
#59 opened about 4 hours ago
by
Laststar
Users running this at their house? If so can you sharw your setup?
6
#58 opened about 5 hours ago
by
BrokeAmerican
K3 70B Possible?
🤯👍 5
2
#57 opened about 5 hours ago
by
anvme
BF16 when?
👀 1
2
#56 opened about 5 hours ago
by
Max-and-Omnis
Should I cancel my Claude subscription?
4
#55 opened about 5 hours ago
by
Max-and-Omnis
Should I cancel my OpenAI subscription?
😎🚀 6
3
#54 opened about 5 hours ago
by
hefaz
Is moonshot AI team going to open source the full fp16 precision model?
👀 4
3
#52 opened about 5 hours ago
by
xshubhamx
Neurodivergence created (this) technology. Neurodivergence owns it.
3
#51 opened about 5 hours ago
by
Laststar
梁文锋,崔添翼,我Deepseek V4正式版呢?
🔥 2
#50 opened about 5 hours ago
by
ACAutomata
Best timed release
😎🤗 5
#49 opened about 5 hours ago
by
dns
请把牛逼打在公屏上
2
#48 opened about 5 hours ago
by
zhang123123
great deal!historical move!
🤯🧠 3
#47 opened about 6 hours ago
by
golden9966
Do you planning to make distill versions
👀 2
3
#46 opened about 6 hours ago
by
AsThirtyThree
前来祝贺Kimi K3的开源,2026年7月27日 注定会是一个被写进历史课本的时刻
❤️ 1
#45 opened about 6 hours ago
by
AyerElysia
同志们我们团队开始量化了,期待K3可以运行在更多地方
❤️ 1
1
#44 opened about 6 hours ago
by
ValueFX
K3真出了
🚀 1
#43 opened about 6 hours ago
by
IneedtolearnDL
关于对杨同志的表彰.
#42 opened about 6 hours ago
by
mazheng
unbelievable
😎🔥 5
#41 opened about 6 hours ago
by
WineryZ
SWE Bench Pro and SWE Bench Multilingual?
1
#40 opened about 6 hours ago
by
zaskara
SOTA
🔥🤗 11
2
#39 opened about 6 hours ago
by
edwixx
fix: minor typo and grammar in README
#36 opened about 6 hours ago
by
ashwingopalsamy
open source revolution begins!
👀🤝 5
1
#34 opened about 6 hours ago
by
gsteeeeeeee
2500 downloads in 2hrs - too many peeps have too many GPUs
👀😔 3
4
#32 opened about 6 hours ago
by
mgscox
I was here!!! Bemol: Open Weight, not Open Source!
2
#31 opened about 6 hours ago
by
jackboy70
AGI is this you?!
👀🔥 16
#29 opened about 6 hours ago
by
Guilherme34
"I used to pray for times like these"
🔥❤️ 5
1
#28 opened about 6 hours ago
by
Kuberwastaken
Bad boy
🚀🔥 1
1
#27 opened about 6 hours ago
by
solo1010
Kimi - New Bee No.1
🚀❤️ 2
#25 opened about 6 hours ago
by
pengzhi27
It's a good model sir
👀 2
#24 opened about 6 hours ago
by
ismaelvega
冲冲,冲啊
#23 opened about 6 hours ago
by
kongDeQiang
gguf
🤝 1
1
#22 opened about 6 hours ago
by
gghfez
404 for Tech Report
1
#21 opened about 6 hours ago
by
vdeepak1729
System requirements?
7
#20 opened about 6 hours ago
by
AquamarineHoshino
Moonshot sensei, We remember you.
🔥👍 3
#19 opened about 6 hours ago
by
LatticeBased