DeepSeek
deepseek
is the DeepSeek (https://www.deepseek.com/) chat model provider.
It uses the DEEPSEEK_API_...
environment variables.
Create a new secret key from the DeepSeek API Keys portal.
Update the
.env
file with the secret key..env DEEPSEEK_API_KEY=sk_...Set the
model
field inscript
todeepseek:deepseek:deepseek-chat
which is currently the only supported model.script({model: "deepseek:deepseek-chat",...})
Aliases
The following model aliases are attempted by default in GenAIScript.
Alias | Model identifier |
---|---|
large | deepseek-chat |
small | deepseek-chat |
vision | deepseek-chat |