TL;DR
Thinking Machines Lab released the full weights for Inkling, its first foundation model, on July 15 under the Apache 2.0 license before offering a closed API. The release signals that model ownership and deployment control may be more valuable to some buyers than leading every benchmark, though hardware demands and possible use restrictions require closer review.
Thinking Machines Lab, the 17-month-old company founded by former OpenAI technology chief Mira Murati, released the full weights for its first foundation model, Inkling, on July 15 under Apache 2.0 before launching a closed API. The open-first release gives developers more control over deployment and modification, even as the lab acknowledges that Inkling is not the strongest available model.
Inkling’s BF16 and NVFP4 checkpoints were published on Hugging Face with first-day support for Transformers, vLLM, SGLang and llama.cpp. Apache 2.0 generally allows users to download, modify and commercialize the weights, making the release materially different from models whose parameters remain accessible only through hosted services.
The flagship is a 975-billion-parameter Mixture-of-Experts model with 41 billion active parameters, a one-million-token context window and native support for text, images and audio as inputs. Thinking Machines says it was pretrained on 45 trillion tokens. The company also previewed Inkling-Small, with 276 billion total and 12 billion active parameters, but its full weights have not yet been released.
Vendor-published results place Inkling at 97.1% on AIME 2026 and 87.2% on GPQA Diamond. It trails named rivals on several coding and agent benchmarks, including SWE-bench Pro and Terminal-Bench 2.1. Some scores used a prerelease checkpoint, and independent replication has not been published.
The weights came first: what Inkling actually signals
Mira Murati’s lab shipped its first foundation model — and the model isn’t the story. The order of operations is: full weights, Apache 2.0, day one, before any closed API. Plus a rare concession — the lab says it’s not the strongest model available, open or closed.
- AIME 2026 97.1%
- GPQA Diamond 87.2%
- MCP Atlas (Nemotron 44.7%) 74.1%
- VoiceBench · open-weight audio frontier 91.4%
- FORTRESS adversarial · best open 78.0%
- ForecastBench · calibration 61.1
- HLE text-only (GLM-5.2 40.1%) 29.7%
- SWE-bench Pro (GLM-5.2 62.1%) 54.3%
- Terminal-Bench 2.1 (GLM-5.2 82.7%) 63.8%
- SWE-bench Verified (Fable 5 95.0%) 77.6%
- Design Arena · 2nd open, behind GLM-5.2 ~10th
A 0.2 → 0.99 effort setting trades reasoning tokens against cost & latency, so you get a curve, not a point. On Terminal-Bench 2.1 it reportedly matches Nemotron 3 Ultra at ~⅓ the tokens. Peak score is a vanity metric when you serve millions of calls; the cost curve is what ships. (Bonus: its chain of thought compressed on its own during RL — nobody rewarded it; efficiency did.)
Pitched as the Western alternative to Chinese open weights (censorship-resistance training is the differentiator). But GLM-5.2 still wins on agentic/reasoning and Kimi K2.6 often on multimodal: best American open model, second in the open field. The irony — post-training was bootstrapped on synthetic data from Kimi K2.5.
BF16 needs ≥2 TB aggregate VRAM (8× B300 / 16× H200). NVFP4 still needs ≥600 GB. Not a workstation model — a 512 GB fleet falls just short. “Open” ≠ “runnable.” Mitigations: 1-bit GGUFs (~74% acc.), hosted eval routes, and Inkling-Small (12B active) — the release local-first builders actually want.
Open weights used to be a consolation prize. Inkling is a strategic open release — Apache 2.0, natively multimodal, honestly marketed, published complete on day one, optimized for deployment rather than headlines (the model isn’t the product; the fine-tuning platform is). It doesn’t need to win every benchmark for that to matter. The frontier is learning that owning the base beats renting the API — arriving now from the inside. For the sovereignty buyer: ① a real Western hedge against being switched off · ② verify the use policy before you build · ③ check the VRAM, then benchmark vs GLM-5.2 & Kimi K2.6 on your task.
Ownership Moves Ahead of Rankings
The order of release makes model ownership the main commercial signal. Organizations can inspect, fine-tune and host Inkling without depending solely on a vendor-controlled endpoint, offering a Western open-weight option for buyers concerned about service access, data handling or long-term dependence on one provider.
Inkling also offers a reasoning-effort setting from 0.2 to 0.99, allowing operators to trade output quality against tokens, latency and cost. The source material reports that the model matched Nemotron 3 Ultra on Terminal-Bench 2.1 while using about one-third of the tokens, but that comparison still needs outside testing.

HP 15.6" Laptop – Complete Productivity Solution, Windows 11, Microsoft Office, Intel 4 Core N100, 16GB RAM, 640GB Storage (128GB UFS + 512GB SD Card), Copilot AI, Lightweight – Silver
- Memory: 16GB high-speed RAM for multitasking
- Storage: 640GB total storage with UFS and SD card
- Display: 15.6-inch HD screen for clear visuals
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Inside Inkling’s Open Release
Thinking Machines Lab was founded by Mira Murati and employs former OpenAI personnel who worked on ChatGPT. Its first model arrives as developers weigh hosted frontier systems against open-weight models that can be operated on private infrastructure.
The model routes each token through six of 256 experts, alongside two shared experts, across a 66-layer decoder. Its image and audio inputs are projected into a shared representation rather than handled through a separately attached language-model adapter. The release does not include Inkling’s training data or complete training pipeline, so it is more accurately described as open weight than fully open source.
“Inkling is not the strongest model available today, closed or open.”
— Thinking Machines Lab, in its Inkling announcement
Usage Rules and Scores Need Verification
A reported Model Acceptable Use Policy may apply to the original parameters and modified versions, including restrictions covering surveillance, deception and automated decisions affecting rights. That policy was not verified in the supplied analysis, leaving open how it interacts with the Apache 2.0 license for commercial and public-sector deployments.
Practical accessibility is another open issue. The source estimates that BF16 deployment needs at least two terabytes of aggregate VRAM, while NVFP4 still requires about 600 gigabytes. Inkling is open to download, but most local developers cannot run the flagship without costly infrastructure or heavy quantization.
Independent Tests and Smaller Weights
Developers will now test Inkling’s benchmark claims, reasoning-cost controls and multimodal performance on production workloads. Legal teams and regulated users are also likely to examine the model card and any separate use policy before deployment.
The next major milestone is the release of Inkling-Small’s full weights after testing. Its lower active-parameter count could make it more relevant to smaller operators, although its final hardware needs, license terms and real-world performance remain unconfirmed.
Key Questions
Are weights the key to AI thinking?
No single component explains AI reasoning. Weights store learned model parameters, while architecture, training, post-training and inference-time compute shape performance. Inkling’s news value lies in making those weights available for independent control.
Can anyone run Inkling locally?
Not on ordinary consumer hardware. Reported requirements reach at least two terabytes of VRAM for BF16 or about 600 gigabytes for NVFP4, placing the flagship beyond most workstations.
Is Inkling fully open source?
Inkling has published weights under Apache 2.0, but its training data and full pipeline were not released. It is best described as an open-weight model.
Does Inkling outperform other open models?
It leads or competes closely on some vendor-reported tests but trails GLM-5.2 and other models on several coding and agent tasks. The results are awaiting independent replication.
Source: Thorsten Meyer AI