AIAny
AI Model2026
Icon for item

Leanstral 1.5 119B A6B

A code-agent model for Lean 4 that automates repository-level formal proofs and verification; a Mixture-of-Experts architecture (119B total, 6.5B active) with 256k context, multimodal input and an Apache-2.0 license.

Introduction

Formal verification workflows often require long-horizon interaction with a proof assistant, iterative file edits, and real-time compiler feedback — generalist LLMs struggle to operate reliably at that granularity. Leanstral 1.5 is purpose-trained to act as an agent inside Lean 4 projects and the Mistral "vibe" environment, closing that gap by learning the full proof-engineering loop rather than only producing single-shot proofs.

Key Capabilities
  • Trained for agentic proof engineering: optimized to edit files, run shell commands, query the Lean language server, and iterate until proofs compile.
  • Architecture and scale: MoE with 128 experts (4 active per token), 119B parameters with ~6.5B activated per token, and a very long context window (up to 256k tokens) to handle whole-repo reasoning.
  • Multimodal and integrable: accepts text and images, designed to run via Mistral Vibe or a local vLLM server and to work with MCPs like lean-lsp-mcp for tight IDE-style workflows.
  • Empirical performance: achieved state-level results on formal benchmarks (saturated miniF2F, high scores on PutnamBench and FATE suites) and has been used in automated pipelines that flagged real bugs in Rust→Lean translated code.
Who it's for and trade-offs

Great fit if you need an AI that can be embedded into Lean 4 development workflows to automate proof attempts, triage failing goals, or perform long-running repository tasks. It is especially useful for teams that can run or access Mistral's API or provision sizable inference infrastructure (vLLM, tensor-parallel serving). Look elsewhere if you need a tiny, low-cost model for casual chat or general-purpose code help: Mixture-of-Experts models add serving complexity and local deployment requires significant memory, tensor-parallelism and engineering (or reliance on Mistral-hosted endpoints). The model's Apache-2.0 license makes it permissive for integration, but operational costs and MoE inference demands are the main practical constraints.

Where it fits

Use Leanstral 1.5 when you want a specialist proof agent rather than a general LLM: it targets reproducible, compile-driven proof loops and repository-scale formal verification. For lighter-weight code-assistant tasks or non-formal coding workflows, smaller single-GPU models or hosted chat-centric agents remain simpler and cheaper.

Information

Categories

More Items

Hugging Face
AI Video2026

Experimental MiniMax H3 variant that injects learned stylistic and motion 'character' from LTX 2.3, Wan 2.2 and Krea 2 into H3 by surgically grafting attention and MLP components; preserves H3 modality routing while shifting t2v/i2v aesthetics, with limited audio impact and community-license constraints.

Hugging Face
AI Model2026

Provides locally runnable GGUF quantizations of Qwen3.8-27B with the MTP speculative-draft head preserved and a Heretic weight edit that substantially reduces refusal rate. Ships multiple quant sizes with published imatrix and perplexity measurements for local inference under Apache‑2.0.

Hugging Face
AI Model2026

An FP8-quantized, uncensored mirror of Qwen3.8-27B for image-text-to-text tasks — preserves native multimodal vision and very long context while targeting transformers/vLLM deployments; intended for offline testing and red-teaming and may bypass built-in safety filters.