1
0
Fork 0
1Panel-Appstore/apps/deepseek-free-api
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
0.0.21 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md Merge arch3rPro/1Panel-Appstore into localApps 2025-06-15 21:57:32 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png Merge arch3rPro/1Panel-Appstore into localApps 2025-06-15 21:57:32 +08:00

README.md

工具介绍

🚀 DeepSeek-V3 & R1大模型逆向API【特长良心厂商】官方贼便宜建议直接走官方支持高速流式输出、多轮对话联网搜索R1深度思考零配置部署多路token支持仅供测试如需商用请前往官方开放平台。

风险说明

  • 逆向API是不稳定的建议前往DeepSeek官方 https://platform.deepseek.com/ 付费使用API避免封禁的风险。

  • 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!

  • 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!

使用说明

请确保您在中国境内或者拥有中国境内的个人计算设备否则部署后可能因无法访问DeepSeek而无法使用。

DeepSeek 获取userToken value

进入DeepSeek随便发起一个对话然后F12打开开发者工具从Application > LocalStorage中找到userToken中的value值复制这个值填写到Lobechat或者CherryStudio等工具中作为API密钥API地址是你部署应用的IP加端口例如:https://192.168.1.105:8001/v1/chat/completions,注意某些工具只需要填写https://192.168.1.105:8001/即可。

获取userToken

多账号接入

目前同个账号同时只能有一路输出你可以通过提供多个账号的userToken value并使用,拼接提供:

API密钥TOKEN1,TOKEN2,TOKEN3

每次请求服务会从中挑选一个。