A Kimi K3 resource directory
K3 Box guide · Published Jul 27, 2026

Kimi K3 Open Weights: Download & Self-Hosting Guide

On July 27, 2026, Moonshot AI released the full Kimi K3 weights on Hugging Face — making K3 the largest open-weight model ever published at 2.8 trillion parameters. This guide covers how to download it, what you can realistically run it on, what the license allows, and the honest question most people should ask first: should you self-host at all?

Where to download

The official repository is moonshotai/Kimi-K3 on Hugging Face. It crossed 99,000 downloads on release day.

The fastest way to download is the Hugging Face CLI:

pip install huggingface_hub
huggingface-cli download moonshotai/Kimi-K3

Make sure you have enough free disk space before starting — this is a multi-hundred-GB model, and you'll want download resume support. Check the model card for the exact file list and sizes.

What you're actually getting

The hardware reality check

Let's be direct: you are not running this on your laptop, and not on a single consumer GPU either. Even quantized, a 2.8T-parameter model needs a serious multi-GPU server setup. Self-hosting K3 makes sense for:

If you're an individual developer who just wants to use K3, self-hosting is the wrong path. Use one of these instead:

If you do self-host: supported inference engines

Moonshot recommends these engines for K3 (recipes linked from the model card):

Community runtimes like Ollama may follow, but at launch the officially supported path is the three engines above. Watch the model card and Moonshot's GitHub for updates — deployment recipes for new releases tend to improve rapidly in the first weeks.

Bottom line

K3's open weights are a big deal for the ecosystem: frontier-tier intelligence you can actually download. But "open-weight" doesn't mean "runs anywhere" — for 95% of people, the right way to use K3 today is the free chat or the API. Self-host only if you have the hardware and a concrete reason.

Sources

moonshotai/Kimi-K3 model card · Kimi API documentation · Links checked Jul 27, 2026. K3 Box is an independent directory, not affiliated with Moonshot AI.

← Back to the K3 Box directory