Inkling is a mixture-of-experts model—an architecture where only a portion of the network activates for any given input, keeping inference fast without sacrificing depth. It is a very big model: It has 975 billion total parameters (the internal settings that define how the model processes information), with 41 billion active per task, so forget about running it on your local machine.
Being multimodal, this model accepts text, images, and audio, and supports a context window—the amount of text the model can reason over at once—of 1 million tokens, roughly 750,000 words. It was pretrained on 45 trillion tokens spanning text, images, audio, and video.
"Our first model, Inkling. Trained from scratch, weights are open, fine-tunable on Tinker today," Murati wrote on X . The fact that it’s trained from scratch means a lot, especially in the open-source community as it could bring a breath of fresh air to Western developers that are wary of China but need to use Asian models for their developments because the top AI companies in the Western world are mostly focused on shipping close-source models.
Inkling's clearest wins come in agentic tasks. On MCP Atlas—which measures how reliably an AI agent completes real-world tasks using Model Context Protocol, the open standard for connecting AI assistants to external tools and services, scored as percentage of tasks completed—Inkling posts 74.1%. That's nearly 30 points above Nvidia's Nemotron 3 Ultra, the main Western open-weights rival in the comparison.
On SWE-Bench Verified—a test of whether an AI agent can autonomously fix real GitHub software bugs, scored as a percentage of issues resolved—Inkling scores 77.6%, also above Nemotron's 70.7%.
Overall, Thinking Machines is selling this model as “well-rounded” and generalist. It means it doesn’t compromise quality in one specific set of tasks because its capabilities focus on something else (like models that are great at coding but suck at creative writing, for example).
Source: Thinking Machines Thinking Machines acknowledges this. Inkling is not the strongest model available today, open or closed.
Now, these developers have a model that (even though worse than the best Chinese models at almost everything) aligns better with their ideals, expectations and values. Subsequent finetunes can make this model excel at specific tasks, making those finetunes competitive in benchmarks versus Asian models.
On FORTRESS Adversarial—which tests how consistently a model refuses genuinely harmful prompts without over-blocking legitimate ones, scored as a percentage correctly handled—Inkling scores 78.0%, the highest mark among all open-weights models in the comparison.
Alongside Inkling, Thinking Machines previewed Inkling-Small: 276 billion total parameters, 12 billion active, already matching the larger model on most reasoning benchmarks. Its weights arrive once testing is complete, with no timeline given.

















