DeepSeek
info
You can get an API key from the DeepSeek console.
Chat model
We recommend configuring DeepSeek Chat as your chat model.
- YAML
- JSON
config.yaml
models:
- name: DeepSeek Chat
provider: deepseek
model: deepseek-chat
apiKey: <YOUR_DEEPSEEK_API_KEY>
config.json
{
"models": [
{
"title": "DeepSeek Chat",
"provider": "deepseek",
"model": "deepseek-chat",
"apiKey": "<YOUR_DEEPSEEK_API_KEY>"
}
]
}
Autocomplete model
We recommend configuring DeepSeek Coder as your autocomplete model.
- YAML
- JSON
config.yaml
models:
- name: DeepSeek Coder
provider: deepseek
model: deepseek-coder
apiKey: <YOUR_DEEPSEEK_API_KEY>
roles:
- autocomplete
config.json
{
"tabAutocompleteModel": {
"title": "DeepSeek Coder",
"provider": "deepseek",
"model": "deepseek-coder",
"apiKey": "<YOUR_DEEPSEEK_API_KEY>"
}
}
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.