Skip to main content

DeepSeek

info

You can get an API key from the DeepSeek console.

Chat model

We recommend configuring DeepSeek Chat as your chat model.

config.json
{
"models": [
{
"title": "DeepSeek Chat",
"provider": "deepseek",
"model": "deepseek-chat",
"apiKey": "[API_KEY]"
}
]
}

Autocomplete model

We recommend configuring DeepSeek Coder as your autocomplete model.

config.json
{
"tabAutocompleteModel": {
"title": "DeepSeek Coder",
"provider": "deepseek",
"model": "deepseek-coder"
}
}

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.