跳转到内容

DeepClaude相关

DeepClaude

Unleash Next-Level AI! 🚀 💻 Code Generation: DeepSeek r1 + Claude 3.7 Sonnet - Unparalleled Performance! 📝 Content Creation: DeepSeek r1 + Gemini 2.0 - Superior Quality! 🔌 OpenAI-Compatible. 🌊 Streaming & Non-Streaming Support. ✨ Experience the Future of AI – Today! Click to Try Now! ✨

github:https://github.com/ErlichLiu/DeepClaude

效果评测:DeepClaude_Benchmark

  • 这个项目旨在提供一个结合了两种强大 AI 模型能力的 API 服务。
  • 它的核心思想是利用 DeepSeek R1 模型出色的推理能力(作为 "architect"),然后将推理结果交给另一个擅长生成和编辑的模型(如 Claude 3.7 Sonnet 或 Gemini 2.5 Pro,作为 "editor")来完成最终输出。
  • 项目推荐使用 DeepSeek R1 + Claude 3.7 Sonnet 组合进行编程任务,而 DeepSeek R1 + Gemini 2.5 Pro (或 Gemini 2.0 Flash) 组合则推荐用于内容创作,后者可以免费使用。
  • 它提供了一个与 OpenAI API 兼容的接口,支持流式和非流式输出,方便集成到现有的应用或工具链中

deepclaude api chat

A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthropic Claude models.

github:https://github.com/getAsterisk/deepclaude

官网:https://deepclaude.com/

衍生版本:DeepClaude_Pro

  • 这个项目的主要目的是评估 DeepClaude 这类组合模型的效果。
  • 它主要使用 aider benchmark(一个用于评估 AI 编码能力的基准测试)来衡量 DeepClaude 在编程任务上的实际表现。
  • 该项目会对比不同版本的 DeepClaude 实现(比如 Python 复现版和 Rust 原版修改版)以及单独使用 DeepSeek R1 时的性能差异,通过具体的测试数据(如通过率 pass_rate )来展示组合模型的实际效果和提升程度。

总结

ErlichLiu/DeepClaude 是一个实现了 DeepSeek + Claude/Gemini 组合模型 API 的项目,旨在提供更强的 AI 能力;而 suyoumo/DeepClaude_Benchmark (或相关的 yuanhang110/DeepClaude_Benchmark) 是一个专门用来测试和评估这种组合模型实际效果的项目。