by sums001 · Agent Tool · ★ 104
DeepSeek API: a free LLM API powered by DeepSeek Using your own DeepSeek account. No API key, no credits, no paid plan: it turns the free chat at chat.deepseek.com into an API you can call from code. You can use it in two ways: 🐍 As a Python library: just call . Supports streaming and multi-turn conversations. 🔌 As a local OpenAI-compatible API: runs a server at that speaks the OpenAI format, so the official SDK (and any OpenAI-compatible app) works as a drop-in, with in place of OpenAI.
| Stars | 104 |
| Forks | 17 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 73.7182184610495/100 |
| Last Updated | 2026-06-30 |
| Created | 2026-06-27 |
| Platforms | python |
| Est. Tokens | ~6k |
These tools work well together with Deepseek-API for enhanced workflows:
Explore other popular agent tool tools:
Deepseek-API is Reverse engineered Deepseek chat into an OpenAI compatible API. Access V4 and R1 models through a simple REST interface without API keys or billing.. It is categorized as a Agent Tool with 104 GitHub stars.
Deepseek-API is primarily written in Python. It covers topics such as ai, ai-agents, ai-tools.
You can find installation instructions and usage details in the Deepseek-API GitHub repository at github.com/sums001/Deepseek-API. The project has 104 stars and 17 forks, indicating an active community.
Deepseek-API is released under the MIT license, making it free to use and modify according to the license terms.