{"slug": "inkling-model-card", "title": "Inkling Model Card", "summary": "Thinking Machines Lab released Inkling, a 975B-parameter multimodal AI model with 41B active parameters, under the Apache 2.0 license on July 15, 2026. The open-weights model supports text, image, and audio inputs and is designed for developers building AI applications including agentic systems, coding assistants, and chatbots.", "body_md": "# Inkling Model Card\n\n# 1. General information\n\n#### Model name\n\nInkling\n\n#### Legal name of the model provider\n\nThinking Machines Lab, Inc.\n\n#### Date of release\n\nJuly 15, 2026\n\n#### License\n\nApache 2.0\n\n#### Intended uses\n\nInkling is a general-purpose multimodal model that accepts text, image and audio inputs and generates text outputs. It is intended for use in English and other languages, and across multiple coding languages. The model is designed to be used by developers building AI-powered applications, including agentic and tool-use systems, coding assistants, chatbots, and retrieval-augmented generation systems, and is suitable for general-purpose conversational use, instruction-following, and other natural language and multimodal tasks. It is released with open weights to support research, fine-tuning and integration into third-party products by downstream developers.\n\n#### Languages\n\nEnglish, general multilingual support\n\n# 2. Model properties\n\n#### Model type\n\nMultimodal autoregressive transformer\n\n#### Architecture type\n\nA 66-layer decoder-only transformer with a sparse Mixture-of-Experts (MoE) feed-forward backbone: each token is routed to 6 of 256 experts, plus 2 shared experts active on every token. Attention is a hybrid of local and global layers. The model is natively multimodal — images are encoded via a hierarchical patch encoder, and audio via discrete token encoding — with all modalities projected into a shared hidden space and processed jointly by the decoder.\n\n#### Parameters\n\n975B total, 41B active\n\n#### Numerics support\n\nBF16, MXFP8 and NVFP4\n\n#### Input modalities\n\n- Text: UTF-8 encoded text\n- Image: Any pixel-based image input. For optimal performance, each image dimension should be between 40px to 4096px.\n- Audio: WAV format, sampled at 16kHz. For optimal performance, audio length should be within 20 mins.\n\nInkling supports a context window of up to 1M tokens.\n\n#### Output modalities\n\nText: UTF-8 encoded text\n\n# 3. Methods of distribution\n\nThe model is available via API access through Tinker, our service for fine-tuning. The model is also available via API access through third party inference providers.\n\nThe weights are available for download through [Hugging Face](https://huggingface.co/thinkingmachines/inkling).\n\n### API access to the model\n\n- For accessing our model via Tinker, you can get started by referring to the Tinker Cookbook\n[here](https://github.com/thinking-machines-lab/tinker-cookbook), and installing the tml-renderers package[here](https://pypi.org/project/tml-renderers/). - For accessing our model via third party inference providers, you can refer to the documentation from our inference provider partners.\n\n### Running the open weights model on your own system\n\n#### Required hardware\n\nThe model is distributed in two checkpoint formats.\n\nThe BF16 checkpoint requires a GPU cluster with at least 2 TB of aggregated VRAM. This can be met with either of the following configurations:\n\n- 8x NVIDIA B300 GPUs\n- 16x NVIDIA H200 GPUs\n\nThe NVFP4 checkpoint offers a quantized alternative that reduces the aggregated VRAM requirement to at least 600 GB. This checkpoint can be run as:\n\n- W4A4 on 4x NVIDIA B300 GPUs (note: W4A4 mode additionally requires SM100+ architecture)\n- W4A16 on 8x NVIDIA H200 GPUs\n\n#### Required software\n\nRunning the model directly on GPU hardware requires an inference deployment framework–either SGLang, vLLM, TokenSpeed, Unsloth, or Hugging Face, along with all of their respective dependency libraries.\n\n# 4. Training\n\n#### Data types\n\nTraining data includes a broad variety of content types, including text, images, audio, video.\n\n#### Data provenance\n\nTraining data for the model was drawn from publicly available sources, acquired from third-parties, or synthetically generated or augmented. Publicly available data includes content from the public internet and publicly accessible repositories.\n\n#### Curation methodologies\n\nData curation includes cleaning, processing, and modifying datasets. These processing steps, which vary by data type, may include deduplication and filtering to remove junk or other low-quality data, or to advance safety or other objectives.\n\n# 5. Evaluations\n\n| Open weights | Closed weights | ||||||||\n|---|---|---|---|---|---|---|---|---|---|\n| Inklingeffort=0.99 | Nemotron 3Ultra | Kimi K2.5 | Kimi K2.6 | GLM 5.2 | DeepSeek V4Pro | Gemini 3.1 Pro(high) | Claude Fable 5(max) | GPT 5.6 Sol(max/xhigh) | |\n| Reasoning | |||||||||\n| HLEtext only | 29.7% | 26.6% | 29.4% | 35.9% | 40.1% | 35.9% | 44.7% | 53.3% | 47.2% |\n| HLEwith tools | 46.0% | 37.4% | 50.2% | 54.0% | 54.7% | 48.2% | 51.4% | 64.5% | 55.0% |\n| AIME 2026 | 97.1% | 94.2% | 95.8% | 96.4% | 99.2% | 96.7% | 98.3% | 99.9% | 99.9% |\n| GPQA Diamond | 87.2% | 86.7% | 87.9% | 91.1% | 89.5% | 88.8% | 94.1% | 92.6% | 94.1% |\n| Agentic (coding) | |||||||||\n|\nSWEBench Verified\n* |\n\n[Best Harness](#eval-note-terminal-bench-2-1)*[with python](#eval-note-charxiv-rq-tools)†††*We assign a score of 0 to Terminal Bench 2.1 rollouts with solution contamination from web search. †We benchmarked Claude Fable 5 and GPT 5.6 Sol (max/xhigh) on CharXiv RQ (with python) using our internal Python harness.\n\nFor all input images whose long edge is smaller than 2048 px, we resize the long edge to the smaller of 2048 px or 2× its original length.\n\n# 6. Safety\n\nWe conducted safety evaluations ahead of release, spanning both everyday human-AI interaction and dangerous-capability testing. Because Inkling is multimodal, we paid attention to whether safety behavior held consistently across text, audio, and image inputs. We applied mitigations to reduce risks before release.\n\nFor everyday interaction, we evaluated sycophancy, harmful manipulation, and psychological-harm patterns like parasocial dependency and validation of delusional reasoning, including through multi-turn, open-ended external red-teaming designed to surface issues that only emerge over longer conversations. We also assessed whether the model refuses genuinely harmful requests without over-refusing benign ones. For CBRN and cyber, we assessed knowledge and procedural uplift through internal evaluations, external testing, and refusal-suppressed variants intended to estimate latent capability with safeguards removed. For loss of control, we evaluated agentic capability, strategic deception, and sabotage potential, benchmarked against public frontier models, and found the model materially below frontier capabilities.\n\nAcross all areas, we concluded that Inkling did not present risk of material uplift beyond what’s already available in the open-weight ecosystem.\n\nThe residual risks identified in our evaluations — specifically, Inkling’s occasional tendency to comply with role-play and indirectly framed prompts concerning harmful topics — are consistent with what you would see from any open-weight model, and are best addressed with defense-in-depth rather than relying on the model’s refusals alone. Common downstream moderation tools, such as Llama Guard, are compatible with Inkling and can be layered around the model to catch jailbreak attempts, filter unsafe outputs, and enforce use-case-specific policies. We would encourage treating this kind of input/output classification as a part of your deployment stack, especially for consumer-facing or high-traffic applications where adversarial prompting is more likely.\n\n# 7. Bias, risks and limitations\n\nInkling may exhibit general limitations common to foundation models, including hallucination (generating plausible but factually incorrect or unsupported content), occasional failures to follow instructions precisely, and degraded performance in long multi-turn conversations. As with other large-scale models trained on web-derived and synthetic data, Inkling may reflect biases present in its training data, including demographic, cultural, or linguistic biases, and may perform unevenly across languages, dialects, or subject domains that were less represented during training.\n\nInkling’s knowledge is limited to information available as of its training cutoff, and it may not reflect events, developments, or changes that occurred afterward.\n\nWe recommend that downstream developers and deployers apply appropriate human oversight and review for outputs used in high-stakes or safety-critical contexts, rather than relying on Inkling’s outputs without verification.\n\n- Conduct their own evaluation of Inkling’s performance, safety, and fairness for their specific use case, language, and population prior to deployment, particularly for applications involving vulnerable groups.\n- Implement additional safeguards – such as content filtering, rate limiting, and monitoring – at the application layer, especially for open deployment contexts where Inkling’s built-in mitigations may not be sufficient on their own.\n- Avoid deploying Inkling in domains such as medical, legal, or safety-critical decision-making without additional fine-tuning, domain-specific validation, and human oversight", "url": "https://wpnews.pro/news/inkling-model-card", "canonical_source": "https://thinkingmachines.ai/model-card/inkling/", "published_at": "2026-07-15 21:12:04+00:00", "updated_at": "2026-07-15 21:28:27.124641+00:00", "lang": "en", "topics": ["artificial-intelligence", "large-language-models", "ai-products", "ai-research"], "entities": ["Thinking Machines Lab", "Inkling", "Hugging Face", "NVIDIA", "B300", "H200", "SGLang", "vLLM"], "alternates": {"html": "https://wpnews.pro/news/inkling-model-card", "markdown": "https://wpnews.pro/news/inkling-model-card.md", "text": "https://wpnews.pro/news/inkling-model-card.txt", "jsonld": "https://wpnews.pro/news/inkling-model-card.jsonld"}}