Thinking Machines Dropped Inkling: A Massive Multimodal Leap

Thinking Machines just dropped Inkling, a massive multimodal LLM that handles vision, text, and audio natively. It is a beast....

Feed
September 23, 2026
Thinking Machines Dropped Inkling: A Massive Multimodal Leap


Most AI news lately feels like minor iteration wrapped in major marketing hype. Every week brings another generic model claiming marginal gains on synthetic benchmarks. Then Thinking Machines drops Inkling. We are looking at an open model clocking in at roughly one trillion parameters while natively accepting text, audio, and images. It is not just another wrapper or a cobbled-together pipeline. This thing digests messy reality across multiple senses. And actually reasons through it (for what it's worth). When a project hits Hugging Face with native 1 million context windows and architectural ambition like this, I pay attention.

Let us look at the specs. Inkling relies on a decoder-only Mixture-of-Experts setup. It spreads a massive 975 billion total parameters across 256 experts while keeping active parameter count down to around 41 billion. That design choice alone shows serious engineering pragmatism. You get the raw knowledge capacity of a titan without needing an entire data center just to spit out a single token. They also baked in speculative MTP layers and released a leaner 276-billion parameter variant called Inkling-Small. Day-zero support for tools like vLLM and llama. Cpp means developers can actually spin it up without waiting six months for ecosystem maturity.

Thinking Machines Dropped Inkling: A Massive Multimodal Leap

What genuinely excites me beneath the heavy parameter count is the architectural curiosity. Honestly, it Instead of leaning on the standard RoPE approach for positional encoding, the lab implemented relative attention. Directly, it projects a fourth feature tensor into the attention module, managing distances between keys and queries natively. Combine that with alternating global and sliding-window attention layers – you get a model engineered in fact for long-context comprehension without blowing up your memory limits.

Of course, shipping a trillion-parameter multimodal giant is one thing. Running it in production is an entirely different beast. But between the NVFP4 quantization variants and simplify SGLang endpoints hitting up to 160 tokens per second, the barrier to entry is shockingly low. To put it simply, if you are building a new wave of interactive agentic software that needs to see, hear, and read all at once, go pull the weights. This is real infrastructure for builders who prefer substance over slide decks.