#98 · Primary category: AI Gateway & API Infrastructure

deepreasoning

ai anthropic anthropic-claude api chain-of-thought claude deepseek deepseek-r1 llm rust

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

Project last updated:10/07/25

GitHub Stars

5.4K

Forks

438

Contributors

2

License

MIT

Why we included this project

Instead of juggling two providers, DeepReasoning runs as a self-hosted Rust service that returns a single streaming response: DeepSeek R1 emits its chain-of-thought reasoning trace first, then Claude picks up and writes the final answer. You get one OpenAI-style API endpoint and a bundled chat web UI, so your application never has to stitch the two model outputs together itself. That arrangement suits teams that want R1's visible reasoning on their own infrastructure without maintaining separate integrations for each model. Because it keeps API keys and data local and exposes a familiar chat-completions interface, it drops into existing pipelines or frontends with minimal glue code.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category