model releaseThinking Machines

Thinking Machines Releases Inkling Small, a 12B-Active-Parameter Model That Beats Its Larger Predecessor on Key Benchmar

TL;DR

Thinking Machines has released Inkling Small, an open-weights reasoning model with 276 billion total parameters but only 12 billion active. According to Artificial Analysis, it scores nearly as high as the company's larger Inkling model while using roughly a third of the parameters and far fewer output tokens per task.

2 min read
0

Thinking Machines, the AI lab founded by former OpenAI CTO Mira Murati, has released its second model, Inkling Small, prioritizing efficiency over raw scale.

According to Artificial Analysis, the open-weights reasoning model scores 40 on the Intelligence Index — just one point below the company's first model, Inkling, which scores 41. Inkling Small achieves this with 276 billion total parameters and only 12 billion active parameters, less than a third of what its larger sibling uses. Artificial Analysis states that no open model of equal or smaller size scores higher on its Intelligence Index.

Benchmark performance

Inkling Small outperforms Inkling on several coding and reasoning benchmarks despite its smaller active parameter count:

  • Humanity's Last Exam: 32% vs. 30% for Inkling
  • GPQA Diamond: 89% vs. 87% for Inkling

The smaller model falls behind on agent-based tasks and factual knowledge benchmarks, according to Artificial Analysis, suggesting a tradeoff between reasoning efficiency and broader knowledge retention.

Token efficiency

The standout metric is token efficiency. Inkling Small averages 24,000 output tokens per task, compared to 45,000 for DeepSeek V4 Flash and 78,000 for GPT-5.4 mini, according to Artificial Analysis data. Lower token consumption per task translates directly into lower inference costs and faster response times for equivalent reasoning quality — a significant factor for production deployments running at scale.

Specifications

Inkling Small handles text, image, and speech inputs and ships with a 256,000-token context window. Thinking Machines has released the model under the Apache 2.0 license, with weights available on Hugging Face. Pricing for API access has not yet been disclosed.

Users can fine-tune the model directly in the browser through Thinking Machines' Tinker Playground. The company positions Inkling Small — like its predecessor — as a foundation model meant to be fine-tuned with customer-specific data rather than used purely out of the box.

What this means

Inkling Small is a bet that mixture-of-experts efficiency, not parameter count, will define competitive open models going forward. A model with 12 billion active parameters matching or beating a larger sibling on reasoning benchmarks — while using roughly a third the output tokens of comparable models from DeepSeek and OpenAI — has real cost implications for anyone running reasoning workloads at volume.

The agentic task and factual knowledge gaps are worth watching. If Inkling Small underperforms on tasks requiring broad world knowledge or multi-step tool use, it may be best suited for narrow reasoning-heavy applications rather than general-purpose agents. Thinking Machines' emphasis on fine-tunability via Tinker Playground also signals a strategy: rather than competing purely on raw capability, the company is betting that customizability on top of an efficient base model is what enterprise customers actually want. Whether that bet pays off depends on adoption data that isn't yet available — Artificial Analysis benchmarks measure raw capability, not real-world fine-tuning outcomes.

Related Articles

model release

InclusionAI Releases Ling 3.0 Flash Fin, a Finance-Focused MoE Model with 5.1B Active Parameters

InclusionAI has released Ling 3.0 Flash Fin, a finance-specialized mixture-of-experts model built on Ling 3.0 Flash. The model activates 5.1B of its 124B total parameters and targets long-horizon investment planning tasks while retaining general reasoning, coding, and math capabilities.

model release

Meta Releases Muse Spark 1.3 Contributor, a Low-Cost Multimodal Reasoning Model With 1M Context Window

Meta has released Muse Spark 1.3 Contributor, described as the cost-efficient contributor tier of its multimodal reasoning model line. The model offers a 1 million token context window at $0.10 per 1M input tokens and $0.20 per 1M output tokens, targeting experimentation and early-stage agentic workflows.

model release

Meta Releases Muse Spark 1.3, a Free Multimodal Reasoning Model with 1M-Token Context

Meta has released Muse Spark 1.3, a multimodal reasoning model with a 1M-token context window, listed as free on OpenRouter. The model targets long-running agentic, multi-agent, and coding workflows, though audio input support remains incomplete.

model release

OpenAI's GPT-6 Astra Cuts Hallucinations, But Indirect Prompt Injection Attacks Still Succeed 8.5% of the Time

OpenAI's new GPT-6 Astra model shows major improvements in hallucination rates and jailbreak resistance over predecessor GPT-5.6 Sol, according to OpenAI's system card. However, indirect prompt injection attacks hidden in documents still succeed 8.5% of the time in external testing by Gray Swan, down from 27% but still above rival Claude Opus 5's 4.8% rate.

Comments

Loading...