Basalt Labs breaks the ceiling of LLM reasoning with Monolith-1.0, a 1.57T parameter MoE model that dominates global benchmarks.

On July 17, 2026, the landscape of artificial intelligence shifted fundamentally. Basalt Labs officially released Monolith-1.0, a model that doesn't just compete with closed-source frontier models but arguably surpasses them in pure reasoning capability. For developers and AI engineers, this represents a historic milestone: the arrival of a state-of-the-art, reasoning-centric model that is fully open-weights under the MIT license.
Monolith-1.0 is a masterpiece of architectural engineering. It utilizes a sparsely-activated Mixture-of-Experts (MoE) decoder-only transformer architecture. While the model boasts a massive 1.57T total parameters, it maintains extreme efficiency by only activating 49.5B parameters per token. This 32x sparsity allows for high-level intelligence without the prohibitive inference costs typically associated with trillion-parameter models.
The scale of training for Monolith-1.0 is unprecedented for an open-weights release. It was trained on a massive 60 trillion token multilingual mixture, with a heavy emphasis on Chinese-English datasets. The compute budget reached approximately 1.8 × 10^25 FLOPs, ensuring a deep understanding of complex linguistic and logical structures.
To handle massive document sets and long-form reasoning, the model features a 1,048,576-token (1M) context window. This was achieved through a sophisticated two-stage YaRN curriculum, extending from an initial 4K pretraining length to the full 1M capacity, allowing for seamless RAG and long-context analysis.
Monolith-1.0 has set a new gold standard for reasoning. As of April 2026, it leads the four most critical public reasoning benchmarks, demonstrating a level of cognitive accuracy that was previously thought to be the exclusive domain of proprietary models. Its performance on 'Humanity's Last Exam' and 'AIME 2025' is particularly noteworthy, signaling a leap in mathematical and scientific reasoning.
The post-training pipeline—utilizing SFT, DPO, and a specialized RLVR (Reinforcement Learning from Verifiable Rewards) stage—ensures that the model's reasoning chains are not just plausible, but logically sound and verifiable.
For production environments, Monolith-1.0 is designed for high-throughput scalability. A production-grade replica can run expert-parallel on a single NVIDIA GB300 NVL72 rack (72 GPUs) at FP8 precision. This allows enterprises to host their own high-performance instances with minimal latency.
While Basalt Labs offers the weights for local deployment, their managed API provides a seamless entry point for developers. Due to the complexity of the model, pricing is structured to reflect the high compute requirements while remaining competitive with other frontier providers.
The reasoning capabilities of Monolith-1.0 make it uniquely suited for high-stakes applications. It excels in complex coding tasks where logical consistency is paramount, and in agentic workflows where the model must plan multi-step actions with high reliability.
Furthermore, its 1M context window makes it a powerhouse for RAG (Retrieval-Augmented Generation) over entire codebases or massive legal and scientific corpora. It is not just a chatbot; it is a reasoning engine for the next generation of AI agents.
Developers can begin integrating Monolith-1.0 immediately. You can access the model via the Basalt Labs API or download the weights directly from their official repository. The release includes the tokenizer and a dedicated evaluation harness to help you benchmark your specific fine-tuning or prompting strategies.