Deepseek
Configure Deepseek specification.
When using Deepseek LLMs, you have the choice of using a built-in Graphlit model, which accrues credits for usage, or using your own Deepseek API key.
Graphlit currently supports these built-in Deepseek models via the model
field: DEEPSEEK_CHAT
, DEEPSEEK_CODER
.
By assigning the model
field to CUSTOM
, you also will need to assign the key
and modelName
to use your own Deepseek developer account.
You can find the list of current Deepseek models here, and use the model name syntax such as deepseek-chat
.
Last updated