TL;DR

Thinking Machines Lab released the full weights for its first foundation model, Inkling, on July 15 under the Apache 2.0 license before offering a closed API. The release gives organizations more control, but high hardware demands, unpublished training data and a reported use policy limit what ownership means in practice.

Thinking Machines Lab, 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. Publishing the weights before a closed API gives customers the ability to download, modify and operate the model themselves, making the release a test of whether ownership can compete with rented access to leading AI systems.

Inkling is a mixture-of-experts model with 975 billion total parameters and 41 billion active parameters per operation. Thinking Machines says it has a one-million-token context window and was pretrained on 45 trillion tokens spanning text, images, audio and video. It accepts text, image and audio inputs and produces text.

The lab published BF16 and NVFP4 checkpoints through Hugging Face, with initial support in Transformers, vLLM, SGLang and llama.cpp. The Apache license permits modification and commercial use, but the release does not include the training dataset or full training pipeline, so it is more accurately described as open-weight than fully open-source.

Thinking Machines also said Inkling is not the strongest available model, whether compared with open or closed systems. Its vendor-reported results include 97.1% on AIME 2026 and 87.2% on GPQA Diamond, while results on several software-engineering and agentic tasks trail named rivals. Those figures await independent replication, and some reportedly came from a prerelease checkpoint.

At a glance
analysisWhen: released July 15, 2026; independent ben…
The developmentThinking Machines Lab released Inkling’s full model weights before a closed API and acknowledged that the model does not lead the field on every benchmark.
AI Dispatch · Reality Check · 16 July 2026

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.

975B / 41B
total / active · MoE
1M
context window
45T
pretrain tokens
T · I · A
text · image · audio in
Apache 2.0
the licence*
Licence over leaderboard — what’s actually open
Model weightsBF16 + NVFP4 checkpoints on Hugging Face — download, modify, commercialize, keep
Apache 2.0 licenceconfirmed on the model card & HF repo — the real thing, not a source-available lookalike
Day-0 toolingtransformers · vLLM · SGLang · llama.cpp · TokenSpeed · Unsloth
Training data / pipelinenot published — open weights ≠ open source. Industry norm, but say it plainly
Separate use policy?reported: a Model Acceptable Use Policy over parameters & modified versions, barring surveillance, deception & fully automated decisions affecting rights
Unverified — check the model card yourself. If it reads as reported, Apache 2.0 isn’t the whole legal picture, and for ISR / geospatial / public-safety builders that clause is a go/no-go, not a footnote.
▲ Where it’s strong
  • 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
▼ Where it’s behind
  • 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
◆ The dial nobody’s talking about — controllable thinking effort

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.)

0.2 · fast & cheap 0.99 · max effort
⚑ The China question — & the irony

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.

⚠ Open weights you probably can’t run

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.

The take

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.

Sources: Thinking Machines Lab (announcement, model card, HF repo, 15 Jul 2026); Hugging Face; VentureBeat, TechCrunch, BenchLM, LinkLoot, XenoSpectrum, NewsCord; Nathan Lambert via X. Benchmarks are vendor-published (some via Artificial Analysis) & await independent replication; some reflect a pre-release checkpoint. The AUP is reported, not verified here.
thorstenmeyerai.com

Model Ownership Becomes the Product

Model weights are the numerical parameters learned during training. Possession of them lets an organization run the model on its own infrastructure, alter it through further training and avoid dependence on a provider that can change prices, access rules or product availability. For governments and regulated businesses, that creates a possible sovereignty and continuity benefit.

The order of release offers a clue to the lab’s commercial strategy. By putting weights ahead of API access, Thinking Machines appears to be treating deployment control and fine-tuning as core products rather than using open weights as a delayed version of a proprietary service. Its adjustable 0.2-to-0.99 reasoning-effort setting also targets operating cost and latency, though the claimed efficiency gains have not been independently verified.

LLM Systems Engineering: Training and Building Large Language Models – Engineering AI Models Through Fine-Tuning, Continued Pretraining, and From-Scratch Development

LLM Systems Engineering: Training and Building Large Language Models – Engineering AI Models Through Fine-Tuning, Continued Pretraining, and From-Scratch Development

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Open Models Shift Toward Deployment

Open-weight releases have often arrived after closed models or with restrictions that narrowed commercial use. Inkling reverses that sequence and arrives with deployment software available on release day. Thorsten Meyer AI described the launch as a strategic open release, while stressing that access to weights does not disclose how the training corpus was assembled.

The model also enters a field where Chinese open-weight systems, including GLM-5.2 and Kimi K2.6, have posted stronger results on some reasoning, agentic and multimodal evaluations. The source material reports that Inkling’s post-training used synthetic data from Kimi K2.5, underscoring the technical overlap among competing model developers.

“Inkling is not the strongest model available today, closed or open.”

— Thinking Machines Lab announcement

/Modern GPU Programming with Rust and CUDA 13: Mastering Parallel Computing, GPU Acceleration, Memory Optimization, AI Systems, and High-Performance Application Development (Learning Express Series)

/Modern GPU Programming with Rust and CUDA 13: Mastering Parallel Computing, GPU Acceleration, Memory Optimization, AI Systems, and High-Performance Application Development (Learning Express Series)

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Licensing and Performance Need Verification

Several limits remain unresolved. The source material reports a separate Model Acceptable Use Policy covering the original parameters and modified versions, including restrictions involving surveillance, deception and automated decisions affecting rights. That policy was not independently verified in the supplied reporting, and its relationship with Apache 2.0 may affect commercial adoption.

The practical reach of the release is also uncertain. The supplied estimates put BF16 operation at roughly two terabytes of aggregate VRAM and NVFP4 at 600 gigabytes or more, keeping the flagship beyond ordinary workstations. Claims about benchmark leadership, token savings and compressed reasoning traces remain vendor-reported findings until outside evaluators reproduce them.

Acer Veriton AI Mini Workstation Personal Computer GN100-UD11 Series

Acer Veriton AI Mini Workstation Personal Computer GN100-UD11 Series

  • Powerful AI Performance: 1 PFLOPS FP4 AI with NVIDIA GB10 Superchip
  • Pre-installed NVIDIA DGX OS: Optimized for full NVIDIA AI stack
  • High-Performance GPU and CPU: Blackwell GPU with 5th-gen Tensor Cores and 20-core Arm CPU

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Independent Tests Will Define Inkling

Researchers and prospective users can now test Inkling’s published checkpoints against GLM-5.2, Kimi K2.6 and proprietary services on their own workloads. Early scrutiny is likely to focus on benchmark reproducibility, inference costs, licensing terms and whether the reasoning-effort control produces reliable savings at scale.

Thinking Machines also plans to publish weights for Inkling-Small, a 276-billion-parameter model with 12 billion active parameters, after testing is complete. That smaller release may prove more accessible, but the lab has not provided a confirmed publication date.

Vacuum Cleaner Accessory Set for Shark RV2410WD RV2610WD RV2610WA AV2610WA AI Ultra 2-in-1 Models, Contains 4 Filters 4 Cloths 4 Side Brushes 1 Brush, Easy Install ABS Parts for Maintenance

Vacuum Cleaner Accessory Set for Shark RV2410WD RV2610WD RV2610WA AV2610WA AI Ultra 2-in-1 Models, Contains 4 Filters 4 Cloths 4 Side Brushes 1 Brush, Easy Install ABS Parts for Maintenance

  • Complete 13-Piece Kit: Includes filters, cloths, brushes, and a small brush
  • Fits Multiple Robot Models: Compatible with RV2610WA, RV2620WA, RV2410WD, AV2610WA AI
  • Optimized for 2-in-1 Cleaning: Ensures secure fit and smooth transition between functions

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What does releasing AI model weights allow users to do?

Users can download and operate the model on infrastructure they control, modify it and use it commercially under the stated license. That reduces dependence on a hosted API provider, subject to hardware and policy limits.

Is Inkling fully open-source?

No. The weights are available under Apache 2.0, but the training data and complete training pipeline were not published. Inkling is best described as an open-weight model.

Is Inkling the most capable open model?

Thinking Machines does not claim that it is. Inkling reports strong results on selected evaluations, but trails competitors on several coding, agentic and multimodal tests. The published numbers still require independent replication.

Can Inkling run on a personal workstation?

The flagship is unlikely to run effectively on typical consumer hardware. Even its compressed NVFP4 checkpoint reportedly needs at least 600 gigabytes of VRAM. The planned Inkling-Small release may offer a more practical option.

Why is the release order meaningful?

Publishing complete weights before a closed API makes user control part of the initial product rather than a later concession. It signals that Thinking Machines expects self-hosting and customization to influence purchasing decisions alongside raw benchmark scores.

Source: Thorsten Meyer AI

You May Also Like

ChannelHelm: One Video, Every Platform

Thorsten Meyer AI announced ChannelHelm, an MIT-licensed tool that turns one video into platform-ready drafts locally.

The Door: Why the Interface Is Worth More Than the Model

Thorsten Meyer AI argues that browsers, IDEs and chat apps may control AI demand as models become easier to swap.

World Model Readiness: Are You Ready for AI That Acts?

Thorsten Meyer AI adds an early World Model Readiness diagnostic as world-model research moves toward simulation, robotics and agent control.

15 Best Graphics Cards for Gaming, AI, and Creative Work in 2026

A new 2026 GPU roundup ranks cards for gaming, AI, creative work, compact PCs and external GPU upgrades.