Engineering Economics

Kimi K3: A Real Threat to Anthropic and OpenAI

A 2.8 trillion parameter open-weight model from a Beijing lab wiped billions off Nvidia and TSMC in a week. Here is what it actually beats, what it still does not, and why Anthropic just addressed it in public.

Yacine Kahlerras
Yacine KahlerrasSoftware Engineer, Platform & UX at TurboDocx
July 28, 202610 min read

On July 26, 2026, Moonshot AI published the weights for Kimi K3 on Hugging Face, on schedule. It is a 2.8 trillion parameter mixture-of-experts model, open weight under a modified MIT license, and by parameter count the largest open model anyone has shipped. Within days, TSMC, SoftBank, and Nvidia were all down, and Anthropic's CEO was writing a public blog post about Chinese AI competition.

This is not the first time this has happened. DeepSeek did something similar in January 2025. The question worth asking eighteen months later is whether this is a repeat of that panic, or whether the gap has actually closed enough that the reaction is proportionate this time.

The answer, based on what Moonshot has actually published and what independent researchers have measured, is more interesting than either a euphoric or dismissive take. K3 wins on some things. It loses on others. Both facts matter.

What Kimi K3 actually is

K3 is the newest release in a lineage that started with the original Kimi K2 in mid-2025: a one trillion total parameter, thirty two billion active parameter mixture-of-experts model, trained on 15.5 trillion tokens with a novel optimizer Moonshot calls MuonClip, published in a technical paper the company put on arXiv. K2 Thinking followed in November 2025 with extended reasoning and a longer context window. K3 is the current end of that line.

Maker

Moonshot AI, Beijing, founded 2023

Architecture

Sparse mixture-of-experts, Kimi Delta Attention

Total parameters

2.8 trillion

License

Modified MIT, open weight

Weights published

July 26, 2026, on Hugging Face

Where it wins, and where it does not

Moonshot's own published model card for Kimi K2 Thinking, the immediate predecessor to K3, includes a head-to-head against GPT-5 High and Claude Sonnet 4.5. It is a mixed picture, and that is exactly why it is worth taking seriously instead of dismissing. Scores below are out of 100, from Moonshot's own published model card.

Kimi
GPT
Claude

Humanity's Last Exam, with tools

Kimi44.9
GPT41.7
Claude32.0

BrowseComp, with tools

Kimi60.2
GPT54.9
Claude24.1

GPQA Diamond

Kimi84.5
GPT85.7
Claude83.4

SWE-bench Verified, with tools

Kimi71.3
GPT74.9
Claude77.2
View as table
BenchmarkKimi K2 ThinkingGPT-5 (High)Claude Sonnet 4.5
Humanity's Last Exam, with tools44.941.732.0
BrowseComp, with tools60.254.924.1
GPQA Diamond84.585.783.4
SWE-bench Verified, with tools71.374.977.2

The pattern: Kimi leads on open-ended research and tool-assisted reasoning tasks, and trails on SWE-bench Verified, the benchmark closest to what an agent does inside a real codebase. If you build agents that write and ship code for a living, that gap is the one to watch, not the ones where Kimi wins.

How fast the gap has actually moved

For a sense of the trend rather than a single snapshot, here is the original Kimi K2 from mid-2025, benchmarked by Moonshot against Claude Opus 4 and GPT-4.1 in the same technical report. Read this chart alongside the one above: it is an earlier generation of the same lineage, against an earlier generation of the closed labs' models. Scores below are out of 100.

Kimi
GPT
Claude

AIME 2024

Kimi69.6
GPT46.5
Claude48.2

LiveCodeBench v6

Kimi53.7
GPT44.7
Claude47.4

GPQA Diamond

Kimi75.1
GPT66.3
Claude74.9

MMLU

Kimi89.5
GPT90.4
Claude92.9

SWE-bench Verified, agentic

Kimi65.8
GPT54.6
Claude72.5

Tau2-Bench Retail, tool use

Kimi70.6
GPT74.8
Claude81.8
View as table
BenchmarkKimi K2GPT-4.1Claude Opus 4
AIME 202469.646.548.2
LiveCodeBench v653.744.747.4
GPQA Diamond75.166.374.9
MMLU89.590.492.9
SWE-bench Verified, agentic65.854.672.5
Tau2-Bench Retail, tool use70.674.881.8

Even a year ago, the original K2 was already ahead of GPT-4.1 on four of six benchmarks, including SWE-bench Verified, and within a few points of Claude Opus 4 on GPQA and MMLU. The newest generation extended that lead on reasoning tasks and narrowed, but did not close, the gap on agentic coding. That is what a shrinking gap actually looks like in the data, not a single dramatic jump.

The price keeps climbing, and it is still cheap

Input, per million tokens
Output, per million tokens

Kimi K2, mid-2025

Input$0.60
Output$2.50

Standard launch pricing per million tokens

Kimi K2 Thinking, late 2025

Input$0.60
Output$2.50

Reasoning variant, extended context

Kimi K3, mid-2026

Input$3
Output$15

Roughly 40 percent cheaper than Claude Opus 4.8

K3 is Moonshot's most expensive model to date, a real jump from where the lineage started. It is also, based on each model's published pricing, still roughly 40 percent cheaper than Claude Opus 4.8. Every version in this family has undercut the closed labs on price while narrowing the capability gap. That combination, not any single benchmark, is the actual pressure on Anthropic and OpenAI.

Why a trillion-parameter model does not cost a trillion parameters to run

Kimi K2's size is real, but the number that determines what it actually costs to run is not the total parameter count. It is a sparse mixture-of-experts model, so only a fraction of the network activates for any given token. Per Moonshot's technical report, the original K2 holds one trillion total parameters and activates 32 billion of them per token, about 3 percent.

Total parameters1 trillion
Activated per token32 billion

This is the actual mechanism behind the low pricing in the chart above. A sparse model can carry a huge total parameter count for capability while keeping the compute cost of each token close to a much smaller dense model. Token efficiency, not just headline size, is what makes the price gap with Claude and GPT possible in the first place.

A second DeepSeek moment, smaller but real

In January 2025, DeepSeek released R1, an open-weight model claiming near-parity with OpenAI's o1, trained at a fraction of the assumed cost. Nvidia fell 17 percent in a single session, the largest one-day market cap loss for any US company at the time, wiping out close to 600 billion dollars. Nvidia CEO Jensen Huang later called the reaction a misreading of AI economics, not a real threat to the business.

K3's launch produced a smaller but genuine echo of that reaction, per Fortune's reporting from the week of the announcement:

TSMC fell 7%, despite a 77% jump in quarterly operating profit

SoftBank fell 9%

Z.ai (Chinese AI startup) dropped nearly 30% in Hong Kong trading

Nvidia briefly lost its spot as the world’s most valuable company to Apple

What the people watching this closely are saying

It will be the closest open models have been to the frontier since DeepSeek R1.

Nathan Lambert, AI researcher, Interconnects. Estimated the open-to-closed gap has shrunk from 6 to 9 months down to roughly 3 to 5 months, July 2026.

The AI ecosystem in China is probably much better than people thought.

Paul Triolo, DGA-Albright Stonebridge Group. Quoted by Fortune on the reaction to Kimi K3, July 2026.

Even if American proprietary AI systems lead the world, China is currently leading in open source AI development.

Jai Ramaswamy and Matt Perault, Andreessen Horowitz. From an a16z post on open-source AI adoption, April 2026.

Epoch AI's own capabilities index, published in January 2026 before K3 existed, found the leading Chinese model had trailed the US frontier by an average of seven months since 2023. Nathan Lambert's post-K3 estimate of three to five months suggests that gap is shrinking, not that it has closed. Both things can be true: the trend is real, and the frontier labs still lead.

How Anthropic and OpenAI are actually responding

The clearest signal that this registered came from Anthropic itself. On July 27, 2026, Dario Amodei published a blog post responding directly to claims that Anthropic favors banning open-weight models. He said the opposite: open-weight models without dangerous capabilities are a public good, and Anthropic has never advocated banning them. His actual concern was narrower and pointed specifically at authoritarian governments, naming the Chinese Communist Party, building models capable of what he called permanent military superiority. What he asked for was tighter chip export controls, restrictions on large-scale distillation from more advanced systems, and mandatory safety testing, not a ban on the category of open weights.

OpenAI's own posture has been more cautious for longer. When Sam Altman announced OpenAI's first open-weight model in mid-2025, he delayed the release days before shipping, citing the need for additional safety testing, a decision that landed within days of the original Kimi K2 launch and drew an explicit contrast from industry press at the time.

Read together, the closed labs are not disputing that the gap is closing. They are arguing about who should be allowed to close it, and how fast, which is a very different conversation than whether Kimi K3 is real.

So is it actually a threat

Yes, and the honest version of that answer has three parts. First, on price, it is not close. Kimi K3 costs a fraction of Claude Opus 4.8 for comparable work on many tasks, and every release in this lineage has undercut the closed labs further, which puts real pressure on their margins regardless of any single benchmark. Second, on capability, it is genuine convergence on some tasks and a genuine gap on others, most notably agentic software engineering, where the closed frontier still leads. Third, on how the labs themselves are behaving, Anthropic's decision to publicly address this in writing is itself the strongest evidence that it matters.

What this is not is a repeat of the most breathless DeepSeek headlines from last year, where the story outran the substance. This time the substance backs up a good chunk of the story, and that is the more useful thing to notice.

What this means if you are building on top of any of these models

Faster model churn and wider price gaps are good news for anyone whose product is not tied to a single vendor. Teams that built their document generation, agent workflows, or SDK integrations around one specific model now have a real, cheaper alternative to benchmark against, and that leverage is worth having whether or not you ever switch. A document generation API that fills your own templates from structured data does not care which model wrote the content that went into them, and neither should the rest of your stack.

There is also a smaller parallel worth naming: open weights for a model and open-source document tooling are different things solving different problems, but both come from the same instinct not to depend on a single closed vendor for infrastructure you build a business on.

Frequently asked questions

Related Resources

Build on top of any model, not just one

A document generation API that fills your templates from data, regardless of which model wrote it, an agent called, or a person typed.