You can get an API key from the DeepSeek console.

Chat model

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>

Autocomplete model

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

Embeddings model

DeepSeek currently does not offer any embeddings models.

Click here to see a list of embeddings model providers.

Reranking model

DeepSeek currently does not offer any reranking models.

Click here to see a list of reranking model providers.