Model reference · open weights
LiteALPR is an open-weight language model from anhone3. 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 | anhone3 |
|---|---|
| Type | Language models |
| Task | Image→text |
| Runs with | tensorrt |
| Released | 2026-09-06 |
| Popularity | 528 downloads / month |
| Licence | Commercial licence needed |
About
Pretrained weights for LiteALPR, a lightweight open-source library for fast and accurate Automatic License Plate Recognition (ALPR), explicitly optimized for high-throughput execution on both edge and cloud environments.
To ensure robust, multi-national generalization, the models were trained and validated on a large-scale aggregated dataset of 52,595 images from diverse geographic regions:
Half of the recognition crops were synthetically degraded (e.g., motion blur, Gaussian noise, perspective skew) during training to ensure high resilience against challenging real-world scenarios.
If you use these models in your research, please cite our paper:
@article{nguyen2026litealpr,
title={LiteALPR: A lightweight open-source library for fast and accurate license plate recognition},
author={Nguyen, Anh and Hoang, Vinh Truong},
journal={SoftwareX},
year={2026}
}From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys litealpr for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (litealpr 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":"litealpr","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.