gen‑ai.news
← Back
Multimodal

Thinking Machines Lab Releases Inkling: A 975B-Parameter Open-Weights Multimodal MoE With 41B Active Parameters And Controllable Thinking Effort

Thinking Machines Lab released Inkling on July 15, 2026 - its first model trained entirely from scratch. The weights are available publicly under the Apache 2.0 license, meaning developers and researchers can use, modify, and redistribute the model without the restrictions that typically accompany more permissive-sounding but commercially limited open-weight releases.

Architecturally, Inkling is a Mixture-of-Experts (MoE) transformer with a total parameter count of 975 billion, though only 41 billion of those are active for any given forward pass. This is a standard MoE tradeoff: the full parameter space enables broad capability and specialization, while sparse activation keeps inference costs closer to those of a much smaller dense model. The model supports native multimodal input - text, images, and audio - and carries a 1 million-token context window, which places it among the longer-context models currently available in the open-weights space.

What makes Inkling's positioning somewhat unusual is the lab's own candor about where it sits in the landscape. Thinking Machines Lab states directly that Inkling is not the strongest model available, whether compared to leading open-weights releases or closed commercial systems. The intended use case is not out-of-the-box performance on benchmarks, but rather serving as a foundation for fine-tuning and adaptation. The practical differentiator the lab highlights is controllable thinking effort - the ability to dial reasoning depth up or down depending on the complexity of a task. This kind of inference-time flexibility is increasingly relevant as developers look to balance output quality against latency and compute cost in production settings.

For teams that want a capable multimodal base they can adapt freely, Inkling offers a relatively rare combination: a large MoE architecture, broad modality support, a long context window, and no licensing friction. Whether its reasoning controllability proves useful in practice will likely depend on how well that mechanism holds up across diverse fine-tuning scenarios - something the broader research community will be able to evaluate now that the weights are publicly available.

Enjoy this story? Get the next one in your inbox.

Twice a week: the most important stories in generative image and video AI, distilled into a 2-minute read.

Free. Unsubscribe any time. No spam, ever.

Your next read

No image
Multimodal

Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers

NVIDIA and Hugging Face have joined forces to bring large-scale fine-tuning of image and video diffusion models into the NeMo Automodel framework, integrated with the Diffusers library. The collaboration aims to make distributed training more accessible for teams working with models that would otherwise be difficult to fine-tune on limited hardware. The result is a more streamlined path from a pretrained diffusion model to a customized one, without requiring deep infrastructure expertise.

Meta launches Muse Image across its apps and previews Muse Video
Multimodal

Meta launches Muse Image across its apps and previews Muse Video

Meta has rolled out Muse Image, its in-house image generation model, across its family of apps including Instagram Stories, where users can create visuals from text prompts. The company also offered an early preview of Muse Video, signaling its intent to extend the capability to moving images. The moves mark a significant step in Meta's effort to embed generative media tools directly into its social platforms.