Model reference · open weights

deepseek-moe

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.

Licence fee required LLMs deepseek-ai 1 variants 33k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What deepseek-moe is

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

What it is

Makerdeepseek-ai
TypeLanguage models
Parameters (lead)16.4B
Context4k tokens
Variants1
Runs withtransformers
Released2024-01-09
Popularity33k downloads / month
Likes159
LicenceCommercial licence needed

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

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.

VariantParamsPrecisionVRAMFits 16 GBWeights
deepseek-moe-16b-chat16.4BBF16~37.7 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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"}]}'

Details

Languages, data & research

Tags

transformers safetensors deepseek text-generation conversational custom_code

Papers

Licence

Commercial licence needed

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 ↗

Sources

Weights & code

Want deepseek-moe on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms