> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# DeepSeek integration

> Set up the DeepSeek integration on Blaxel to call DeepSeek models through a unified endpoint with centralized access control and observability.

The DeepSeek integration allows Blaxel users to **call DeepSeek models using a Blaxel endpoint** in order to unify access control, credentials and observability management.

The integration must be set up by an [admin](../Security/Workspace-access-control) in the Integrations section in the [workspace settings](../Security/Workspace-access-control).

## Set up the integration

In order to use this integration, you must register a DeepSeek access token into your Blaxel workspace settings. First, generate a DeepSeek API key from [your DeepSeek console](https://platform.deepseek.com/api_keys).

On Blaxel, in Workspace Settings > DeepSeek integration, create a new connection and paste this token into the “API key” section.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Integrations/DeepSeek/image.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=4748e4bc6b6819113f82ca09dc53e12c" alt="image.webp" width="1420" height="962" data-path="Integrations/DeepSeek/image.webp" />

## Connect to a DeepSeek model

Once you’ve set up the integration in the workspace, any workspace member can use it to reference a DeepSeek model as an [external model API](../Models/External-model-apis).

When creating a model API, select DeepSeek. You can search for any model from the DeepSeek catalog.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Integrations/DeepSeek/image1.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=6f25c9166729e586fcbf21a6957eeb16" alt="image.webp" width="1366" height="1140" data-path="Integrations/DeepSeek/image1.webp" />

After the model API is created, you will receive a dedicated global Blaxel endpoint to call the model. Blaxel will forward inference requests to DeepSeek, using your DeepSeek credentials for authentication and authorization.

<Info>Because your own credentials are used, any inference request on this endpoint will incur potential costs on your DeepSeek account, as if you queried the model directly on DeepSeek.</Info>
