Inkling (large language model)
Inkling is an open-weights large language model created by Thinking Machines company, first released on July 15, 2026.[1][2] It is published under an Apache 2.0 license.[3] The model allows text, images and audio as input, and can be used for tasks such as chat, software development, multilingual applications or agentic systems. [3]
Training
[edit]The first large language model released by Thinking Machines, Inkling was trained with 45 trillion tokens of text, image, audio, and video. It reasons natively from input in any of these four formats, while, at the moment, it can generate only text, including source code or structured data.[4][5][6]
Features
[edit]Inkling was designed to be adaptable and efficient when used in real-world workflows. The cost/performance relationship can be optimized, by programmatically adjusting the model's reasoning budget (that is, the amount of "thought" that the model must perform before generating an output), in a scale from 0.2 to 0.99. This way, different levels of "thinking" effort can be used according to the needs of each particular task.[7]
Unlike most other large language models (including open-weight ones), Inkling was created with a focus on resistance to censorship, providing direct answers when questioned on censored or politically sensitive topics. Its creators recommend using external tools for content moderation, since they consider that internal safety evaluation in the language models occasionally doesn't prevent the model from complying with potentially harmful prompts that shouldn't be answered.[7]
The model can be fine-tuned for a particular job by developers through Tinker platform, also from Thinking Machines, and they are able to deploy it through third-party providers.[8]
Technical information
[edit]The model allows for a context window of up to 1,048,576 tokens,[3] and can be deployed using common inference libraries such as llama.cpp.[7] It contains 975 billion parameters, with 41 billion of them being active at a time. The model has a mixture-of-experts design, and inputs are directed to the parts most suitable to handle them, to the response is generated with an efficient use of computing power.[9]
Inference hardware requirements
[edit]The 1-bit dynamic quantization variant, designated as UD-IQ1_S, requires 270 GB of disk space for storage. Operational deployment of this 1-bit quantization requires a hardware configuration such as a Mac Studio Ultra, or alternative systems equipped with a minimum combined RAM and VRAM capacity of approximately 290 GB. In comparison, while the 1-bit variant can be accommodated within a 290 GB RAM system configuration, the 6/8-bit variant necessitates a minimum of 900 GB of RAM.[3]
The following table outlines the total memory requirements (RAM + VRAM, or unified memory) required for model inference across different quantization levels:[3]
| Quantization Level | Memory Required |
|---|---|
| BF16 | 1900 GB |
| 6/8-bit | 870 GB |
| 4-bit | 600 GB |
| 3-bit | 450 GB |
| 2-bit | 325 GB |
| 1-bit | 280-295 GB |
Retained top-1 accuracy
[edit]The following table outlines the percentage of original accuracy retained by the model across different quantization levels:[3]
| Quantization Level | Accuracy Retained |
|---|---|
| BF16 | 100.0% |
| 6/8-bit | 99.8% |
| 4-bit | 94.4% |
| 3-bit | 88.7% |
| 2-bit | 81.0% |
| 1-bit | 74.2%-77.4% |
References
[edit]- ↑ Ghaffary, Shirin; Bloomberg. "Murati's Thinking Machines releases first AI model for broad use". Fortune. Retrieved 2026-08-17.
- ↑ Cai, Kenrick. "AI startup Thinking Machines launches an open-weight AI model". Reuters. Retrieved 2026-08-17.
- 1 2 3 4 5 6 "Inkling - How to Run Locally | Unsloth Documentation". unsloth.ai. 2026-07-18. Retrieved 2026-07-20.
- ↑ Lab, Thinking Machines. "Inkling: Our Open-Weights Model". Thinking Machines Lab. Retrieved 2026-08-17.
- ↑ AI, Eigent. "Thinking Machines Inkling: The First Open-Weights Model". www.eigent.ai. Retrieved 2026-08-17.
- ↑ Knight, Will (2026-07-15). "Thinking Machines Lab Drops Its First Model". Wired. ISSN 1059-1028. Retrieved 2026-08-17.
- 1 2 3 Franzen, Carl (2026-07-15). "Thinking Machines open sources first multimodal language model, Inkling, focused on low cost and 'resistance to censorship'". VentureBeat. Retrieved 2026-07-20.
- ↑ "Mira Murati's Thinking Machines Launches Inkling, a 975B AI Model You Can Download and Fine-Tune". Gadgets Now. Retrieved 2026-08-17.
- ↑ Brodsky, Sascha (2026-07-17). "Inkling adds another name to open-weight AI | IBM". www.ibm.com. Retrieved 2026-08-17.