AIThis post was created with the assistance of artificial intelligence (AI).
Model release briefing · July 2026

Welcome Inkling by Thinking Machines

An open multimodal Mixture-of-Experts model for reasoning across text, images and audio—pairing extraordinary scale with equally extraordinary deployment demands. Its architecture is documented; its real-world performance, license and independent validation remain open questions.

45T Training tokens
256 Experts
6+2 Routed + shared
2 TB BF16 VRAM
600 GB NVFP4 VRAM

One decoder, three input worlds

Inkling converts different media into representations the main decoder can process together. Thinking Machines positions the model for mixed-data reasoning and domain-specific fine-tuning, from scientific analysis to enterprise and media workflows.

Modality 01

Text

Language enters the decoder directly, supported by relative positional attention and a claimed one-million-token context window for unusually long inputs.

Decoder-only core
Modality 02

Images

A hierarchical patching module converts visual inputs into embeddings. A temporal dimension may support video-oriented fine-tuning, but native video performance has not been evaluated.

Hierarchical patches
Modality 03

Audio

Audio is transformed into discrete mel-spectrogram representations before entering the shared reasoning system alongside text and visual tokens.

Discrete audio tokens
Multimodal processing chain
01 Raw inputs Text · image · audio
02 Media encoding Patches · spectrograms
03 Sparse routing 6 routed + 2 shared
04 Unified output Decoder response

Inside the sparse architecture

Inkling contains 975 billion parameters, yet activates about 41 billion for each processing step. This sparse approach is intended to reduce work versus activating the entire network, although practical speed and cost still depend heavily on hardware and implementation.

Expert routing snapshot

Routed expert Shared expert Inactive expert

The model selects six routed experts while keeping two shared experts active. The blocks above are a conceptual snapshot; the complete architecture contains 256 experts.

Scale versus activation

Total parameters 975B
Active parameters 41B · 4.2%
Attention pattern 5:1
SW SW SW SW SW Global

Five sliding-window attention layers are paired with one global layer. Relative positional attention and a short one-dimensional convolution support positional and local processing.

What ships—and what is still missing

The release provides checkpoints and broad inference-framework support, but the supplied announcement does not answer several questions required for confident technical or commercial adoption.

Release area What is reported Status What developers still need
Model access BF16 and NVFP4 checkpoints on Hugging Face ✓ Available Practical deployment and quantization comparisons
Framework support Transformers, SGLang, vLLM and llama.cpp ✓ Day one Independent stability and throughput testing
Benchmarks No comparative benchmark tables supplied ✗ Missing Accuracy, latency, memory and cost measurements
Video performance Temporal image dimension exists; native video not evaluated ~ Unclear Out-of-the-box and fine-tuned video evaluations
License Described as open; specific terms not supplied ~ Unclear Usage restrictions and commercial permissions
Safety evidence No detailed or independent evaluation included ✗ Missing Third-party red teaming and modality-specific testing
Long context One-million-token capacity is claimed ~ Claimed Recall and reliability tests across mixed media

The hardware reality

NVFP4 · 600 GB
BF16 · 2 TB

Full checkpoints sit far beyond ordinary personal computers and many smaller research environments. Hosted inference or more aggressive quantization will be the practical route for most developers.

Reported launch support

Transformers SGLang vLLM llama.cpp Hosted inference Multi-token prediction

Speculative multi-token prediction layers are intended to accelerate generation, but production speed gains have not yet been independently established.

The evidence gap defines the story

Claims require testing

Can it run on a personal computer?

Not in its principal forms. Reported requirements are roughly 2 TB of VRAM for BF16 and 600 GB for NVFP4, although smaller llama.cpp-compatible quantizations may emerge.

Can it process video?

The architecture leaves room for video-oriented fine-tuning, but Hugging Face says out-of-the-box video performance has not been evaluated.

Is performance independently verified?

No independent evaluation appears in the supplied material. Context capacity, reasoning quality and inference efficiency should remain attributed claims.

What happens next?

Developers will test latency, memory use, multimodal accuracy, quantization quality and fine-tuning behavior while awaiting clearer licensing and safety documentation.

“This model is huge.”

Hugging Face · Inkling release article

TL;DR

Thinking Machines has released Inkling on Hugging Face, presenting it as an open multimodal model for text, image and audio reasoning. The 975-billion-parameter model has demanding hardware requirements, while benchmark results, licensing details and independent evaluations remain unclear.

Thinking Machines has released Inkling on Hugging Face, giving developers access to a 975-billion-parameter multimodal model designed to process text, images and audio within a claimed one-million-token context window. The release matters because it pairs unusually large scale with open availability, although running the principal checkpoints requires substantial computing capacity.

Hugging Face describes Inkling as a decoder-only Mixture-of-Experts model with 975 billion total parameters and 41 billion active during processing. According to the article, the model was trained on 45 trillion tokens spanning text, images, audio and video. Those training and context-length figures have not been independently verified in the supplied material.

The architecture uses 256 experts, selecting six routed experts while keeping two shared experts active. It combines global and sliding-window attention in a five-to-one pattern, relative positional attention and a short one-dimensional convolution intended to improve local processing. Images pass through a hierarchical patching module, while audio is converted into discrete mel-spectrogram representations.

The release includes a BF16 checkpoint and an NVFP4 version described as calibrated for lower-precision inference. Hugging Face reports day-one support in Transformers, SGLang, vLLM and llama.cpp, along with speculative multi-token prediction layers intended to accelerate generation. Developers can also access the model through hosted inference providers rather than operating the hardware themselves.

At a glance
announcementWhen: announced on Hugging Face; the source m…
The developmentThinking Machines has made its Inkling multimodal model available through Hugging Face with day-one support from several major inference frameworks.

Inkling Expands Multimodal Model Access

Inkling gives researchers and developers a new option for applications that must reason across language, sound and visual material without relying on separate models for every input type. Thinking Machines is positioning it for domain-specific fine-tuning, which could make it relevant to scientific, media-analysis and enterprise workflows built around mixed data.

Its scale also limits who can operate it directly. Hugging Face says the BF16 checkpoint requires about 2 TB of VRAM, while the NVFP4 checkpoint needs roughly 600 GB of VRAM. Those requirements place full deployment beyond typical consumer systems and many smaller research teams, making hosted access or heavier quantization the more practical route for many users.

AI Systems Performance Engineering: Optimizing Model Training and Inference Workloads with GPUs, CUDA, and PyTorch

AI Systems Performance Engineering: Optimizing Model Training and Inference Workloads with GPUs, CUDA, and PyTorch

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Inside Inkling’s Sparse Architecture

Inkling belongs to a growing group of sparse Mixture-of-Experts models that contain many parameters but activate only a fraction for each input. Its 41-billion active-parameter count is intended to reduce inference work compared with activating all 975 billion parameters, though real-world speed and cost depend on implementation and hardware.

The model’s multimodal towers are comparatively simple: image patches and audio chunks are converted into embeddings that the main decoder can process alongside text. Image inputs also carry a temporal dimension for possible video processing, but Hugging Face said out-of-the-box video performance was not evaluated. The article focuses on architecture and deployment examples rather than comparative benchmark tables.

“This model is huge.”

— Hugging Face’s Inkling release article

Amazon

multimodal AI model deployment hardware

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Benchmarks and Licensing Still Missing

The supplied announcement does not include independent benchmark results, detailed safety evaluations or direct comparisons with other large multimodal models. It is also unclear how reliably the one-million-token context window performs across text, audio and image-heavy workloads, or how much its speculative prediction layers improve speed in production.

The material calls Inkling an open model but does not specify the license, usage restrictions or whether training code and complete data documentation are available. Pricing for hosted inference, fine-tuning requirements and performance on consumer-grade quantized deployments are also not provided.

Amazon

large scale AI training servers

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Independent Testing Moves to Developers

Developers are expected to begin testing Inkling through Transformers and supported inference engines, while organizations with suitable hardware can compare the BF16 and NVFP4 checkpoints. Early evaluations should clarify latency, memory use and multimodal accuracy under practical workloads.

Attention will also turn to model cards, licensing terms and benchmark disclosures from Thinking Machines or Hugging Face. Video evaluations, third-party safety testing and fine-tuned domain models would provide a clearer measure of where Inkling performs well and where its limitations remain.

Amazon

AI model VRAM optimization tools

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What is Inkling?

Inkling is a multimodal Mixture-of-Experts model from Thinking Machines that accepts text, images and audio. Hugging Face lists 975 billion total parameters and 41 billion active parameters.

Can Inkling process video?

The architecture accepts image inputs with a temporal dimension that may support video-related fine-tuning. Hugging Face says native video performance has not been evaluated, so no firm capability claim can yet be made.

Can Inkling run on a personal computer?

The primary checkpoints are unlikely to fit on an ordinary computer. Hugging Face estimates 2 TB of VRAM for BF16 and about 600 GB for NVFP4, though llama.cpp-compatible quantized versions may offer other deployment options.

Which software supports Inkling?

The announcement reports day-one support in Transformers, SGLang, vLLM and llama.cpp. It also describes access through serverless inference providers.

Has Inkling’s performance been independently verified?

No independent evaluation is included in the supplied material. Claims about its context capacity, reasoning ability and inference performance should remain attributed to Thinking Machines and Hugging Face until third-party testing is available.

Source: Hugging Face

You May Also Like

Applying  for  Jobs  Has  Become  an  AI‑Powered  Wasteland

AIThis post was created with the assistance of artificial intelligence (AI). Welcome to…

Hybrid Cluster Rollouts – Trend Hunter

A SenseTime-attributed headline points to hybrid cluster rollouts, but deployment scope, customers, technology and timing remain undisclosed.

Ai-Powered Personalization Market to Soar at 15.5% Annual Growth.

Uncover how the AI-powered personalization market’s 15.5% growth could reshape digital experiences and unlock new opportunities—continue reading to learn more.

How I Run Multiple Teams Of Grok Bots – X.ai

xAI has shared an article titled ‘How I run multiple teams of Grok Bots’ — what is known, what remains unverified, and why it matters.