winfunc/deepreasoning

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 12th, 2026
Created on January 26th, 2025
Open Issues & Pull Requests: 54 (+0)
GitHub issues: Enabled
Number of forks: 438
Total Stargazers: 5,361 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.5 days
Mean response time: 7.6 days
90th percentile: 22.2 days
Tracked items: 17

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 551 days
Stale 30+ days: 51
Stale 90+ days: 51

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

deepreasoning is a high-performance LLM inference API and Chat UI that integrates reasoning traces from one model with the capabilities of another.

The tool addresses the challenge of combining chain-of-thought reasoning visibility with production-grade model performance. It takes DeepSeek R1's detailed reasoning traces—the intermediate steps a model uses to arrive at conclusions—and integrates them with Anthropic Claude models, allowing developers to leverage both the interpretability of explicit reasoning and Claude's capabilities in a single system. The implementation is built in Rust, prioritizing performance for inference workloads.

This project suits teams building applications where understanding model reasoning is valuable, such as educational tools, debugging systems, or applications requiring explainability. It works best for use cases where you want to expose reasoning steps to users or use them internally for validation. The integration of two distinct model families means you gain access to DeepSeek R1's reasoning format while working within Claude's API ecosystem.

The project shows signs of active real-world adoption, with almost all open issues raised by outside users rather than the core team, indicating a substantial base of adopters reporting genuine use cases and problems encountered in production environments.