winfunc/deepreasoning
A Rust-based LLM inference API that combines DeepSeek R1's chain-of-thought reasoning traces with Claude's responses in a unified chat interface.

DeepReasoning provides a high-performance inference API that orchestrates two large language models together. DeepSeek R1 generates chain-of-thought reasoning traces, and those traces are then passed to Anthropic Claude for creative and code-generation tasks. The system offers both streaming and non-streaming API endpoints, supports self-hosting with complete API key control, and includes a chat UI frontend built in Rust.