model releaseMistral AI

Mistral Releases Leanstral 1.5: 6B-Parameter Model Achieves 100% on miniF2F, Solves 587/672 PutnamBench Problems

TL;DR

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.

3 min read
0

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

model release

NVIDIA Nemotron 3.5 Lightning Arrives on Amazon SageMaker JumpStart, Targets High-Volume Agentic Workloads

NVIDIA's Nemotron 3.5 Lightning, a 30B-parameter hybrid Mixture-of-Experts model with only 3B active parameters, is now available for one-click deployment on Amazon SageMaker JumpStart. NVIDIA claims up to 4x higher throughput and 30% faster task completion for high-volume agentic workloads compared to larger frontier models.

model release

Qwen 3.8 27B Launches with Vision Support and a 262K Context Window—But Its Default Settings Cause Massive Overthinking

Alibaba's Qwen research lab has released Qwen 3.8 27B, an Apache 2.0 licensed, vision-capable model with a 262,144-token context window. Independent testing found the model's default 'xhigh' reasoning setting causes it to massively overthink simple prompts, turning quick tasks into 20-minute ordeals.

model release

Qwen Launches Qwen3.8 27B, an Open-Weight Vision-Language Model with 262K Context

Qwen has released Qwen3.8 27B, a 27-billion-parameter dense vision-language model with a 262K token context window, available now via OpenRouter at $0.45 per million input tokens and $3.20 per million output tokens.

model release

Z.ai Releases GLM-5.3, Claims Frontier Coding Scores From a 750B-Parameter Model

Z.ai released GLM-5.3, a coding-focused model built on the same base as GLM-5.2 but with substantially extended post-training, and claims it surpasses Moonshot AI's Kimi K3 on many agentic coding benchmarks despite having roughly a third of the parameters. The model is live in Z.ai's coding plan now, with API and open-weight Hugging Face access expected within two weeks.

Comments

Loading...