Pneumetron.
  • News
  • Tools
  • Infrastructure
  • Get the Workflow
Read News
Pneumetron.Thinking Machines Unveils Inkling: A New Multimodal MoE Model for Developers
Share
Skip to article content
  1. Home
  2. ›
  3. News
  4. ›
  5. ai research
  6. ›
  7. Thinking Machines Unveils Inkling: A New Multimodal MoE Model for Developers
ai research·July 17, 2026·Updated Jul 19

Thinking Machines Unveils Inkling: A New Multimodal MoE Model for Developers

BY PNEUMETRON|4 MIN READ · 705 WORDS4 MIN READ|7 views
Tools
Share

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Thinking Machines has released Inkling, a general-purpose multimodal model capable of processing text, image, and audio inputs to generate text outputs. Designed for developers, Inkling features an open-weights architecture with a sparse Mixture-of-Experts (MoE) backbone, supporting a range of AI applications from agentic systems to chatbots. The model is available for local deployment via several open-source libraries and offers multilingual capabilities.

What Changed

Thinking Machines has officially released Inkling, a new general-purpose multimodal model. Inkling distinguishes itself by accepting text, image, and audio inputs, and producing text outputs. The model is released with open weights, targeting developers who are building AI-powered applications such as agentic systems, coding assistants, chatbots, and retrieval-augmented generation (RAG) systems. It is also suitable for general conversational use and instruction-following tasks.

Inkling supports local deployment through integration with several open-source libraries, including SGLang, vLLM, TokenSpeed, Unsloth, and Hugging Face's Transformers library. API access is also provided via third-party inference providers. The model is intended for use primarily in English but possesses general multilingual capabilities.

Technical Details

Inkling is architected as a 66-layer decoder-only transformer with a sparse Mixture-of-Experts (MoE) feed-forward backbone. This architecture routes each token to 6 out of 256 experts, in addition to 2 shared experts that are active on every token. The attention mechanism is a hybrid of local and global layers.

The model is natively multimodal, processing images and video through a hierarchical patch encoder and audio via discrete token encoding. All modalities are projected into a shared hidden space and processed jointly by the decoder. Inkling has 975 billion total parameters, with 41 billion active parameters. It supports BF16 and NVFP4 numerics.

Input modalities include UTF-8 encoded text, pixel-based image formats (ideally between 40px and 4096px per dimension), and WAV audio sampled at 16kHz (ideally under 20 minutes in length). The model generates output as UTF-8 encoded text.

Training data for Inkling was sourced from publicly available content, third-party acquisitions, and synthetically generated or augmented datasets. This data includes a broad variety of text, images, audio, and video, undergoing processes such as deduplication and filtering for quality and safety objectives.

Benchmark Analysis

Evaluations for Inkling were conducted with results reported at effort=0.99, with comparison scores generated on July 14, 2026. Inkling was benchmarked against both open-weights models (Nemotron 3 Ultra, Kimi K2.5, Kimi K2.6, GLM 5.2, DeepSeek V4 Pro) and closed-weights models (Gemini 3.1 Pro, Claude Fable 5, GPT 5.6 Sol) across various categories.

In Reasoning tasks, Inkling achieved 29.7% on HLE (text only) and 46.0% on HLE (with tools). It scored 97.1% on AIME 2026 and 87.2% on GPQA Diamond.

For Agentic (coding) tasks, Inkling demonstrated 77.6% on SWEBench Verified, 54.3% on SWEBench Pro (Public), and 63.8 on Terminal Bench 2.1 (Best Harness). Its GDPVal-AA v2 score was 1233.

In Agentic (general) evaluations, Inkling scored 74.1% on MCP Atlas and 23.7% on Tau 3 Banking.

Factuality benchmarks showed Inkling at 77.1% on BrowseComp (w/ Ctx), 43.9% on SimpleQA Verified, and 1.0% on AA Omniscience.

For Chat capabilities, Inkling achieved 79.8% on IFBench and 88.7% on Global-MMLU-Lite.

Vision tasks saw Inkling score 73.3% on MMMU Pro (Standard 10), 78.1% on Charxiv RQ, and 82.0% on Charxiv RQ (with python).

In Audio evaluations, Inkling achieved 56.6% on Audio MC, 77.2% on MMAU, and 91.4% on VoiceBench.

Safety evaluations indicated Inkling scored 78.0% on FORTRESS (Adversarial), 95.9% on FORTRESS (Benign), and 98.6% on StrongREJECT.

Developer Implications

Inkling's open-weights release and multimodal capabilities provide developers with a flexible foundation for a wide array of AI applications. The model's support for various local deployment libraries (SGLang, vLLM, TokenSpeed, Unsloth, Hugging Face) simplifies integration into existing development workflows and allows for fine-tuning and research. Its design for agentic and tool-use systems, coding assistants, and chatbots suggests direct applicability in enhancing automation and interactive AI experiences.

The model's multilingual capabilities, while primarily English-focused, indicate potential for global application development. Developers should consider the provided documentation and Tinker Cookbook for getting started. The emphasis on safety evaluations and the recommendation for defense-in-depth strategies, including layering moderation tools like Llama Guard, highlight the need for responsible deployment, especially in consumer-facing or high-traffic scenarios.

Bottom Line

Inkling represents a new multimodal MoE model from Thinking Machines, offering open weights and broad input/output modality support. Its architecture, featuring a sparse Mixture-of-Experts, aims to provide a general-purpose foundation for developers building advanced AI applications. While benchmarks show competitive performance across various tasks, developers are advised to conduct their own evaluations for specific use cases and implement additional safeguards to address potential limitations such as hallucination, instruction-following failures, and biases inherent in large-scale models.

Pneumetron

#Inkling#multimodal AI#MoE model#open weights#Hugging Face#AI/ML engineering#developer tools
PR
WRITTEN BY•SYSTEM AGENT

PNEUMETRON EDITORIAL TEAM

Rajini Ravindra holds an M.A. in History from Mysore University (KSOU). Currently a homemaker, she spends her free time exploring AI and automation, and oversees editorial review for Pneumetron.

PROCESS:Pneumetron's pipeline pairs AI-assisted drafting with human editorial review before publishing — our goal is to make staying informed easier for students and professionals, not to replace real reporting.

Source Material:hf_model ↗
Source Attribution

This article was generated by Pneumetron's autonomous intelligence pipeline from verified source materials.

Open Source Document at hf_model ↗
Share this article
Share
Stay Informed

Never miss a signal.

Subscribe to the Pneumetron Intelligence Digest — automated briefings covering AI, science, technology, and world events.

← Previous
SDABench: A New Benchmark for Evaluating LLMs in Scientific Discovery
Next →
ChartCynics: A Dual-Path Agentic Framework for Robust Misleading Chart Question Answering

More from ai research

View All →
AI Research4h ago

LittleLearner: Constraining Pretraining to Study Knowledge Acquisition

Researchers have released LittleLearner, a 5B-parameter model trained on a strictly curated 88B-token corpus limited to elementary school-level content. This project establishes a controlled sandbox to investigate how language models acquire knowledge and whether post-training techniques can truly expand a model's inherent capability boundaries.

BY PNEUMETRON1 MIN READ
Read more
AI Research5h ago

HumanTracker: Bridging the Gap Between Kinematic Metrics and Human Perception in Humanoid Motion

HumanTracker introduces a large-scale benchmark and a preference-aligned metric, HumanScore, designed to evaluate humanoid motion tracking beyond simple kinematic errors. By focusing on physical stability and contact realism, it addresses the disconnect between traditional pose-difference metrics and human-perceived quality.

BY PNEUMETRON1 MIN READ
Read more
AI Research5h ago

Generation as Auxiliary Supervision: A New Approach to MLLM Training

The GAS framework introduces a novel training paradigm that utilizes visual generation as auxiliary supervision to enhance multimodal understanding. By employing a decoupled architecture, it achieves performance gains in spatial precision and visual retention without incurring any additional inference overhead.

BY PNEUMETRON1 MIN READ
Read more
AI Research2d ago

Mimir v1: A 1B Parameter Model Redefining Ethical Data Standards

The University of Southern Denmark has released Mimir v1, a 1-billion-parameter model built on the Hierarchical Reasoning Model architecture using strictly permissible data. It achieves state-of-the-art performance for Danish while remaining highly competitive in English benchmarks against larger models.

BY PNEUMETRON1 MIN READ
Read more
Sponsorship Slot · 728 × 90
7 views

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Most Read

01
Entertainment·Jul 23
Royal Return: Anne Hathaway Confirms Breakthrough for 'The Princess Diaries 3'
02
AI Research·Jul 13
Proactive Memory Agents Combat Behavioral State Decay in Long-Horizon AI Tasks
03
AI Research·Jul 21
FlowMimic: Streamlining Video Editing via Pixel-Pair Temporal Warped Flow Fields
04
AI Research·Jul 17
Unsloth Releases Qwen3.6-27B-NVFP4: Enhanced Throughput and Agentic Coding for Developers
05
AI Research·Jul 19
Moonshot AI's Kimi CLI Evolves into Kimi Code CLI: A Next-Gen Terminal AI Agent
Daily Digest

Get top AI & tech signals delivered to your inbox every morning.

Subscribe →
Sponsorship Slot300 × 250
Follow Signals
X / TWITTERXLINKEDINLIINSTAGRAMIGYOUTUBEYTTELEGRAMTG
News Categories
TechnologyAI ResearchPoliticsSportsHealthBusinessScienceEntertainmentWorld
Pneumetron.

© 2026 Pneumetron. All systems automated.

  • About
  • Tools
  • Privacy
  • Terms
  • Contact
  • Advertise
  • Automate your own news site →