Model reference · open weights
deepseek-moe 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 to DeepSeekMoE See the Introduction for more details. 2. How to Use Here give some examples of how to use our model. Chat Completion Avoiding the use of the provided function applychattemplate, you can also interact with our model following the sample template. Note that messages should be replaced by your input. Note: By default (addspecialtokens=True), our tokenizer automatically adds a bostoken (<|begin▁of▁sentence|) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input. 3. License This code repository is licensed under the MIT License. The use of DeepSeekMoE models is subject to the Model License. DeepSeekMoE supports commercial use. See the LICENSE-MODEL for more details. 4. Contact If you have any questions, please raise an issue or contact us at service@deepseek.com.
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | deepseek-ai |
|---|---|
| Type | Language models |
| Parameters (lead) | 16.4B |
| Context | 4k tokens |
| Variants | 1 |
| Runs with | transformers |
| Released | 2024-01-09 |
| Popularity | 33k downloads / month |
| Likes | 159 |
| 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-moe-16b-chat | 16.4B | BF16 | ~37.7 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys deepseek-moe for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (deepseek-moe 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-moe","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 ↗