Model reference · open weights
deepseek-vl2-tiny 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
1. Introduction Introducing DeepSeek-VL2, an advanced series of large Mixture-of-Experts (MoE) Vision-Language Models that significantly improves upon its predecessor, DeepSeek-VL. DeepSeek-VL2 demonstrates superior capabilities across various tasks, including but not limited to visual question answering, optical character recognition, document/table/chart understanding, and visual grounding. Our model series is composed of three variants: DeepSeek-VL2-Tiny, DeepSeek-VL2-Small and DeepSeek-VL2, with 1.0B, 2.8B and 4.5B activated parameters respectively. DeepSeek-VL2 achieves competitive or state-of-the-art performance with similar or fewer activated parameters compared to existing open-source dense and MoE-based models. DeepSeek-VL2: Mixture-of-Experts Vision-Language Models for Advanced Multimodal Understanding Github Repository Zhiyu Wu, Xiaokang Chen, Zizheng Pan, Xingchao Liu, Wen Liu, Damai Dai, Huazuo Gao, Yiyang Ma, Chengyue Wu, Bingxuan Wang, Zhenda Xie, Yu Wu, Kai Hu, Jiawei Wang, Yaofeng Sun, Yukun Li, Yishi Piao, Kang Guan, Aixin Liu, Xin Xie, Yuxiang You, Kai Dong, Xingkai Yu, Haowei Zhang, Liang Zhao, Yisong Wang, Chong Ruan ( Equal Contribution, Project Lead, Corresponding author) 2. Model Summary DeepSeek-VL2-tiny is built on DeepSeekMoE-3B (total activated parameters are 1.0B). 3. Quick Start Installation On the basis of Python = 3.8 environment, install the necessary dependencies by running the following command: Notifications 1. We suggest to use a temperature T <= 0.7 when sampling. We observe a larger temperature decreases the generation quality. 2. To keep the number of tokens managable in the context window, we apply dynamic tiling strategy to <=2 images. When there are =3 images, we directly pad the images to 384384 as inputs without tiling. 3. The main difference between DeepSeek-VL2-Tiny, DeepSeek-VL2-Small and DeepSeek-VL2 is the base LLM. Simple Inference Example Gradio Demo (TODO) 4. License This code repository is licensed under MIT License. The use of DeepSeek-VL2 models is subject to DeepSeek Model License. DeepSeek-VL2 series supports commercial use. 5. Citation 6. Contact If you have any questions, please raise an issue or contac
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 |
| Variants | 1 |
| Runs with | transformers |
| Released | 2024-12-13 |
| Popularity | 303k downloads / month |
| Likes | 249 |
| Licence | Commercial licence needed |
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-vl2-tiny | 3.4B | BF16 | ~7.8 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys deepseek-vl2-tiny for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (deepseek-vl2-tiny 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-vl2-tiny","messages":[{"role":"user","content":"Hello"}]}'
Licence
The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗