---
title: API方式免费使用deepseek-r1模型
description: deepseek官网的提供的网页版和app服务经常是卡爆了。这里给出一个使用API接入的方式使用deepseek-r1的方式。
author: chaihongjun
category: others
published: 2025-02-11
url: https://chaihongjun.me/others/48.html
---

# API方式免费使用deepseek-r1模型

deepseek官网的提供的网页版和app服务经常是卡爆了。这里给出一个使用API接入的方式使用deepseek-r1的方式。

-
先前往腾讯云官网注册一个账户(https://cloud.tencent.com/),并且登陆。如果已经有账户请直接登陆。

-
前往腾讯云的【知识引擎原子能力】页面(https://console.cloud.tencent.com/lkeap)

-
选择【使用OpenAI SDK方式接入】
![API方式免费使用deepseek-r1模型](https://chaihongjun.me/public/uploads/images/20250211/1739234378805135.jpg)

-
点击【创建API KEY】创建API Key![API方式免费使用deepseek-r1模型](https://chaihongjun.me/public/uploads/images/20250211/1739234445569286.jpg)

-
系统会自动创建一串字符，这个APIKEY就是用于对接API的“钥匙”

-
前往 chatbox 官网（https://chatboxai.app/zh）下载客户端，这个客户端用于和AI模型进行对话交互

-
配置chatbox，一定选择自定义模型的提供，兼容openai的方式![API方式免费使用deepseek-r1模型](https://chaihongjun.me/public/uploads/images/20250211/1739234756730083.jpg)![API方式免费使用deepseek-r1模型](https://chaihongjun.me/public/uploads/images/20250211/1739234768948551.jpg)

按照上面的配置即可开始使用。API密钥是前面在腾讯云申请的，API域名填写https://api.lkeap.cloud.tencent.com/v1。模型选择自定义，模型名称可以填写deepseek-r1或者deepseek-v3。关于模型配置来源：https://cloud.tencent.com/document/product/1772/115969

---

> 本文首发于 [chaihongjun.me | 柴宏俊 web 技术学习笔记](https://chaihongjun.me/others/48.html)，采用 CC BY-NC-ND 4.0 协议，转载请保留出处与链接。
