Inkling review: is Thinking Machines' open model worth it?

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited July 20, 2026

Expert Verified
Illustration of Inkling, Thinking Machines Lab's open-weights AI model under review

Is Inkling worth it for you? (30-second check)

Before the deep dive, pick what matters most and get a straight answer. This is the same call I'd make on a real project.

What Inkling actually is

Quick grounding before the review proper. Inkling is Thinking Machines Lab's first public model, and the lab is refreshingly upfront that it isn't chasing the leaderboard. The pitch is a broad, balanced open foundation you fine-tune for your own use on the lab's Tinker platform. It's a starting point you shape, not a chatbot you subscribe to.

The specs that matter, from the model card:

  • Architecture: a Mixture-of-Experts transformer, 975B total with 41B active per token (6 of 256 experts routed, plus 2 shared). That's how a near-trillion-parameter model serves at a sane speed.
  • Inputs: text, images, and audio (16 kHz WAV, best under ~20 minutes). Output is text only.
  • Context window: up to 1M tokens.
  • License: Apache 2.0, so commercial use is fine and the weights are on Hugging Face.
  • Released: July 15, 2026.

The audio is the standout. As the top comment on the launch thread called it, this is the "largest open weight model that supports audio," which matters the moment you want a model to listen to a support call rather than read a transcript of it.

Inkling's relative-attention path: hidden state projects to Q, K, V and R, with short convolution on K/V into the cache and a relative-position bias added to the attention logits, as diagrammed by Thinking Machines on the Hugging Face launch blog
Inkling's relative-attention path: hidden state projects to Q, K, V and R, with short convolution on K/V into the cache and a relative-position bias added to the attention logits, as diagrammed by Thinking Machines on the Hugging Face launch blog

The benchmarks: smart, with sharp edges

Here's where you separate the vendor's pitch from the independent read. Thinking Machines' own tables show flattering max-effort numbers, but the cleaner signal is Artificial Analysis, which benchmarks everyone the same way.

Their verdict: Inkling scores 41 on the AA Intelligence Index, #10 of 97, well above the ~25 average for open-weights models its size. So it's a smart model. But it sits below the frontier leaders and lands in a cluster with peers like DeepSeek V4 Flash. Broader community trackers put it nearer #41, which is where the "is 'competitive' fair?" debate came from.

Evaluation (Artificial Analysis)InklingWhat it tests
GPQA Diamond87%Scientific reasoning
AA-LCR63%Long-context reasoning
Terminal-Bench v2.155%Agentic coding + terminal use
SciCode46%Coding
AA-Omniscience (accuracy)40%Knowledge
GDPval-AA v237%Real-world work tasks
Humanity's Last Exam30%Reasoning + knowledge
CritPt5%Physics reasoning

Read that honestly and Inkling gets a real personality: strong on scientific and long-context reasoning, noticeably weak on physics and raw knowledge reliability (its AA-Omniscience knowledge-reliability index is a lowly 2 on a −100-to-100 scale). Sharp edges, not a smooth all-rounder.

There's also a genuinely useful efficiency claim underneath the scores. Inkling exposes a controllable thinking-effort dial (none through max in the Hugging Face integration), and the lab says it hits the same Terminal-Bench score as Nemotron 3 Ultra while spending about a third of the tokens. For anyone paying per token or renting a GPU, "same answer, fewer tokens" beats a fractional benchmark win.

The launch thread caught the same mixed picture I did:

Hacker News

"I just looked at the benchmarks and was kinda disappointed that it seems to be between KimiK2.6 and KimiK2.7 on most of the benchmarks."

The price: the one real knock

This is the part that surprised me most in the review. Inkling is open weights, and yet on Thinking Machines' own API it's priced like a proprietary frontier model. Per Artificial Analysis, it lands at #81 of 97 on price, among the most expensive in its class.

Access pathWhat you payNotes
Thinking Machines API — input$1.87 / 1M tokensClass average ~$0.43; expensive
Thinking Machines API — output$4.68 / 1M tokensClass average ~$1.25
Blended rate~$1.10 / 1M tokensAt a 7:2:1 cache:input:output mix
Cache read/write$0.374 / 1M tokensCache hit is −80% vs input
Self-host the weights$0 for the modelApache 2.0; you pay for hardware
Tinker fine-tuningPaid serviceThe lab's real business model

Two things stand out. First, there's currently one API provider, Thinking Machines itself, so no cheaper third-party host is undercutting them yet. Second, "open weights" only makes it free if you're willing to run it, which is a real decision, not a footnote. So the price verdict is simple: renting Inkling is hard to justify; owning it can be a bargain.

A 1-bit GGUF build of Inkling running locally in Unsloth's studio, writing a self-contained Sudoku HTML game after thinking for 321 seconds, with a 12.6k / 1,048.6k token context meter, as shown on the Hugging Face launch blog
A 1-bit GGUF build of Inkling running locally in Unsloth's studio, writing a self-contained Sudoku HTML game after thinking for 321 seconds, with a 12.6k / 1,048.6k token context meter, as shown on the Hugging Face launch blog

Running it yourself: the actual selling point

Because the weights are open, the community had Inkling running locally on day one. The Hugging Face launch blog lays out three tiers: the full BF16 checkpoint wants around 2 TB of VRAM (data-center territory), the NVFP4 quant drops that to roughly 600 GB on Blackwell hardware, and community 1-bit GGUF builds cut it ~95%, enough for a beefy workstation.

Tooling support landed fast too: day-zero integration in transformers 5.14, SGLang, vLLM, and llama.cpp/Unsloth, plus speculative-decoding drafter layers for a lossless speed-up. That "run it yourself" story is the real reason to care. The tradeoff is control versus convenience: you own the weights, your data never leaves your infrastructure, and nobody can deprecate the model out from under you, but you're now on the hook for the GPUs.

For teams that want that control without babysitting a cluster, Inkling showed up on Databricks on day zero, reachable through the Unity AI Gateway with governance built in and no per-token pricing.

Pros and cons

Here's the balance sheet from the review, no hedging.

What Inkling gets right

  • Genuinely open — Apache 2.0 weights, commercial use, self-hostable down to a 1-bit build.
  • Native audio input — the largest open-weight model that listens, not just reads.
  • 1M-token context — ties the top tier on length.
  • Token-efficient reasoning — the effort dial delivers real savings, not just a marketing line.
  • Strong scientific + long-context reasoning — 87% GPQA Diamond, 63% AA-LCR.

Where it falls short

  • Expensive to rent — #81 of 97 on API price, a strange place for open weights to land.
  • Not a leaderboard winner — sits below frontier leaders, mid-pack among open peers.
  • Weak knowledge reliability — AA-Omniscience index of 2, plus a rough 5% on physics reasoning.
  • One API host — no third-party competition on price yet.
  • Serious hardware to self-host — "free" model, ~2 TB VRAM for the full build.

What the community actually thinks

The Hacker News launch thread (1,214 points, ~292 comments) is the clearest read on reception. The mood was enthusiastic but measured, and the excitement was less about scores and more about who shipped it:

Hacker News

"Not to mention - it is American. This is the first competitive non-Chinese open weights model since what, Llama 3?"

That framing got pushback (people named Mistral, Cohere's North, Gemma), but the underlying "a credible Western open-weights option was overdue" sentiment ran through the whole thread. There was also a healthy "how does a company that gives its model away survive?", with the answer landing on Tinker, the hosted fine-tuning business. The most useful line for anyone doing their own review, though, was the reminder that no public benchmark is the real test:

Hacker News

"want to know how good a model is? Run it with your own non-public benchmark, basically the only way to get proper answers you can somewhat rely on, everything else is manipulated, misunderstood or over-relied on."

Hold onto that instinct, because it's exactly the one that matters the moment you point a model at your support queue.

What an Inkling-class model means for support

Here's where I've spent the last few years, so let me be direct. I build the agent layer that sits on top of models like Inkling, and the thing I've learned watching real rollouts is this: a better base model rarely changes what actually ships to a support queue.

A raw model, however smart, doesn't know your refund policy, can't see the last 40,000 tickets your team already solved, and has no idea when it should shut up and hand off to a human. Point it straight at customers and it will answer confidently and wrongly, which is worse than not answering. That failure mode is the exact reason AI hallucinations in support burn teams, and it's why the model is only ever the engine.

The car is the layer around it. That's what eesel is: it learns from your solved tickets and help docs (not just a marketing page), routes on confidence so low-certainty answers get drafted instead of sent, and, the part I care most about, it lets you simulate the agent against your own past tickets before a single customer sees it. That simulation is the "run it on your own benchmark" advice from Hacker News, turned into a product step.

Flow showing an open-weights model as the engine, an eesel layer that learns from solved tickets, routes on confidence and simulates on past tickets, and the working support teammate that results
Flow showing an open-weights model as the engine, an eesel layer that learns from solved tickets, routes on confidence and simulates on past tickets, and the working support teammate that results

It also means you don't bet your support stack on any single model. The best model changes every few weeks (Inkling today, something else next month), so eesel stays model-agnostic and rides whichever one is strongest, while the part that matters to customers, the knowledge, the guardrails, the ticket triage, stays put.

Verdict

Inkling is a genuinely good open-weights model with a pricing quirk you have to plan around. If you want to own the weights, need audio or long context, and can run the hardware, it's one of the most interesting open releases of 2026 and well worth downloading. If you just want the cheapest capable API, or the single highest benchmark score, it isn't the pick, and you shouldn't force it.

And if your actual goal is to answer support tickets, remember what the review keeps circling back to: a model card is not a support agent. The engine is only half the job.

Try eesel

Inkling is a fun release, but a model card is not a support agent. If your real goal is to automate tier-1 support, what you need is the layer that turns any strong model (open or closed) into a teammate: eesel plugs into your existing helpdesk (Zendesk, Freshdesk, Gorgias, HubSpot, Front and 100+ others), learns from your history, and lets you simulate on real past tickets before you go live, so you see coverage and accuracy first, not after a customer catches a bad reply. Gridwise used exactly that approach to resolve 73% of tier-1 requests in their first month.

Pricing is usage-based at around $0.40 per resolved ticket, with no per-seat fees, and you can start free. It's the difference between admiring a great engine and actually driving somewhere.

Frequently Asked Questions

Is Inkling worth it?
It depends on why you want it. As an open model you can download, self-host, and fine-tune, Inkling is a strong pick, especially if you need native audio input or a 1M-token context. As the cheapest capable API, it's not worth it - at roughly $1.87 in / $4.68 out it's priced like a proprietary frontier model, so cheaper open-weights peers win on cost. My short Inkling review: great to own, expensive to rent.
Is Inkling any good compared to Kimi and GLM?
It's genuinely smart - Artificial Analysis scores it 41 on their Intelligence Index, #10 of 97 - but it doesn't top the open-weights pack. Community testers on Hacker News found it benchmarks roughly between Kimi K2.6 and K2.7. Its real edges are native audio and long context, not a leaderboard win.
How much does Inkling cost?
On Thinking Machines' own API, Inkling runs about $1.87 per 1M input tokens and $4.68 per 1M output tokens, per Artificial Analysis, which ranks it #81 of 97 on price - expensive for an open-weights model its size. The weights themselves are free under Apache 2.0, so self-hosting trades the per-token bill for a hardware bill.
Is Inkling free and open source?
The weights are free to download under Apache 2.0, so you can self-host Inkling and use it commercially. "Free" is not "free to run," though - the full BF16 build wants roughly 2 TB of VRAM, dropping to a workstation only with a heavily quantized 1-bit GGUF. There's also a paid first-party API if you don't want the hardware.
Can I use Inkling for customer support?
You can wire it up, but a raw model isn't a support agent no matter how good the Inkling review numbers look. To answer real tickets safely you need a layer that learns from your solved tickets, routes on confidence, and can be simulated before going live. That's what an AI customer service platform like eesel adds, and it stays model-agnostic so it can ride whichever model is best.
Who makes Inkling and what is Tinker?
Inkling is the first open-weights model from Thinking Machines Lab, founded by former OpenAI CTO Mira Murati. The lab gives the model away and makes money from Tinker, its hosted fine-tuning platform - the "open weights, sell the tooling" model Hacker News debated all through launch day.
What are Inkling's benchmark scores?
Per Artificial Analysis: AA Intelligence Index 41 (#10 of 97), GPQA Diamond 87%, long-context AA-LCR 63%, Terminal-Bench 55%, SciCode 46%, and Humanity's Last Exam 30%. It's weak on physics reasoning (CritPt 5%) and knowledge reliability (AA-Omniscience index of 2 on a -100-to-100 scale). Sharp edges, not a smooth all-rounder.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
Illustration of Inkling, Thinking Machines Lab's open-weights AI model
Trending

Inkling explained: Thinking Machines' open-weights AI model

What Inkling actually is: Thinking Machines Lab's first open-weights model, its real benchmarks, what it costs to run, and whether it belongs anywhere near a support queue.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Editorial illustration representing a comparison of AI models as alternatives to Inkling
Trending

8 best Inkling alternatives in 2026

Inkling is open and interesting, but it's expensive for open weights and not the smartest model you can run. Here are the 8 alternatives I'd actually try instead, with real prices and where each one beats it.

Rama Adi NugrahaRama Adi NugrahaJul 20, 2026
Skywork AI pricing breakdown illustration
Trending

Skywork AI pricing: what it really costs in 2026

A plain-English breakdown of Skywork AI pricing: the $1 trial, the credit system, the $19.99 Pro plan, and the billing gotchas to watch before you pay.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Skywork AI review illustration showing a super-agent turning one prompt into slides, docs and websites
Trending

Skywork AI review (2026): capable agent, messy billing

An honest Skywork AI review: the super-agent makes real slides, docs and websites, but the trial-to-paid billing is where users get burned.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Skywork AI super-agent workspace illustration
Trending

What is Skywork AI? The super-agent workspace, explained

Skywork AI is a general-purpose AI super-agent that builds slides, docs, sheets, sites and videos. Here's what it does, how it works, and what it costs.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Editorial illustration of parallel coding agents and terminal windows, representing the field of ZCode alternatives
Trending

The 8 best ZCode alternatives in 2026

ZCode is impressive and rough at the same time. Here are the 8 best ZCode alternatives in 2026, with real pricing, honest trade-offs, and who each one is for.

Rama Adi NugrahaRama Adi NugrahaJul 12, 2026
Editorial illustration of a benchmark leaderboard with one tall highlighted bar, representing ZCode and the GLM-5.2 model
Trending

ZCode: what Z.ai's new AI coding agent really is

A hands-on read on ZCode, the free agentic coding app from the GLM team: the GLM-5.2 model behind it, the real launch-week complaints, and who should use it.

Rama Adi NugrahaRama Adi NugrahaJul 12, 2026
Editorial illustration of a large language model reasoning over a long stream of documents
Trending

Kimi K3 review: Moonshot's open frontier model, tested

A hands-on Kimi K3 review: the 2.8T open model's architecture, benchmarks, real pricing, and what the launch-week community actually thinks.

Alicia Kirana UtomoAlicia Kirana UtomoJul 21, 2026
Illustration representing the Kimi K3 large language model by Moonshot AI
Trending

Kimi K3 explained: Moonshot's open frontier model

A plain-English guide to Kimi K3, Moonshot AI's 2.8-trillion-parameter open model: what it is, how it performs, what it costs, and whether it is worth switching to.

Alicia Kirana UtomoAlicia Kirana UtomoJul 17, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free