DeepReasoning
StaleDescription
A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's chain-of-thought reasoning traces with Anthropic Claude models.
Key Features
- Combines DeepSeek R1 chain-of-thought reasoning with Claude's code generation in a single stream
- High-performance Rust API delivering zero-latency dual-model inference
- Bring Your Own Keys architecture for complete control over API keys and data privacy
- Streaming and non-streaming modes with extensive configuration via request body
- Self-hostable on your own infrastructure with Docker or source compilation
- Open-source MIT licensed codebase with active community contributions
Use Cases
Categories
Quick Start
git clone https://github.com/winfunc/deepreasoning.git && cd deepreasoning && cargo build --release