DeepSeek Coder V2 Lite

DeepSeek

deepseek2

The younger sibling of the GPT-4-beating 236B Deepseek Coder V2 model, this model also comes out strong with support for 338 different languages!

Model info

Model

DeepSeek Coder V2 Lite

Author

DeepSeek

Arch

deepseek2

Parameters

15.7B

Format

gguf

Size on disk

about 8.46 GB

Download and run DeepSeek Coder V2 Lite

Open in LM Studio to view download options

Download deepseek-coder-v2 from the terminal

Download the model using lms — LM Studio's developer CLI.

lms get deepseek-coder-v2
If you don't have it yet, get it by running npx lmstudio install-cli

Call deepseek-coder-v2 from your code

curl http://localhost:1234/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-coder-v2",
    "messages": [
      { "role": "system", "content": "Always answer in rhymes." },
      { "role": "user", "content": "Introduce yourself." }
    ],
    "temperature": 0.7,
    "max_tokens": -1,
    "stream": true
  }'

Next Steps: Build! 🔨

Learn more