Mistral Releases Leanstral 1.5: 6B-Parameter Model Achieves 100% on miniF2F, Solves 587/672 PutnamBench Problems
Mistral AI released Leanstral 1.5, a free Apache-2.0 licensed model with 119B total parameters and 6B active parameters specialized for formal verification in Lean 4. The model achieves 100% on miniF2F benchmark, solves 587 of 672 PutnamBench problems at $4 per problem (versus $300+ for competitors), and reaches state-of-the-art 87% on FATE-H and 34% on FATE-X benchmarks.
Mistral Releases Leanstral 1.5: 6B-Parameter Model Achieves 100% on miniF2F, Solves 587/672 PutnamBench Problems
Mistral AI released Leanstral 1.5, a free Apache-2.0 licensed model with 119B total parameters and 6B active parameters specialized for formal verification in Lean 4. The model achieves 100% on miniF2F benchmark, solves 587 of 672 PutnamBench problems at approximately $4 per problem, and reaches state-of-the-art 87% on FATE-H and 34% on FATE-X benchmarks.
Benchmark Performance
Leanstral 1.5 saturates the miniF2F benchmark completely, achieving 100% on both validation and test sets. On PutnamBench, the model solves 587 of 672 problems from the Putnam Mathematical Competition, outperforming Seed-Prover 1.5 by 7 problems while operating at far lower cost—$4 per problem versus an estimated $300+ for Seed-Prover's high setting with a 10 H20-days budget per problem.
On graduate and PhD-level abstract algebra benchmarks, Leanstral 1.5 achieves 87% on FATE-H and 34% on FATE-X, according to Mistral AI, representing new state-of-the-art results. On FLTEval, based on real pull requests from the Fermat's Last Theorem repository, the model reaches 28.9% pass@1 (up from 21.9%) and 43.2% pass@8 (up from 31.9%), surpassing Claude Opus 4.6's 39.6% at one-seventh the cost, according to the company.
Training and Architecture
The model underwent three training stages: mid-training, supervised fine-tuning, and reinforcement learning with CISPO. Training involved two RL environments: a multiturn environment where the model proves or disproves theorem statements through iterative compiler feedback, and a code agent environment where it operates like a developer in a filesystem, editing files, running bash commands, and using the Lean language server.
Test-Time Scaling
Mistral AI reports that Leanstral 1.5 demonstrates strong test-time scaling on PutnamBench. With Pass@8 evaluation, performance increases from 44 problems solved at 50k tokens per attempt to 244 at 200k, 493 at 1M, and 587 at 4M tokens. One AVL-tree proof ran for over 2.7 million tokens across 22 compactions.
Code Verification Capabilities
While primarily trained for mathematics, Leanstral 1.5 verified time complexity guarantees for AVL tree implementations, proving O(log n) insertion and deletion through 2.7 million tokens of reasoning. In an automated bug-finding pipeline testing 57 repositories, the model flagged 47 violated properties, identifying 11 genuine bugs—5 previously unreported on GitHub. One discovered bug was an overflow issue in the datrs/varinteger library's zigzag decoding sign function.
Availability
Leanstral 1.5 is available under Apache-2.0 license on Hugging Face and as a free API endpoint identified as "leanstral-1-5". Mistral AI recommends using the model through Mistral Vibe, its proof engineering interface for Lean 4. No pricing information was disclosed for commercial API usage beyond the free tier.
What This Means
Leanstral 1.5's combination of small active parameter count (6B) and strong formal verification performance challenges the assumption that mathematical reasoning requires massive models. The $4 per problem cost versus competitors' $300+ represents a 75x cost reduction for PutnamBench-level problems, potentially making formal verification economically viable for broader applications. The model's bug discovery in real codebases—finding edge cases like overflow bugs that traditional testing missed—demonstrates practical utility beyond academic benchmarks, though the 11 bugs found across 57 repositories (19% bug detection rate) suggests the technology still requires human oversight for production verification workflows.
Related Articles
Meta Releases Muse Glimmer, a 30B Multimodal Model Distilled for Local Agentic Use
Meta has released Muse Glimmer, a 30B parameter multimodal model distilled from its larger Muse model, designed for local, privacy-aware agentic applications. The model ships under the Apache 2.0 license as part of Hugging Face Transformers v5.15.0, which also adds support for IBM's GraniteSWA/GraniteMoeSWA and the A.X-K1/K2 models.
Mistral AI Releases Shieldstral-1.0-3B, a 3B-Parameter Policy-Adaptive Safety Classifier
Mistral AI has released Shieldstral-1.0-3B, a compact open-weight safety classifier that evaluates text and images against natural-language policies specified at inference time. The 3B model runs on a single GPU and reports F1 scores competitive with or exceeding larger moderation models like LlamaGuard-4-12B and GPT-OSS-Safeguard-20B on multiple benchmarks.
NVIDIA Releases Nemotron VoiceChat 11B, an Open Full-Duplex Speech Model with Live Tool Calling
NVIDIA has released NemotronLabs VoiceChat 11B, an 11-billion-parameter end-to-end full-duplex speech model that unifies streaming speech understanding and generation in one architecture. The model claims to be the first open full-duplex system to support live tool calling during natural conversation, with ~450ms turn-taking latency.
Upstage Releases Solar Pro 4 With 524K Token Context Window at $0.03/M Input Pricing
Upstage has released Solar Pro 4, a large language model with a 524K token context window aimed at agentic workflows, document processing, and coding. The model is priced at $0.03 per million input tokens and $0.12 per million output tokens, and is available now via OpenRouter.
Comments
Loading...