Inkling-Small review: a quarter the size, and mostly as smart

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 4, 2026

Expert Verified
Illustration comparing a small ordered model core against a much larger tangled one, for an Inkling-Small review

Inkling-Small in 30 seconds

ReleasedJuly 30, 2026, fifteen days after Inkling
MakerThinking Machines Lab (Mira Murati)
Size276B total, 12B active, 42 layers
LicenceApache 2.0, weights on Hugging Face
Context1M tokens on the model card, 524K via OpenRouter
InputsText, image, audio (16 kHz WAV)
API price$0.30 to $0.50 in, $1.20 out per 1M
Self-host floor89 GB at a 2-bit quant
Best atCoding, tool use, agent loops, long context
Weakest atFactual recall without retrieval

What Inkling-Small actually is

The architecture is where the interesting part lives, and it explains both halves of the results.

Inkling-Small is a 42-layer decoder-only transformer with a sparse mixture-of-experts feed-forward stack. Each token gets routed to 6 of 256 experts, plus 2 shared experts which fire on every single token. Total parameters come to 276B; only 12B of those are active per token. The model card confirms hybrid local and global attention layers, BF16 and NVFP4 numerics, then training on NVIDIA GB300 NVL72 systems.

Compare that against the parent. Inkling is 975B total and 41B active across 66 layers, so the routing shape is the same, but with roughly a quarter of the total mass and under a third of the active mass. Thinking Machines describes the result as "comparable performance to Inkling at a quarter of its size."

That ratio is the whole story here. A big total-to-active ratio is what makes a model cheap to serve, and a small total parameter count is what makes it forgetful. Inkling-Small pushed hard on the first one and paid for it on the second. For the general version of that mechanism, custom AI models walks through the same trade without all the benchmark tables.

It takes text, then images (40 to 4096 pixels works best), and audio as WAV at 16 kHz, ideally under two minutes. Output is text only. Reasoning effort is a dial from 0 to 0.99, where low is 0.2, medium sits at 0.7 and max is 0.99, so per call you can trade thinking tokens against latency.

Native audio input is the rarest thing on that list, which is why this model keeps coming up in voice conversations. The limit is worth to flag though: audio goes in, text comes out, so there is no speech synthesis here at all. Vendors that do close the loop are covered in AI voice companies.

Which job is Inkling-Small right for?

The answer changes a lot depending on workload, and for each one the vendor's own table has the evidence. Pick the job you actually have:

Inkling-Small or the full Inkling?

Pick your workload. Numbers are from the Thinking Machines model cards for both models.

Take the small one

It wins outright, and you keep the 3.4x cheaper output tokens. There is no reason to pay for the big model here.

BenchmarkSmallInkling
SWEBench Verified80.2%77.6%
SWEBench Pro55.9%54.3%
Terminal Bench 2.164.7%63.8%
Take the small one

The gap on Toolathlon is nearly nine points, which is a lot for a model this much cheaper. Long agent loops are where the price difference compounds.

BenchmarkSmallInkling
Toolathlon Verified54.4%45.5%
MCP Atlas79.6%76.0%
GDPval-AA v2 (Elo)12691238
Ground it, or go bigger

This is the one place the size cut really shows. A negative Omniscience score means confident wrong answers outnumber right ones, so either give it retrieval over your own sources or use the larger model.

BenchmarkSmallInkling
SimpleQA Verified20.6%43.9%
AA Omniscience-9.0+2.1
Global-MMLU-Lite86.7%88.7%
Close enough to not matter

The parent edges AIME, the small one edges GPQA. Both are high enough that the price difference should decide it.

BenchmarkSmallInkling
AIME 202695.5%97.1%
GPQA Diamond89.5%87.2%
HLE (text only)31.6%29.7%
Slight edge to the parent

Audio is the one modality where shrinking cost something measurable but small. Both models take 16 kHz WAV natively, which is still rare.

BenchmarkSmallInkling
VoiceBench90.1%91.4%
Audio MC54.9%56.6%
MMAU77.0%77.2%

The benchmarks: it really does beat its parent

A distilled or shrunken model normally lands a bit behind the flagship it came from. Inkling-Small does not, at least not on the categories most people buy a model for.

Scorecard showing where Inkling-Small beats and trails its larger parent model
Scorecard showing where Inkling-Small beats and trails its larger parent model

On coding it takes SWEBench Verified 80.2% against 77.6%, then SWEBench Pro 55.9% against 54.3%, with Terminal Bench 2.1 at 64.7% against 63.8%. On the agentic side it takes Toolathlon Verified 54.4% against 45.5% and MCP Atlas 79.6% against 76.0%, plus a GDPval-AA v2 Elo of 1269 against 1238. On general reasoning it takes GPQA Diamond 89.5% against 87.2%, and Humanity's Last Exam 31.6% against 29.7% text-only.

It also posts numbers which the parent's card does not report at all. SciCode 48.7%, CritPt 8.3%, then ARC-AGI-1 84.0% and ARC-AGI-2 40.1%. On instruction-following, IFBench comes in at 82.2% against 79.8%, and that matters more than it sounds for anything which has to obey a system prompt reliably. If that is the axis you care about, AI agent vs rule-based chatbot explains why in production obedience beats raw intelligence.

The losses on the reasoning side are real, but narrow. AIME 2026 drops to 95.5% from 97.1%. Tau 3 Banking drops to 15.5% from 23.7%, which is the sharpest single regression anywhere in the agentic block, and worth noting if your workload looks like structured financial workflows.

One more result deserves a flag, because it is easy to miss. Global-MMLU-Lite, the multilingual test, slips to 86.7% from 88.7%. A two-point drop, so nothing dramatic, but it points the same direction as the factuality numbers do: the cut came out of breadth. If you serve several languages then test in each of them rather than trusting the aggregate, and multilingual support agents covers what that testing looks like in practice.

Independently, Artificial Analysis scores it 40 on their Intelligence Index at rank #15 of 101, against 41 and #13 for the full Inkling. One index point apart, at a quarter of the size. Third-party scoring and vendor scoring landing on the same conclusion is unusual, and it is the strongest thing in this review.

The one number that should stop you

Here is the part which did not make the launch post.

SimpleQA Verified, which tests whether a model knows short factual answers, comes in at 20.6% for Inkling-Small against 43.9% for Inkling. Less than half. And AA Omniscience, which nets correct answers off against confidently wrong ones, reads -9.0 where the parent gets +2.1.

A negative Omniscience score means the model states more wrong things confidently than right things. This is not a model which says "I'm not sure." It is a model that fills the gap. Thinking Machines lists this themselves under known limitations, naming "hallucination (generating plausible but factually incorrect or unsupported content)" and "degraded performance in long multi-turn conversations," and they recommend against medical, legal or safety-critical deployment without further fine-tuning. Credit where it is due, that is a more candid limitations section than most labs bother to publish.

For a coding agent this barely matters, since the compiler is the fact-checker. For anything customer-facing it matters a great deal, and I have watched the failure mode in production. One support team I worked with had a knowledge base saying they support all vehicle models, and so their bot cheerfully confirmed coverage for car brands which were not in their database at all. Nothing hallucinated in the dramatic sense. The model just filled a gap with something plausible. That team described their early setup as "trial and error in the beginning."

A model at -9.0 on Omniscience is that same failure mode with the volume turned up. The mitigations are known and boring, which is retrieval over sources you control, citations a person can check, plus a refusal path. AI hallucinations in support covers the full set, and the shorter practical version is AI hallucination prevention.

Price and speed: the real reason to care

This is where the small model earns its place in the world.

Inkling-SmallInkling
Input per 1M$0.30 to $0.50$1.00
Output per 1M$1.20$4.05
Blended (AA)$0.22$0.72
Output speed131.1 tok/s84.8 tok/s
Time to first token1.65s1.82s
Providers24
AA Intelligence Index4041

Output tokens cost 3.4x less and arrive 1.5x faster, for one index point of intelligence. For agent loops, where output tokens dominate the bill and latency compounds over dozens of turns, that is not a marginal difference. It also shows up in the numbers a support team actually reports on, because faster first tokens move first contact resolution along with the rest of the customer service metrics which follow from it.

Two caveats before you go and budget on it. Input pricing is not settled yet: Artificial Analysis lists $0.30 per 1M, while the OpenRouter listing shows $0.45 and its API returns $0.50, so check your own route. Also there are only two providers so far, against four for the parent, and that is thin if you need failover.

The second caveat is the more surprising one. The model card says 1M context. OpenRouter currently serves it at 524,288 tokens, which is exactly half. The weights support the full window, the routed API just does not expose it yet. If a million tokens is the reason you picked this model, then self-host or verify with your provider first. Context window size covers why the advertised number and the usable number diverge so often.

The actual business at Thinking Machines is Tinker, their hosted LoRA fine-tuning platform, and Inkling-Small is supported on it. Checkpoint storage runs $0.10 per GB-month; per-token training rates are not published on the overview page.

Running Inkling-Small yourself

Self-hosting is the clearest upgrade over the parent model, and here the numbers are not close.

Memory ladder showing Inkling-Small quantization sizes against a 128 GB workstation limit
Memory ladder showing Inkling-Small quantization sizes against a 128 GB workstation limit

Unsloth's numbers put Inkling-Small at 543 GB in BF16, then 132 to 170 GB at 4-bit, 128 GB at 3-bit, and 89 GB at 2-bit. The full Inkling needs 1,900 GB at BF16 and it still wants 270 to 285 GB even at a 1-bit quant. The model card frames the same thing in hardware terms: 600 GB of aggregated VRAM for BF16 (4x B300 or 8x H200), dropping to 180 GB for the NVFP4 checkpoint, so one B300 or a pair of H200s.

The 89 GB figure is the one that changes who can run this. That fits inside a 128 GB unified-memory machine, which is a workstation purchase and not a datacentre one. And because only 12B parameters are active per token, a heavily quantized build stays usable instead of crawling.

Recommended sampling settings are temperature 1.0, top_p 1.0 and min_p 0.0, on a 1,048,576-token context. Day-one support covers transformers, vLLM, SGLang, TokenSpeed, Unsloth and Docker Model Runner, with quantized builds through llama.cpp, Ollama, LM Studio and Jan. One thing to watch, llama.cpp needs PR #25731 merged in. Broader self-hosting options sit in best open source AI agents.

Pros and cons

What's good

  • Beats a model 3.5x its size on coding and tool use, plus instruction-following
  • $1.20 per 1M output tokens, so 3.4x cheaper than the parent
  • 131 tokens per second, which is meaningfully faster
  • Apache 2.0, so commercial self-hosting is not restricted
  • Runs at 89 GB quantized, inside workstation range
  • Native audio and image input, still uncommon at this price
  • A candid limitations section from the maker itself

What isn't

  • SimpleQA Verified at 20.6%, which is less than half of the parent's
  • AA Omniscience at -9.0, so more confident wrong answers than right ones
  • 1M context on paper, but 524K through OpenRouter today
  • Only two API providers, which makes failover thin
  • Tau 3 Banking drops to 15.5% from 23.7%
  • Audio scores trail the parent slightly across all three of the tests
  • Text output only, so no image or audio generation

What the community says

The reaction was a lot quieter than the parent launch, which drew over 1,200 points on Hacker News. Inkling-Small's own thread took 33 of them. Sizing it up against the field was the first instinct:

Hacker News

"better than haiku 4.5 smaller than nemotron 3 ultra"

The other comment placed it against the obvious open-weights rival, noting it is "About the same size as DeepSeek Flash 4, but also supports audio and image input." A fair framing. DeepSeek V4 Flash is cheaper per token and text-only, so the audio and image support is the real separator here, and the head-to-head detail sits in the Flash review.

The sharpest comment came before the quants had even shipped, over on the Hugging Face submission:

Hacker News

"I didn't see a gguf yet, going to be most interesting if there's a quant that fits nicely into about 90 [GB] so it can run in 128GB unified memory. It's 12B active so should hopefully be pretty fast at 2 bit quant if it fits"

Unsloth's 2-bit build landed at 89 GB. The local-inference crowd called the target number before the release existed, and it hit it. In its first month the Hugging Face repo has taken 15,500 downloads.

One thing I noticed: nobody in those threads mentioned the factuality regression at all. The launch framing was speed and size, so that is what got discussed.

What this means if you want it answering tickets

Here is where I will be direct, because this part is my actual job.

A cheap fast model looks like an obvious win for support. Ticket volume is high, replies are short, and $1.20 per 1M output tokens against $4.05 is real money at scale. That's the arithmetic behind AI customer service cost, and it's the same maths that drives the human agent comparison. Teams tracking it as a unit rate usually land on cost per resolution.

But support is the one workload where -9.0 on Omniscience becomes the disqualifying number rather than a footnote. A coding agent which invents an API gets a stack trace back. A support agent that invents a return window sends it to a customer instead, in writing, with your logo sitting on it. Buyers I talk to already know this, and it is the objection which comes up first. One CX lead at a DTC supplements brand put it about as plainly as it gets:

"The AI will never be able to answer 100% of the questions... I need an AI who is only handling the tickets that it's confident to handle and all the other ones, leave them alone."

a DTC supplements CX lead, from an eesel sales call

That is a request for a layer, and not for a model. Four things have to sit in between any model and your queue:

  1. Retrieval over sources you own, so that answers come from your help centre and past tickets instead of from the weights. AI knowledge base chatbot covers the pattern; for the tooling side there is best AI knowledge base tools.
  2. Confidence routing, so the model answers what it's sure of and escalates the rest. The routing side is AI escalation management; the clean transfer to a human is agent handoff.
  3. A dry run before go-live, simulated against your own historical tickets rather than against somebody's benchmark suite. This is the step teams skip, and it is also the one which catches the confident-wrong answers.
  4. Scoped autonomy, starting as a draft-writing copilot before it replies on its own. AI copilot is the on-ramp; tier 1 deflection is where it ends up, measured on deflection rate.

Do those four and the factuality gap in Inkling-Small stops being a liability, because the facts stop coming out of the model. Skip them and what you bought is a fast, cheap, confident source of plausible answers. That is the difference between an AI helpdesk agent and a raw API key, and it is the same conclusion which AI agents vs AI chatbots reaches from the other direction.

It is also the reason a good support layer stays model-agnostic. Inkling-Small is not the first model this year to become the obvious cheap default, and it will not be the last one either. Anything hard-wired to a single model has to get rebuilt every time the leaderboard moves, which is a bad way to run customer service automation.

Verdict

For most jobs Inkling-Small is the better buy over its own parent, and on price it is not close. Same intelligence tier by independent scoring. Better at coding and at tool use by the vendor's own numbers, 3.4x cheaper output, 1.5x faster, Apache 2.0, and small enough that you can self-host it on a workstation. Fifteen days after the flagship, the small model made the flagship hard to justify.

The asterisk is specific and easy enough to state: it knows measurably less, and it does not act like it. Give it a compiler, a tool loop, or a retrieval layer and it's excellent. Ask it to be the source of truth and it will confidently be wrong.

If you want it for code or agents, take it today. If you want it near customers, budget for the layer above it, not just the tokens.

For the wider field of what else fits this slot, start with Inkling alternatives. The closest rival on price and size gets its own breakdown in Kimi K3 review.

And if the actual job is sorting an inbox rather than writing code, support ticket triage is the more useful read, with ticket deflection covering what happens after triage lands.

Try eesel

Picked Inkling-Small and now you need it to safely answer real tickets? That gap is exactly the thing eesel closes. It plugs into Zendesk, Freshdesk, Gorgias or whichever helpdesk you run in a few minutes, learns from your resolved tickets and your help centre instead of from the model's weights, then answers only what it is confident about and leaves the rest for your team. Before it touches a live queue you can simulate it over your own ticket history and see the actual replies it would have sent, which is the check that a -9.0 factuality score makes non-negotiable. It stays model-agnostic as well, so the next cheap model is a settings change and not a rebuild.

eesel AI helpdesk dashboard showing live ticket activity and AI resolutions
eesel AI helpdesk dashboard showing live ticket activity and AI resolutions

Free to try, and usage-based, so you can check the pricing before you commit. Try eesel or see how it fits as AI customer service software.

Sources

Frequently Asked Questions

Is Inkling-Small worth it?
For code, agents, and tool-use, yes. It scores 80.2% on SWEBench Verified against its parent's 77.6%, runs at 131 output tokens per second, and bills $1.20 per 1M output tokens. For anything that has to be factually right without a retrieval layer, be careful: SimpleQA Verified drops to 20.6% from the parent's 43.9%. My short Inkling-Small review is that it's a superb executor and a poor encyclopedia.
Is Inkling-Small better than Inkling?
On its maker's own table it wins on coding, agentic tool use, and instruction-following, and loses on maths, factuality, and audio. Independently, Artificial Analysis puts Inkling-Small at 40 on its Intelligence Index versus 41 for Inkling, so they land in the same tier. The small one is faster and much cheaper, so for most jobs it's the better buy.
How much does Inkling-Small cost?
Output is $1.20 per 1M tokens, against $4.05 for the full model. Input sits between $0.30 and $0.50 per 1M depending on which provider you route through. The weights themselves are free under Apache 2.0. If you're modelling this against a support budget rather than a dev budget, the numbers that matter are in AI customer service cost and cost per resolution.
Can you run Inkling-Small locally?
Yes, and this is the strongest part of the story. Unsloth lists 543 GB at BF16 down to 89 GB at a 2-bit quant, which puts it inside a 128 GB unified-memory workstation. The full 975B Inkling needs 1,900 GB at BF16 for comparison. If self-hosting is the goal, the wider landscape is covered in best open source AI agents.
Is Inkling-Small good for customer support?
Not on its own, and the factuality numbers are exactly why. A model that scores -9.0 on AA Omniscience is answering confidently past the edge of what it knows, which on a support queue looks like promising a refund policy that doesn't exist. It needs grounding in your own docs plus confidence routing, which is what an AI customer service platform adds on top. See AI hallucinations in support for the mechanics.
What is Inkling-Small's context window?
The model card states 1M tokens, and Unsloth confirms 1,048,576. Worth knowing before you plan around it: OpenRouter currently exposes it at 524,288 tokens, so the routed API gives you half of what the weights support. Long-context behaviour generally is discussed in context window size.
Is Inkling-Small free and open source?
The weights are Apache 2.0 on Hugging Face at thinkingmachines/Inkling-Small, so you can self-host and use it commercially. Free to download is not free to run, though, and the hardware bill replaces the token bill. Thinking Machines also sells access through Tinker, its hosted fine-tuning platform.
Who makes Inkling-Small and when did it launch?
Thinking Machines Lab, founded by former OpenAI CTO Mira Murati, shipped it on July 30, 2026, fifteen days after the full Inkling. It's their second open-weights release, and the roster of what it competes against is in Inkling alternatives.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
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
Illustration of Inkling, Thinking Machines Lab's open-weights AI model under review
Trending

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

An honest Inkling review: what Thinking Machines Lab's first open-weights model is genuinely good at, where the price and benchmarks let it down, and who should actually run it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
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
Illustration of one model producing image, video and audio panels, representing FLUX 3 from Black Forest Labs
Trending

FLUX 3: what Black Forest Labs actually shipped

FLUX 3 is one model for image, video, audio and robot actions. It also has no API, no price and no open weights yet. Here is what you can and cannot get.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration of a humanoid robot control model, representing Gemini Robotics 2
Trending

Gemini Robotics 2: what DeepMind's own numbers show

Gemini Robotics 2 ships three models and a per-task success table where most scores sit under 80%. That table is the most useful thing in the release.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
Illustration of image, video and document panels feeding a vision-language model, with the Qwen logo
Trending

Qwen 3.7 Flash: specs, pricing, and what it actually does

Qwen 3.7 Flash shipped with no blog post, no benchmarks and no weights. Here is the full spec sheet, the tiered pricing, and what Qwen never claimed.

Alicia Kirana UtomoAlicia Kirana UtomoJul 31, 2026
Illustration comparing a heavyweight reasoning model against a fast balanced model on cost and capability
Trending

Claude Opus 5 vs Sonnet 5: which one should you use?

Claude Opus 5 costs 1.7x Sonnet 5 per token and still finishes some jobs cheaper. Here is the head-to-head on price, benchmarks and real cost per task.

Rama Adi NugrahaRama Adi NugrahaJul 27, 2026
Illustration of a developer at a laptop watching an agentic coding loop run through code, checks and a bot
Trending

Claude Opus 5 review: near-frontier coding at half the price

A hands-on Claude Opus 5 review: what the benchmarks actually say, the hallucination rate that went up, and whether it belongs on a live support queue.

Alicia Kirana UtomoAlicia Kirana UtomoJul 27, 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

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free