Aakib Ansari.
Back to articles
News Brief

Kimi K3 just dropped: 2.8 trillion parameters, open weights, and it's not playing catch-up

Md Aakib Ansari
Md Aakib AnsariWeb Developer & AI Tools Reviewer
Updated 4 min readModel: Kimi K3
Kimi K3 just dropped: 2.8 trillion parameters, open weights, and it's not playing catch-up

Moonshot AI released its new kimi flagship model, Kimi K3, on July 16 and the AI community is still processing what just happened. Bringing the kimi ai ecosystem to the forefront, this massive mixture of experts model packs 2.8 trillion parameters and is trading blows with GPT-5 and Claude Opus 4 on the benchmarks that actually matter.

This is not another "we match GPT-4o" announcement. Kimi K3 is ranked #4 on the Artificial Analysis Intelligence Index with a score of 57.1, sitting right behind the proprietary flagships from OpenAI and Anthropic. It hit #1 on the Frontend Code Arena leaderboard. For a Chinese open source llm, that is unprecedented.

Model vitals

Parameters
2.8 trillion
Architecture
MoE (896 experts, 16 active)
Context window
1M tokens
Modalities
Text + Vision
License
Open-weight (July 27)
Release status
API live, weights pending

The architecture: A Mixture of Experts MoE model

Kimi K3 is not just big — it is architecturally different. Three innovations stand out:

Kimi Delta Attention (KDA) replaces standard quadratic attention with a hybrid linear mechanism in select layers. The result: up to 6.3x faster decoding in long-context scenarios while maintaining quality. This is how they make a 1M token context window practical instead of theoretical.

Attention Residuals (AttnRes) let the model selectively retrieve representations from arbitrary earlier layers instead of uniformly stacking residual connections. In a moe model with 896 experts, this kind of targeted information flow matters.

Stable LatentMoE activates only 16 of those 896 experts per token — a 1.8% activation rate. Combined with Quantile Balancing for expert allocation (no more fragile heuristic tuning) and mixed-precision training using MXFP4 weights and MXFP8 activations, the model scales efficiently on standard hardware.

Moonshot AI claims 2.5x higher scaling efficiency compared to their previous K2 model. Independent verification will come with the weights release.

How it stacks up

Benchmark Comparison

The headline: Kimi K3 leads on frontend code generation and is competitive across the board — but trails the top proprietary models on general intelligence and complex agentic tasks. The gap is narrower than anyone expected from an open-weight model.

One important caveat: Moonshot AI uses its own Kimi Code harness for official benchmarks, which makes direct comparison tricky. Independent evals from Artificial Analysis are what matter here, and those place K3 firmly in the frontier tier.

Pricing

Input (cache miss)
$3.00 / 1M
Input (cache hit)
$0.30 / 1M
Output
$15.00 / 1M
Context premium
None (flat rate)

The pricing tells you everything about how Moonshot AI wants this model used. At $3.00 per million input tokens and $15.00 per million output tokens, Kimi K3 is priced identically to GPT-5 and above most Claude models. This is not the "cheap Chinese alternative" some expected.

The real play is the 90% cache discount. At $0.30 per million cached input tokens, any workflow with repetitive system prompts, long-context retrieval, or agentic loops becomes dramatically cheaper on repeated calls. For coding agents that hit the same codebase context repeatedly, this pricing structure is genuinely compelling.

What the community is saying

The architecture innovations here are real. KDA and AttnRes are not marketing — they solve fundamental scaling problems that every lab is fighting. The fact that they are open-sourcing a model this size is a significant contribution to the field.

ML researcher (Hacker News)

Ran it through our internal code review eval. On frontend tasks it is genuinely better than Claude Opus. On backend architecture decisions it still hallucinates more. The gap is task-specific, not universal.

Independent developer (Reddit r/LocalLLaMA)

The largest open weight llm question

Kimi K3 is available now via the moonshot ai API, but the model weights do not drop until July 27, 2026. That is when the real test begins — when independent researchers can inspect the architecture of the largest open weight llm available, and the community can fine-tune it.

At 2.8 trillion parameters, running K3 locally will require serious hardware. But the MoE architecture with only 16 active experts per token means inference compute is far more manageable than the raw parameter count suggests. Expect quantized variants and optimized inference pipelines within days of the weights release.

What this means

Kimi K3 is the strongest evidence yet that the open-weight vs proprietary gap is collapsing. A year ago, the best open models were trailing GPT-4 by a wide margin. Today, an open weights llm sits at #4 globally and leads on code generation. The trajectory is clear.

For developers, the practical question is simple: wait for July 27 and test the weights yourself. If the self-hosted performance matches the API benchmarks, Kimi K3 will reshape how teams think about model deployment costs.

FAQ

Frequently Asked Questions

How can I access Kimi chatbot and the kimi ai weights?
Kimi K3 is available as a kimi chatbot through the Moonshot AI API now, and Moonshot AI is releasing the open weights llm model files on July 27, 2026. A technical report will accompany the weights.
How much hardware do I need to run Kimi K3 locally?
At 2.8 trillion parameters, you will need significant GPU memory. However, the MoE architecture activates only 16 of 896 experts per token, so inference compute is more manageable than the total parameter count suggests. Quantized versions will likely follow shortly after release.
Is Kimi K3 better than GPT-5?
On specific tasks like frontend code generation, Kimi K3 leads. On general intelligence and complex agentic work, GPT-5.6 Sol and Claude Fable 5 currently rank higher. Performance is task-dependent.
How does Kimi K3 pricing compare to competitors?
At $3.00 per million input tokens and $15.00 per million output tokens, it matches GPT-5 pricing. The key differentiator is a 90% cache discount ($0.30/1M for cached inputs), making repeated-context workflows significantly cheaper.

Related Articles

Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model
News Brief2 min read
Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model

Meta Superintelligence Labs has released Muse Glimmer, a 30-billion parameter open-weight model distilled from its proprietary Muse Spark flagship. Published under an Apache 2.0 license, Glimmer is purpose-built for offline, on-device agentic workloads like coding, debugging, and file management on consumer hardware.

Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License
News Brief2 min read
Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License

Ant Group's inclusionAI team has released Ling 3.0 Flash FP8, a highly efficient 124-billion parameter Mixture-of-Experts (MoE) model. Featuring an MIT license and a custom hybrid attention architecture, the model reduces active parameters to 5.1 billion per token, matching the performance of much larger models while dramatically lowering operational costs.

Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks
News Brief2 min read
Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks

Liquid AI released LFM2.5-2.6B on August 4, a 2.69B-parameter on-device model purpose-built for agentic workloads. Using a hybrid architecture of short convolution blocks and grouped query attention, it runs under 2.5 GB of memory and reaches approximately 220 tokens/s on Apple M5 Max — while matching or exceeding Qwen3.5-9B on tool use and instruction-following benchmarks.