# Client One-Click Access to DeepSeek Guide

## I. Parameter Description
| **Parameter Name** | **Description**                                                       | **Example Value**                                      |
|--------------------|-----------------------------------------------------------------------|--------------------------------------------------------|
| **URL**            | The request address of the API used to specify the interface to be called. | `https://api.umodelverse.ai/v1/chat/completions` `https://api.umodelverse.ai/v1`|
| **Model ID**       | Specifies the model name to be called and determines the specific function of the API call.  | `deepseek-ai/DeepSeek-R1` `deepseek-ai/DeepSeek-V3-0324` `deepseek-ai/DeepSeek-Prover-V2-671B` `Qwen/QwQ-32B` `Qwen/Qwen3-235B-A22B` __B__  |
| **API Key**        | A key used to verify user identity to ensure that only authorized users can access API services. | [Click this link to get the Key](https://console.scloudsg.com/modelverse/experience/api-keys)| 

## II. Domain Link Description
- Please note: Different clients may choose different URL links based on their functional requirements. Please fill in the information strictly according to the client's instructions.

| **Client Type**      | **URL Link**                          | **Description**                                                                 |
|----------------------|---------------------------------------|--------------------------------------------------------------------------------|
| General API Call     | `https://deepseek.modelverse.cn/v1`   | Basic API interface, suitable for general function calls, may require more parameters depending on the specific function.       |
| Chat Function Call   | `https://deepseek.modelverse.cn/v1/chat/completions` | Special API interface for chat functions, optimized for tasks like dialogue generation, with parameters and return results more focused on chat scenarios. |

## III. Common Client Examples

## 1 Using in Chatbox

### 1.1 About Chatbox
Chatbox is a popular cross-platform chat client for large language models, known for its powerful features and easy installation. You can use it to access various large language models and chat with AI on any device (computer, mobile, web).

### 1.2 Using DeepSeek API in Chatbox

#### Step 1: [Get API Key](https://console.scloudsg.com/modelverse/experience/api-keys)

#### Step 2: Open Chatbox and configure as described in the images
![](https://www-s.ucloud.cn/2025/02/f157d3cc11001adf71511734d28032ed_1739959761948.png)
![](https://www-s.ucloud.cn/2025/02/5025a54f7588bfddcd5ed6cfa34e7d23_1739959761957.png)
![](https://www-s.ucloud.cn/2025/02/9ccaf962b2276fc17d2e8bd55a774eb2_1739961410410.png)

#### Step 3: Start Chatting
![](https://www-s.ucloud.cn/2025/02/828fdba2b6d9d0fd239b997b373e526f_1739961608007.png)


## 2 Using in Open WebUI

### 2.1 About Open WebUI
Open WebUI is suitable for internal enterprise deployment (https://github.com/open-webui/). It starts a service on a computer and provides an internal network URL for enterprise use. Open-WebUI features a complete set of functions, supporting multi-user management, function calls, RAG, internet access, etc.

### 2.2 Using DeepSeek API in Open WebUI

#### Step 1: [Get API Key](https://console.scloudsg.com/modelverse/experience/api-keys)

#### Step 2: Enter Open WebUI for configuration
- Go to "Settings" from the icon in the lower left corner.
![](https://www-s.ucloud.cn/2025/02/11ac091a723823ad40c91fe8675eed49_1739963047863.png)
- Click "External Link" -> "Edit Link" and fill in the information as shown in the image. Note that after filling in the model ID, click the plus sign.
![](https://www-s.ucloud.cn/2025/02/430b950a41d45286c68fb393b5d99dc4_1739963047859.png)

#### Step 3: Start Chatting
![](https://www-s.ucloud.cn/2025/02/c9174bd62ee33d00587935ba2e070da0_1739964081012.png)

## 3 Using in Dify

### 3.1 About Dify
Dify is an open-source large language model (LLM) application development platform. It integrates the concept of Backend as a Service and LLMOps, allowing developers to quickly build production-level generative AI applications.

### 3.2 Using DeepSeek API in Dify

#### Step 1: [Get API Key](https://console.scloudsg.com/modelverse/experience/api-keys)

#### Step 2: Enter Dify for configuration
- In Dify, click the username in the upper right corner -> Settings
![](https://www-s.ucloud.cn/2025/05/078d598684b883370efa5a7a84a37d0c_1748427192978.png)
- In "Model Supplier" install OpenAI-API-compatible
![](https://www-s.ucloud.cn/2025/05/3c68c98a1ac97df6332199c423e2ddce_1748427192982.png)
- Click Add Model
  1. Choose LLM as the model type
  2. Fill in the model name with your model ID, such as `deepseek-ai/DeepSeek-R1` `deepseek-ai/DeepSeek-V3-0324` `deepseek-ai/DeepSeek-Prover-V2-671B` `Qwen/QwQ-32B` `Qwen/Qwen3-235B-A22B`
  3. Get the API Key from the console
  4. Fill in the URL as `https://deepseek.modelverse.cn/v1`
![](https://www-s.ucloud.cn/2025/05/7d5bd1aea02a464c28debd1d3bbc5815_1748427192973.png)

#### Step 3: Access Completed

