Inkling-Small: Model, Benchmarks, Setup | Generated by AI

Home 2026.07

Question: What is Thinking Machines Lab’s Inkling-Small model — architecture, benchmarks, how to run it?

Answer:

Released July 30, 2026 (yesterday), Apache 2.0, open weights. This is TML’s (Mira Murati’s lab) smaller sibling to their flagship “Inkling” model.

Architecture — sparse MoE decoder, natively multimodal (text/image/audio in, text out):

Benchmarks (vs open-weight peers at similar active-param count, and vs closed models):

Punches well above its active-param weight class on agentic coding and reasoning; factuality/knowledge recall is the weak spot, as usual for smaller MoEs.

Running it yourself — this is where it gets real for your stack:

BF16 checkpoint: 600GB+ aggregated VRAM
  - 4x B300, or 8x H200

NVFP4 checkpoint: 180GB+ aggregated VRAM
  - W4A4 on 1x B300 (needs SM100+)
  - W4A16 on 2x H200

Running the model directly on GPU hardware requires an inference deployment framework–either SGLang, vLLM, TokenSpeed, Unsloth, or Hugging Face

Weights on HF: thinkingmachines/Inkling-Small and thinkingmachines/Inkling-Small-NVFP4. Fine-tuning access via their Tinker platform + tml-renderers pip package + tinker-cookbook on GitHub.

For your MI300X setup — NVFP4 at 180GB is in range but note the W4A4 fast path is Blackwell-only (SM100+); on MI300X you’d be doing BF16 via vLLM/SGLang ROCm builds, so budget the full 600GB+ VRAM tier, or run it split across nodes.

References:


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR · X: @lzwjava · Say hi 👋

Back Donate