DeepSeek API 是一个非官方的、免费的、兼容 OpenAI 的 API,它将消费级的 DeepSeek 网页聊天转化为可编程服务,仅需使用个人免费账户。

Stars

185

7 天增长

暂无数据

Fork 数

35

开放 Issue

3

开源协议

MIT

最近更新

2026-06-30

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它通过标准 OpenAI 兼容接口免费提供对 DeepSeek 模型的访问(受速率限制),无需 API 密钥或付费,只需一个个人 DeepSeek 账户。

适合谁使用

  • 寻求免费 LLM API 用于个人项目或原型的开发者
  • 希望将 OpenAI Python SDK 无缝切换至 DeepSeek 的用户
  • 需要以编程方式访问 DeepSeek 网页体验的爱好者与研究者
  • 希望在不付费的前提下将 DeepSeek 聊天集成到自有工具中的任何人

典型使用场景

  • 使用免费 LLM 后端构建个人聊天机器人或助手
  • 自动化多轮对话以进行测试或数据收集
  • 将现有应用中的 OpenAI 端点替换为 DeepSeek,仅需更改 base URL
  • 从代码中实验 DeepThink 推理和网络搜索功能

项目优势

  • 完全免费,利用现有 DeepSeek 账户,无需 API 计费
  • 即插即用的 OpenAI API 替代品,兼容任何 OpenAI 客户端或 SDK
  • 支持流式输出、多轮对话、DeepThink 推理和按需网络搜索
  • 自动处理会话续期、人机验证和工作量证明挑战

使用前须知

  • 非官方项目,必须遵守 DeepSeek 服务条款并负责任地使用
  • 请求串行化(每个账户一次一个),因为 Wasm 求解器不可重入,吞吐量低
  • 许多 OpenAI 参数(如 temperature、top_p)被接收但忽略,token 计数仅为粗略估计

README 快速开始

Usage 1: In Python (no server)

项目描述

Reverse engineered Deepseek chat into an OpenAI compatible API. Access V4 and R1 models through a simple REST interface without API keys or billing.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482