Model reference · open weights
LightOnOCR-1025 is an open-weight language model from lightonai, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
[!NOTE] 🚀 LightOnOCR-2 is now available and state-of-the-art on OlmOCR-bench, with new image detection variants! Check it out here: lightonai/LightOnOCR-2-1B LightOnOCR-1B-1025 Full BF16 version of the model. We recommend this variant for inference and further fine-tuning. LightOnOCR-1B is a compact, end-to-end vision–language model for Optical Character Recognition (OCR) and document understanding. It achieves state-of-the-art accuracy in its weight class while being several times faster and cheaper than larger general-purpose VLMs. [](https://colab.research.google.com/#fileId=https%3A//huggingface.co/lightonai/LightOnOCR-1B-1025/blob/main/notebook.ipynb) 📄 Paper | 📝 Read the full blog post | 🚀 Try the demo | 📓 Finetuning notebook Highlights ⚡ Speed: 5× faster than dots.ocr, 2× faster than PaddleOCR-VL-0.9B, 1.73× faster than DeepSeekOCR 💸 Efficiency: Processes 5.71 pages/s on a single H100 (~493k pages/day) for <$0.01 per 1,000 pages 🧠 End-to-End: Fully differentiable, no external OCR pipeline 🧾 Versatile: Handles tables, receipts, forms, multi-column layouts, and math notation 🌍 Compact variants: 32k and 16k vocab options for European languages Model Overview LightOnOCR combines a Vision Transformer encoder(Pixtral-based) with a lightweight text decoder(Qwen3-based) distilled from high-quality open VLMs. It is optimized for document parsing tasks, producing accurate, layout-aware text extraction from high-resolution pages. Benchmarks All benchmarks evaluated using vLLM on the Olmo-Bench. Installation VLLM [2025/11/24] 🚀 LightOnOCR is now officially supported in vLLM v0.11.1 🚀 Start Server PDF Inference Transformers Note: LightOnOCR-2 requires transformers installed from source (not yet in a stable release). Rendering and Preprocessing Tips Render PDFs to PNG or JPEG at a target longest dimension of 1540px Maintain aspect ratio to preserve text geometry Use one image per page; batching supported by vLLM Variants Fine-tuning Transformers integration is coming soon for training and inference. LightOnOCR is fully differentiable and supports: LoRA fine-tuning Domain adaptation (receipts, scientific articles, forms, etc.) Multilingual fine-tuning with task-specific
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | lightonai |
|---|---|
| Type | Language models |
| Parameters (lead) | 1.2B |
| Variants | 1 |
| Runs with | transformers |
| Released | 2025-10-20 |
| Popularity | 95k downloads / month |
| Likes | 256 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| LightOnOCR-1B-1025 | 1.2B | BF16 | ~2.7 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys lightonocr-1025 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (lightonocr-1025 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"lightonocr-1025","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗