Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt

Use this file to discover all available pages before exploring further.

Get DeepSeek API key

Get your DeepSeek API key from the DeepSeek Platform to start using DeepSeek models through Keywords AI.

DeepSeek models compatibility

Add DeepSeek API keys

There are 2 ways to add your DeepSeek credentials to your requests:

Via UI

1

Go to the Providers page

2

Add your DeepSeek credentials.

Add your DeepSeek API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own DeepSeek credits.
{
  // Rest of the request body
  "customer_credentials": {
    "deepseek": {
      "api_key": "YOUR_DEEPSEEK_API_KEY",
    }
  }
}