Kimi-Linear-48B-A3B-Instruct, Explained Simply
What Kimi-Linear-48B-A3B-Instruct is, what it does well, and what it costs — released 2025-10-30 by Moonshot AI.
TLDR
- It is a new, open-source AI model from Moonshot AI built to read and write incredibly long texts without slowing down.
- It uses a new "brain structure" (called KDA) that cuts memory usage by 75% and speeds up text generation by up to 6 times.
- It has a massive total size (48B parameters) but only needs to power up a small fraction of that (3B) to answer your questions.
Want a heads-up when Kimi updates?
We email you the moment a new Kimi version drops — plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Moonshot AI just released a new AI model designed for developers and tech fans who need to work with huge amounts of text. It is built to be highly efficient, meaning it can read massive documents and generate answers much faster than older models without losing brainpower.
What it does well
- Super-fast long reading: It can handle up to 1 million "tokens" (pieces of words) at once. That is like reading several long books in a single prompt.
- Speeds up answers: When generating text, it is up to 6.3 times faster than the company's older method for long texts.
- Saves computer memory: It uses a new technique called Kimi Delta Attention (KDA). This is a fancy way of saying it has a smarter way of remembering what it reads, cutting the memory needed by up to 75%.
- Smart but efficient: Even though it is a huge 48B (48 billion parameter) model, it only "activates" or uses 3B of those parameters at a time. This gives you the brainpower of a massive AI with the speed of a smaller one.
How it compares
- Versus older Moonshot AI models: Older models used a standard way of focusing on text (called "full attention"). This new model uses a "hybrid" mix—mostly using its new KDA method and occasionally using the older MLA (Multi-Head Latent Attention) method. This mix keeps the same quality but works much faster.
- Versus standard AI: Standard AI slows down a lot when reading long texts. This model actually beats standard AI in quality while being almost 4 times faster on long-context tests.
What it costs and what it can handle
- Context window: It can handle a massive 1 million tokens. (For context, 1,000 tokens is roughly 750 words, so 1 million tokens is a huge amount of information).
- Price: The model is open-source. This means developers can download it for free to build their own apps, though they will still have to pay for whatever computer servers they use to run it.
Worth knowing
- Not a plug-and-play app: This is a developer tool. You cannot just chat with it on a website; you need coding knowledge and a powerful computer (specifically, high-end GPUs) to run it.
- Software requirements: To run it, developers need specific, up-to-date software tools (like Python 3.10 or newer and PyTorch 2.6 or newer).
This is our plain-language summary. Read the complete, official notes on the Kimi official changelog ↗.
