AI Models

Thinking Machines Lab Releases Open-Weight Inkling AI Model

Mira Murati's Thinking Machines Lab has released Inkling, its first open-weights AI model. The 975B parameter Mixture-of-Experts transformer is Apache-2.0 licensed and trained on 45 trillion tokens of text, images, audio, and video. While not a frontier model, it aims to serve as a strong base for fine-tuning via the Tinker platform.

Neura News

Neura News

Neura Market Editorial

July 16, 20263 min read
Thinking Machines Lab Releases Open-Weight Inkling AI Model

Inkling: A New Open-Weight Contender

Mira Murati's Thinking Machines Lab has unveiled its first open-weights model, called Inkling. The model is described as "a Mixture-of-Experts transformer with 975B total parameters, 41B active." It carries an Apache-2.0 license and was trained on 45 trillion tokens of text, images, audio, and video.

The lab also announced Inkling-Small, a 276B parameter model with 12B active parameters. That version is still undergoing testing, and the company said the weights will be released "once that work is complete."

Sparse Documentation

The model card for Inkling is notably shorter than what has become typical for US AI labs. It links to an even briefer Training Data Documentation that contains little substantive information. The documentation is best summarized by two paragraphs:

"The datasets Thinking Machines Lab uses to develop its AI services includes content that is in the public domain as well as content that may be subject to intellectual property protection."

"Thinking Machines Lab's services were developed using publicly available content obtained from the open internet and publicly accessible data repositories. Certain datasets were also obtained from third parties."

Not a Frontier Model

By Thinking Machines' own admission, Inkling is not a frontier model. Instead, the company positions it as a strong base model for fine-tuning, particularly through its Tinker training platform. The lab stated: "Inkling is not the strongest overall model available today, open or closed. Instead, a combination of qualities makes it a good open-weights base for customization: multimodal capabilities, efficient thinking, and availability on Tinker for fine-tuning."

Competitive Positioning

The #1 Newsletter in AI

Stay ahead of the AI curve

The most important updates, news, and content — delivered weekly.

No spam. Unsubscribe anytime.

There are several positive aspects to this release. The Apache-2.0 license is a significant advantage, and the model appears competitive with open-weight models emerging from China. It is seen as a welcome addition to the US open-weights ecosystem, joining other contenders like NVIDIA Nemotron and Gemma 4.

Testing the Model

Simon Willison tested Inkling by asking it to generate an SVG of a pelican riding a bicycle. He used a curl command against the Thinking Machines API with the following request:

curl "https://tinker.thinkingmachines.dev/services/tinker-prod/oai/api/v1/chat/completions" \
-H "Authorization: Bearer $TINKER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "thinkingmachines/Inkling",
"messages": [
{"role": "user", "content": "Generate an SVG of a pelican riding a bicycle"}
],
"stream": false
}'

The full response was documented. Since Inkling is multimodal, Willison then had the model describe its own image after rendering it to a JPEG. He sent this JSON:

{
"model": "thinkingmachines/Inkling",
"messages": [{
"role": "user",
"content": [
{ "type": "image_url", "image_url": { "url": "data:image/jpeg;base64,$BASE_64_JPEG" }},
{ "type": "text", "text": "Describe this image in detail" },
],
}],
"stream": false
}

The model's description noted that it thought it had drawn a "stork or seagull." It provided a detailed analysis of the cheerful, flat-vector cartoon illustration featuring a white bird riding a bicycle across a green landscape. The bird was described as having a plump, rounded body, a long orange beak, black wing and tail feathers, and thin orange legs. The bicycle had a simple black frame, two large wheels, black handlebars, and orange pedals. The setting included a clear blue sky, fluffy white clouds, a bright yellow sun, and rolling green hills.

Background on Thinking Machines Lab

Mira Murati, formerly of OpenAI, founded Thinking Machines Lab to develop advanced AI systems with a focus on openness and accessibility. The release of Inkling marks the lab's first major public model offering, signaling its entry into the competitive open-weight model space.

Related on Neura Market

More from Neura News

General

Open-weight AI mirrors Kubernetes ecosystem shift

Tobi Knaup, co-founder of Mesosphere, draws parallels between the rise of Kubernetes and the current trajectory of open-weight AI models. He argues that open-weight models are becoming a neutral substrate for innovation, attracting a global ecosystem of developers, startups, and enterprises. The piece warns against US restrictions on Chinese open-weight models, advocating instead for American leadership through open releases, procurement strategies, and standards.

Jul 25·7 min read
General

Open-weight AI mirrors Kubernetes rise, US warned on bans

The author, a Mesosphere co-founder, draws parallels between the rise of Kubernetes and the current open-weight AI ecosystem. He argues that open-weight models are becoming a neutral platform for innovation, and warns that US restrictions on Chinese open-weight models could isolate American developers from a global ecosystem. The piece urges the US to compete by releasing frontier models, using procurement to create demand, building the stack, and setting standards rather than imposing bans.

Jul 25·7 min read
Industry

Power line failure reveals AI data center grid risks and solutions

A fallen power line near Washington, DC caused over 3 gigawatts of data center load to vanish from the PJM grid in seconds, spiking voltage across the region. The event, which made lights flicker from Northern Virginia to Chicago, highlights a growing problem as AI data centers become larger and more concentrated. Experts warn that without better coordination or technology like ON.Energy's battery-backed uninterruptible power supply, such disruptions will become more frequent and severe.

Jul 25·5 min read