Model reference · open weights
DeepSeek-OCR-2 is an open-weight language model from deepseek-ai, 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
Usage Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.12.9 + CUDA11.8: vLLM Refer to 🌟GitHub for guidance on model inference acceleration and PDF processing, etc.<!-- -- Support-Modes - Dynamic resolution - Default: (0-6)×768×768 + 1×1024×1024 — (0-6)×144 + 256 visual tokens ✅ Main Prompts Acknowledgement We would like to thank DeepSeek-OCR, Vary, GOT-OCR2.0, MinerU, PaddleOCR for their valuable models and ideas. We also appreciate the benchmark OmniDocBench. Citation
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | deepseek-ai |
|---|---|
| Type | Language models |
| Parameters (lead) | 3.4B |
| Context | 8k tokens |
| Variants | 1 |
| Runs with | transformers |
| Released | 2026-01-27 |
| Popularity | 1.1M downloads / month |
| Likes | 1,084 |
| 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 |
|---|---|---|---|---|---|
| DeepSeek-OCR-2 | 3.4B | BF16 | ~7.8 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys deepseek-ocr-2 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (deepseek-ocr-2 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":"deepseek-ocr-2","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 ↗