Skip to content

DeepSeek

deepseek is the DeepSeek (https://www.deepseek.com/) chat model provider. It uses the DEEPSEEK_API_... environment variables.

  1. Create a new secret key from the DeepSeek API Keys portal.

  2. Update the .env file with the secret key.

    .env
    DEEPSEEK_API_KEY=sk_...
  3. Set the model field in script to deepseek: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.

AliasModel identifier
largedeepseek-chat
smalldeepseek-chat
visiondeepseek-chat