Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
VentureBeat ML · 2026/7/31 00:14:22

Thinking Machines debuts Inkling Small open source AI model nearing performance of predecessor at about 1/4 size
AI 中文解读
Thinking Machines公司又出大招了!刚刚发布的新模型Inkling Small,体积只有前代产品四分之一,性能却几乎没打折,甚至在编程、推理等多项测试中还超过了“大哥”。
简单来说,这就像把一台超级计算机塞进了行李箱里。前代Inkling有9750亿个参数(可以理解为模型的“脑细胞”),而Inkling Small只有2760亿个,但每次处理任务时实际动用的“脑细胞”从410亿降到了120亿,效果却依然接近顶尖水平。它能看懂文字、图片和音频,还能一口气处理上百万字的长文档。
对企业用户来说,这意味着不再需要烧钱堆显卡就能获得接近顶级的AI能力。虽然还不能装进个人电脑,但相比前代,部署门槛和推理成本都大幅降低。目前公司还推出限时半价优惠,API调用价格相当实惠。最令人惊喜的是,这个“小个子”在某些编程和科学推理测试中甚至超越了大哥,比如编程正确率从77.6%提升到80.2%。可以说,Thinking Machines正在让最强AI变得更接地气。
Just two weeks after Thinking Machines released Inkling, its first open source AI language model, the well-funded startup led by former OpenAI chief technology officer Mira Murati today introduced Inkling-Small without sacrificing much of any performance — and in fact, the new model surpasses its larger predecessor on several benchmarks.Inkling Small is a 276-billion-parameter multimodal reasoning model with a permissive Apache 2.0 license that comes within a single point of its larger sibling on the third-party Artificial Analysis Intelligence Index, despite the original Inkling being 975 billion parameters (internal model settings). It accepts text, image and audio inputs, produces text, and supports a context window of up to one million tokens.Inkling Small uses 12 billion active parameters per token, compared with Inkling’s 41 billion active parameters, while preserving much of the flagship’s coding, reasoning and multimodal performance.For enterprises, the appeal is not simply that Inkling-Small is smaller. It is that developers appear to give up relatively little capability while reducing the model’s compute requirements, inference costs and deployment footprint. The model remains far too large for a laptop or conventional workstation, but it is materially easier to operate than the 3.5X larger flagship, making it a good fit for enterprises with some — but not a lot — of their own graphics processing units (GPUs). Thinking Machines has released the full weights on Hugging Face and added support for fine-tuning through its Tinker model training application programming interface (API). At launch, the company is advertising a limited-time 50% discount, bringing API pricing for the standard 64K-context Inkling-Small model to $0.58 per million prefill (input) tokens, $1.44 per million sampled (output) tokens, and $1.73 per million training tokens, with cached prefill requests priced at $0.116 per million tokens. A 256K-context variant is also available at higher rates.Nearly the same performance at a quarter the sizeArtificial Analysis assigned Inkling-Small a score of 40 on its Intelligence Index, compared with 41 for Inkling. That result is notable because Inkling-Small has 276 billion total parameters and 12 billion active parameters, while Inkling has 975 billion total parameters and 41 billion active parameters.Artificial Analysis also reported that no open-weight model at Inkling-Small’s size or smaller scored higher on the index.The model does more than merely approach the flagship’s aggregate score. On several evaluations, it surpasses Inkling.Thinking Machines reports that Inkling-Small scores 80.2% on SWE-bench Verified, compared with Inkling’s 77.6%, and 64.7% on Terminal Bench 2.1, compared with 63.8% for the larger model. It also edges ahead on SciCode, Humanity’s Last Exam, GPQA Diamond and CritPt.The gains are not universal. Inkling retains a clear advantage on factual knowledge and some agentic tasks. Inkling-Small scores 15.5% on τ³-Banking, compared with 23.7% for Inkling, and its AA Omniscience score is negative, reflecting weaker factual coverage even though its reported hallucination rate is slightly lower.That tradeoff matters for enterprises. Inkling-Small may be attractive for coding assistants, tool-use systems, retrieval-augmented generation, document analysis and multimodal workflows, but organizations using it for high-stakes factual tasks will still need retrieval, verification and human review.How a 276B model uses only 12B parameters at a timeInkling-Small is a sparse Mixture-of-Experts model. According to the model card published by Thinking Machines, its 42-layer decoder routes each token to six of 256 specialized experts, along with two shared experts that remain active for every token.That architecture helps explain the distinction between the model’s 276 billion total parameters and its 12 billion active parameters. The system retains a large pool of learned capacity but activates only a fr
分享
阅读原文 ↗