Unleash Next-Level AI! 🚀 💻 Code Generation: DeepSeek r1 + Claude 3.7 Sonnet - Unparalleled Performance! 📝 Content Creation: DeepSeek r1 + Gemini 2.5 Pro - Superior Quality! 🔌 OpenAI-Compatible. 🌊 Streaming & Non-Streaming Support. ✨ Experience the Future of AI – Today! Click to Try Now! ✨
DeepClaude is a Python-based API middleware that chains two AI models in sequence: a reasoning model (DeepSeek R1) generates a chain-of-thought response, and a second generation model then uses that reasoning to produce the final output. The project ships three pre-configured pairings -- DeepClaude (DeepSeek R1 + Claude Sonnet 4) for coding tasks, DeepGeminiPro (DeepSeek R1 + Gemini 2.5 Pro) for content creation, and DeepGeminiFlash for lighter daily use -- all exposed through an OpenAI-compatible REST API with both streaming and non-streaming support. It connects to Claude via the Anthropic API directly or through relay providers such as OpenRouter and OneAPI. Deployment runs through a single Docker command, and a browser-based configuration UI at /config replaces manual environment-variable setup. A concrete benchmark cited in the README shows the R1-plus-Sonnet pairing achieving 64% on the aider polyglot benchmark at 14x lower cost than the previous o1 result. Developers self-hosting LLM infrastructure or building on top of OpenAI-compatible tooling are the primary audience.
- ✓Open-source license (MIT)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
- ✓Documented (README)
git clone https://github.com/ErlichLiu/DeepClaudeResumen de Tools
Lo que la gente pregunta sobre DeepClaude
¿Qué es ErlichLiu/DeepClaude?
+
ErlichLiu/DeepClaude es tools para el ecosistema de Claude AI. Unleash Next-Level AI! 🚀 💻 Code Generation: DeepSeek r1 + Claude 3.7 Sonnet - Unparalleled Performance! 📝 Content Creation: DeepSeek r1 + Gemini 2.5 Pro - Superior Quality! 🔌 OpenAI-Compatible. 🌊 Streaming & Non-Streaming Support. ✨ Experience the Future of AI – Today! Click to Try Now! ✨ Tiene 2.9k estrellas en GitHub y se actualizó por última vez 3mo ago.
¿Cómo se instala DeepClaude?
+
Puedes instalar DeepClaude clonando el repositorio (https://github.com/ErlichLiu/DeepClaude) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ErlichLiu/DeepClaude?
+
Nuestro agente de seguridad ha analizado ErlichLiu/DeepClaude y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene ErlichLiu/DeepClaude?
+
ErlichLiu/DeepClaude es mantenido por ErlichLiu. La última actividad registrada en GitHub es de 3mo ago, con 24 issues abiertos.
¿Hay alternativas a DeepClaude?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega DeepClaude en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/erlichliu-deepclaude)<a href="https://claudewave.com/repo/erlichliu-deepclaude"><img src="https://claudewave.com/api/badge/erlichliu-deepclaude" alt="Featured on ClaudeWave: ErlichLiu/DeepClaude" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies