Thinking Machines Lab just released Inkling, its first model trained from scratch with full weights publicly available. Inkling reasons natively over text, images, and audio, balances cost against performance with variable and efficient thinking effort, and is trained to exhibit safe behavior across modalities. This is the first open-weights model from the lab founded by former OpenAI CTO Mira Murati and co-founder John Schulman, and it arrives with a full ecosystem of inference and fine-tuning support baked in from day one.

A big model, built broad

Inkling is a mixture-of-experts transformer with 975B total parameters and 41B active parameters. It supports a context window of up to 1M tokens and was pretrained on 45 trillion tokens of text, images, audio, and video. The MoE design means only a fraction of the model activates per token, keeping inference costs manageable despite the massive total parameter count.

Inkling is not the most performant model available today, closed or open. The team trained it for solid capabilities across the board rather than state-of-the-art performance in a single area, to serve as a foundation for the models they will train in the future. That framing matters: this is a platform play, not a benchmark chase.

The audio story is the real headline

Most multimodal models treat audio as an afterthought, bolting on a speech-to-text layer before the LLM ever sees it. Inkling takes a different approach. The multimodal components are trained from scratch on general-domain data, using an encoder-free architecture for audio and vision inputs. Audio signals are input as discrete dMel spectrograms, while images are encoded as patches of 40x40 pixels using a four-layer hMLP. Both are transformed via a lightweight embedding layer and processed jointly with text tokens.

The results on audio benchmarks are notable for an open-weights model:

  • VoiceBench: 91.4% (vs. 94.3% for Gemini 3.1 Pro and 88.8% for Qwen3-Omni)
  • MMAU: 77.2% (vs. 82.5% for Gemini 3.1 Pro and 77.5% for Qwen3-Omni)
  • AudioMC: 56.6% (vs. 66.8% for Gemini 3.1 Pro, and 24.3% for Qwen3-Omni)

On AudioMC in particular, Inkling more than doubles Qwen3-Omni's score, placing it in a different tier among open-weights models for audio understanding.

Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves