You can get an API key from the DeepSeek console.

How to Set Up DeepSeek Chat Models

We recommend configuring DeepSeek Chat as your chat model.
config.yaml
models:
  - name: DeepSeek Chat
    provider: deepseek
    model: deepseek-chat
    apiKey: <YOUR_DEEPSEEK_API_KEY>

How to Set Up DeepSeek Autocomplete Models

We recommend configuring DeepSeek Coder as your autocomplete model.
config.yaml
models:
  - name: DeepSeek Coder
    provider: deepseek
    model: deepseek-coder
    apiKey: <YOUR_DEEPSEEK_API_KEY>
    roles:
      - autocomplete

How to Configure DeepSeek Embeddings Models

DeepSeek currently does not offer any embeddings models. Click here to see a list of embeddings model providers.

How to Configure DeepSeek Reranking Models

DeepSeek currently does not offer any reranking models. Click here to see a list of reranking model providers.