Ground Truth.
AI, checked against the source.

News · 2026-07-15

Thinking Machines releases Inkling, now the top-ranked US open-weights model

Thinking Machines Lab has released Inkling, a 975-billion-parameter open-weights model published under the permissive Apache 2.0 license. The independent evaluator Artificial Analysis ranks it at 41 on its Intelligence Index, making it the highest-scoring open-weights model released by any American lab -- ahead of Nvidia's Nemotron 3 Ultra at 38 and far ahead of OpenAI's gpt-oss-120b at 24. The full weights are downloadable today.

Key facts

For most of the past two years, the phrase "leading open-weights model" has meant a Chinese one. Labs like DeepSeek, Zhipu, Moonshot and Alibaba have shipped free-to-download models that kept pace with, and sometimes embarrassed, the paid American frontier -- while US labs mostly kept their best work behind an API. Inkling is the most serious attempt yet to change that, and it comes from a company barely a year old.

Thinking Machines is unusually direct about why it did this. "Today we are advancing our mission by releasing a model we trained from scratch with the full weights available, so that people can make it their own," the lab wrote in its announcement. That last clause is the point. Apache 2.0 means anyone can download Inkling, modify it, fine-tune it on private data, and ship a commercial product built on it, without asking permission or paying a toll. The lab's model card frames the intent plainly: it is "released with open weights to support research, fine-tuning and integration into third-party products by downstream developers."

What is actually inside it

Inkling is a mixture-of-experts transformer. That architecture is the reason the parameter count is both enormous and slightly misleading. A dense model puts every one of its parameters to work on every word it processes. A mixture-of-experts model instead contains many specialist sub-networks and, for each token, a router picks a handful to consult. Inkling holds 975 billion parameters in total but only activates about 41 billion at a time.

The useful analogy is a hospital rather than a doctor. A dense model is one very well-read generalist who personally sees every patient. A mixture-of-experts model is a large hospital with hundreds of specialists on staff and a triage nurse at the door: the institution's total expertise is vast, but any single patient only occupies two or three people's time. You pay to keep the building staffed -- the memory cost is real -- but each visit is cheap.

The rest of the spec sheet is ambitious. Thinking Machines says Inkling was pretrained on 45 trillion tokens spanning text, images, audio and video. It accepts text, image and audio inputs and produces text. It handles up to a million tokens of context in the open-weights release, though the 256K limit applies through the lab's Tinker fine-tuning API. The lab argues the appeal is not any single number: "Instead, a combination of qualities makes it a good open-weights base for customization: multimodal capabilities, efficient thinking, and availability on Tinker for fine-tuning."

One of the more interesting findings in the Artificial Analysis evaluation is about restraint. Inkling averages roughly 25,000 output tokens per task on the Intelligence Index -- about 40 percent fewer than GLM-5.2 at 43,000 and DeepSeek v4 Pro at 37,000. Since reasoning models bill you per token of thinking, a model that reaches a comparable answer with substantially less deliberation is meaningfully cheaper to run. In a field where test-time compute has become the default way to buy performance, spending less of it for the same result is a real engineering achievement rather than a benchmark artifact.

Why it matters, and the honest caveat

The strategic significance is larger than the leaderboard position. Open weights are, as we've written before, an insurance policy -- against price hikes, deprecations, API outages, and governments deciding who may use which model. Until now, most of that insurance was underwritten in China. A US lab publishing a frontier-adjacent model under Apache 2.0 changes the political texture of the open-weights debate at exactly the moment that debate is getting dangerous.

The caveat sits inside the claim itself. "Leading U.S. open weights model" is a carefully bounded statement, and the local model community noticed immediately. Inkling beats the American field, but strong Chinese open models like GLM-5.2 and Kimi K2.6 remain competitive or better in specific coding and mathematics domains. There is also a blunter problem: almost nobody can run this. A 975-billion-parameter model, however sparsely activated, will not fit on a desk. The same week Inkling shipped, the busiest conversation on r/LocalLLaMA was not about it at all -- it was about ternary and 1-bit quantization, and the argument that the best model is the one you can actually run. Inkling raises the open-weights ceiling. Whether that ceiling is where the value is remains an open question.


Primary source, verified: read the paper →

Key questions

How big is Inkling and how much of it runs at once?

Inkling has 975 billion total parameters but activates only about 41 billion of them for any given token, because it is a mixture-of-experts model that routes each token to a small subset of specialist sub-networks. That means it has the knowledge of a near-trillion-parameter model at roughly the compute cost of a 41-billion-parameter one.

Can I actually download and use Inkling?

Yes. The full weights are published on Hugging Face under the Apache 2.0 license, which permits commercial use, modification, and redistribution. Running it locally is another matter, since a 975-billion-parameter model needs far more memory than any consumer machine has.

Is Inkling better than Chinese open-weights models?

Artificial Analysis calls it the leading US open-weights model, which is a deliberately narrow claim. Several Chinese open-weight models still score competitively or better in specific coding and math domains, and the qualifier is exactly what the open-source community has been arguing about since the release.
Cite this

APA

Ground Truth. (2026, July 15). Thinking Machines releases Inkling, now the top-ranked US open-weights model. Ground Truth. https://groundtruth.day/news/inkling-thinking-machines-open-weights-975b.html

BibTeX

@misc{groundtruth:inkling-thinking-machines-open-weights-975b,
  title  = {Thinking Machines releases Inkling, now the top-ranked US open-weights model},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {jul},
  url    = {https://groundtruth.day/news/inkling-thinking-machines-open-weights-975b.html}
}

Topics: open-weights · mixture-of-experts · thinking-machines · multimodal · model-release

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.