#97 · Primary category: AI Gateway & API Infrastructure

DeepClaude

ai claude-3-7-sonnet deepseek gemini

OpenAI-compatible gateway that chains DeepSeek r1 reasoning with Claude or Gemini for enhanced code and content generation.

Project last updated:02/23/26

GitHub Stars

2.9K

Forks

492

Contributors

14

License

MIT

Why we included this project

This self-hosted service pairs a reasoning model like DeepSeek R1 with a generation model, sending the thinking step to DeepSeek and the completion to Claude or Gemini through a single OpenAI-compatible API. The pairing is sometimes described as architect and editor, and the point here is that you get that combination without writing and maintaining your own proxy. It runs in Docker and takes configuration through a web interface, and it speaks the standard OpenAI format, so existing clients like Cherry Studio, NextChat, LobeChat, or Dify can point at it directly. Streaming and non-streaming calls both work, and third-party relay providers can serve as backends, which helps when you don't have direct API access to every model. The practical payoff is swapping model combinations behind one familiar endpoint instead of managing several paid services separately.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category