⚡ Uncle Cat AI Radar
Open SourceModels

Thinking Machines open-weights 276B Inkling-Small

Two weeks after its 975B flagship, Thinking Machines released a 276B Apache-2.0 sibling with 12B active parameters and full text, image and audio reasoning.

Thinking Machines Lab released Inkling-Small on Thursday, an Apache 2.0 open-weights model with 276 billion total parameters and 12 billion active, roughly a quarter the size of the Inkling flagship it shipped two weeks earlier.

Architecture and scores

Inkling-Small is a 42-layer decoder-only transformer with a sparse mixture-of-experts feed-forward stack; each token routes to six of 256 experts plus two shared experts. It accepts text, images between 40 and 4096 pixels, and 16kHz audio, outputs text, and carries a one-million-token context window. Like the flagship, it exposes controllable thinking effort.

The published model card reports 80.2 percent on SWE-bench Verified, 89.5 percent on GPQA Diamond, 95.5 percent on AIME 2026, 74.0 percent on MMMU Pro, and 98.4 percent on the StrongREJECT safety evaluation. The lab says the smaller model delivers more performance per FLOP than Inkling across agentic tool use, reasoning and instruction-following benchmarks, while the larger model retains an edge on the hardest reasoning and coding tasks.

Hardware requirements put BF16 inference at roughly 600GB of VRAM — four B300s or eight H200s — dropping to about 180GB under NVFP4 quantisation. Unsloth said the model runs locally on a 128GB machine with its quantisation work. Weights are on Hugging Face, with fine-tuning available through the lab's Tinker platform and multimodal chat in Tinker Playground. Nvidia, Baseten and Unsloth published day-zero support; Baseten listed it on its model APIs the same afternoon. Arena placed it around rank 88 on Text Arena's AutoEval score with 1431 points and roughly 21st among open models, noting it as one of only five US models in the open top tier.

Why it matters

The open-weight frontier has been dominated for months by Chinese labs, with Moonshot's 2.8-trillion-parameter Kimi K3 requiring more than 1.5TB of memory just to hold its weights. A US-origin Apache 2.0 model that fits on a single eight-GPU node — or a quantised workstation — is a different proposition for enterprises that want on-premise deployment without a Chinese provenance question or a supercomputer budget.

Sources