Discover and explore top open-source AI tools and projects—updated daily.
suyoumoHigh-performance LLM inference API combining diverse model strengths
Top 91.3% on SourcePulse
DeepClaude Pro
This project provides a high-performance, OpenAI-compatible LLM API backend, merging DeepSeek R1's reasoning with Claude's creativity and code generation. It targets developers and researchers seeking to leverage combined AI strengths with full control over API keys and data, offering validated effectiveness improvements through synchronous benchmarking.
How It Works
A Rust-based API integrates DeepSeek R1's metacognitive reasoning (CoT, self-correction) and Anthropic's Claude models for superior code generation and creativity. It offers an OpenAI-compatible interface, supporting distinct "full" (programming-optimized) and "normal" (thought-focused) operational modes. This dual-model approach aims for synergistic performance, validated by integrated benchmarking.
Quick Start & Requirements
git clone https://github.com/getasterisk/deepclaude.git), build the Rust backend (cargo build --release), and run the Node.js frontend (cd frontend && npm run dev).full/normal) via .env file or frontend settings.http://localhost:3000/chat.https://deepclaudepro.com/.Highlighted Details
11 months ago
Inactive
AntonOsika