Inkling is an open-weights large language model created by Thinking Machines company, first released on July 15, 2026. It is published under an Apache 2.0 license. 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.
Training 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.
Features 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. 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. 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.
Technical information The model allows for a context window of up to 1,048,576 tokens, and can be deployed using common inference libraries such as llama.cpp. 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.
Inference hardware requirements 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. The following table outlines the total memory requirements (RAM + VRAM, or unified memory) required for model inference across different quantization levels:
Retained top-1 accuracy The following table outlines the percentage of original accuracy retained by the model across different quantization levels:
References
