Back to List
Thinking Machines Releases Inkling: A 975B Parameter Open-Weights Mixture-of-Experts Model for Multimodal Customization
Product LaunchOpen SourceLarge Language ModelsMultimodal AI

Thinking Machines Releases Inkling: A 975B Parameter Open-Weights Mixture-of-Experts Model for Multimodal Customization

Thinking Machines has announced the launch of Inkling, a massive open-weights Mixture-of-Experts (MoE) transformer model designed to serve as a flexible foundation for AI customization. Boasting 975 billion total parameters with 41 billion active during inference, Inkling supports a massive 1-million-token context window and was pretrained on a diverse dataset of 45 trillion tokens spanning text, images, audio, and video. Alongside the flagship model, the company introduced Inkling-Small, a more efficient version with 12 billion active parameters. Positioned as a tool to extend human judgment, Inkling emphasizes native multimodal reasoning and controllable thinking effort. It is now available for fine-tuning on the Tinker platform, marking a significant contribution to the open-weights ecosystem.

Hacker News

Key Takeaways

  • Massive Scale and Efficiency: Inkling is a Mixture-of-Experts (MoE) transformer with 975B total parameters, though only 41B are active at any given time to balance performance and cost.
  • Native Multimodality: The model reasons natively across text, images, audio, and video, having been pretrained on a staggering 45 trillion tokens of diverse data.
  • Extensive Context Window: It supports up to 1 million tokens, allowing for the processing of vast amounts of information in a single session.
  • Open-Weights Philosophy: Thinking Machines is releasing the full weights of Inkling to enable users to customize the model for specific needs via the Tinker platform.
  • Model Family Expansion: The release includes a preview of Inkling-Small (12B active parameters), offering a lower-latency alternative for cost-sensitive applications.

In-Depth Analysis

Architecture and Technical Specifications

Inkling represents a significant technical milestone for Thinking Machines, utilizing a Mixture-of-Experts (MoE) architecture. This design allows the model to house a massive 975 billion total parameters while maintaining operational efficiency by only activating 41 billion parameters for any specific task. This approach is central to the model's ability to provide high-level reasoning without the prohibitive computational costs typically associated with dense models of similar scale.

Pretrained on 45 trillion tokens, the model's knowledge base is built from a comprehensive mix of text, images, audio, and video. This broad training allows Inkling to function as a native multimodal system, meaning it does not rely on external plugins to understand different media types but reasons across them inherently. Furthermore, the 1-million-token context window positions Inkling as a powerful tool for long-form content analysis and complex, multi-stage collaborative tasks.

Customization and the Tinker Ecosystem

The primary mission behind Inkling is to build AI that "extends human will and judgment." To achieve this, Thinking Machines has prioritized customization over raw benchmark dominance. While the company acknowledges that Inkling may not be the strongest model currently available in terms of absolute performance, its value lies in its flexibility as an open-weights base.

By making the weights available and integrating the model with the Tinker platform, the developers are encouraging users to "make it their own." The addition of the Inkling Playground within the Tinker console provides a developer-facing interface that allows for immediate interaction and testing. This focus on the "qualitative judgment" of how a model feels during use—rather than just measurable benchmarks—is a core part of the company's strategy to make AI customization accessible for a wider range of use cases.

Balancing Performance with Controllable Thinking

A unique feature of Inkling is its "controllable thinking effort." This allows users to balance the cost of inference with the required performance level, making the model adaptable to various industrial and creative needs. For those requiring even higher efficiency, the introduction of Inkling-Small provides a lighter-weight alternative. With 12 billion active parameters and a training recipe similar to its larger sibling, Inkling-Small is designed to deliver strong performance with significantly lower latency and cost, ensuring that the Inkling family can serve both high-resource and resource-constrained environments.

Industry Impact

The release of Inkling is a notable event for the AI industry, particularly within the open-weights movement. By providing a model with nearly a trillion parameters and native multimodal capabilities, Thinking Machines is challenging the dominance of closed-source providers. The emphasis on a 1-million-token context window and MoE efficiency suggests a shift toward models that are not just large, but also practical for deep integration into human workflows. Furthermore, by focusing on a "balanced foundation" rather than just chasing the top spot on leaderboards, Thinking Machines is highlighting a growing demand for models that are optimized for fine-tuning and specific domain adaptation rather than general-purpose out-of-the-box performance.

Frequently Asked Questions

Question: What makes Inkling different from other open-weights models?

Inkling distinguishes itself through its Mixture-of-Experts architecture (975B total/41B active parameters), a massive 1-million-token context window, and native reasoning across four modalities: text, image, audio, and video. It is specifically designed to be a flexible base for customization rather than just a static foundation model.

Question: How can developers access and customize Inkling?

Developers can access Inkling through the Tinker platform, where it is available for fine-tuning. Thinking Machines has also launched the Inkling Playground in the Tinker console, which provides a dedicated interface for developers to chat with and test the model's capabilities before and during the customization process.

Question: What is Inkling-Small?

Inkling-Small is a lighter-weight version of the flagship model, featuring 12 billion active parameters. It was trained using a similar recipe to the main Inkling model and is intended for users who need lower latency and reduced operational costs while still maintaining strong performance across various tasks.

Related News

Product Launch

Kimi K3-256k Launch: Optimizing Flagship Coding Performance with Tiered Context Windows

Kimi Code has officially introduced the Kimi K3-256k model, a context-optimized version of its flagship 2.8T parameter Kimi K3 model. This new iteration is designed to deliver identical performance to the 1M context version within a 256k limit while reducing quota consumption by approximately 50%. The update provides a comprehensive overview of the Kimi model ecosystem, including the K2.7 Code series for routine development. Crucially, the documentation outlines specific technical protocols for switching between models, emphasizing the 'compact' process required for context management in tools like Kimi Code CLI and Claude Code. Users are also cautioned regarding the lack of video input support in the K3-256k version, necessitating strategic session management when transitioning between high-capacity and high-efficiency models.

Google DeepMind Launches Lyria 3.5 in Google Flow Music: Advancing AI Musicality and Creative Control
Product Launch

Google DeepMind Launches Lyria 3.5 in Google Flow Music: Advancing AI Musicality and Creative Control

Google DeepMind has officially announced the launch of Lyria 3.5, the latest evolution of its sophisticated music generation model, now integrated into Google Flow Music. This update represents a significant milestone in generative AI, focusing on four primary pillars of improvement: musicality, lyrics, vocals, and creative control. By refining these core elements, Lyria 3.5 aims to bridge the gap between AI-generated content and professional-grade musical composition. The integration within Google Flow Music suggests a streamlined workflow for creators, emphasizing a more intuitive and powerful user experience. This launch underscores Google's ongoing commitment to leading the frontier of AI-driven creative tools, providing users with enhanced capabilities to shape and direct the musical output with greater precision and artistic nuance.

OpenAI Launches Codex Security: A New CLI and TypeScript SDK for Automated Vulnerability Detection and Remediation
Product Launch

OpenAI Launches Codex Security: A New CLI and TypeScript SDK for Automated Vulnerability Detection and Remediation

OpenAI has introduced Codex Security, a powerful toolset designed to identify, validate, and fix security vulnerabilities within codebases. Available as both a Command Line Interface (CLI) and a TypeScript Software Development Kit (SDK), Codex Security enables developers to scan repositories, review code changes, and track security findings over time. The tool is built for modern development workflows, offering seamless integration into Continuous Integration (CI) pipelines. Requiring Node.js 22 and Python 3.10, the system supports multiple authentication methods, including ChatGPT sign-in and API keys. By providing a programmatic way to manage security state and automate remediation, OpenAI aims to streamline the DevSecOps process, allowing teams to maintain more secure codebases through AI-driven analysis.