Model reference · open weights
lean-finder is an open-weight embedding model from delta-lab-ai. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | delta-lab-ai |
|---|---|
| Type | Embedding models |
| Task | Embeddings |
| Parameters (lead) | 8.2B |
| Context | 40k tokens |
| Runs with | transformers |
| Released | 2026-05-21 |
| Popularity | 1k downloads / month |
| Licence | Open weights |
About
We present Lean Finder, a semantic search engine for Lean and mathlib that understands and aligns with the intents of mathematicians, published at ICLR 2026. Progress in formal theorem proving is often hindered by the difficulty of locating relevant theorems and the steep learning curve of the Lean 4 language. Existing Lean search engines rely primarily on informalizations (natural language translations of formal statements), while largely overlooking the mismatch with real-world user queries.
Lean Finder proposes a user-centered semantic search tailored to the needs of mathematicians. Our approach:
The model in this repository's main revision is a newly optimized version that is significantly stronger than the model described in the paper. The model corresponding to the paper release is available in the old-model revision. For details on the differences and how to access each version, see the GitHub repository.
Try the web service at leanfinder.github.io.
For code, dataset, and instructions for hosting the model locally, see the GitHub repository.
@article{lu2025lean,
title={Lean finder: Semantic search for mathlib that understands user intents},
author={Lu, Jialin and Emond, Kye and Yang, Kaiyu and Chaudhuri, Swarat and Sun, Weiran and Chen, Wuyang},
journal={arXiv preprint arXiv:2510.15940},
year={2025}
}
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys lean-finder for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (lean-finder below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/embeddings \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"lean-finder","input":"text to embed"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.