[PR #125] feat: add DeepSeek v3.1 support with automatic thinking mode #125

Open
opened 2026-02-27 01:56:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ErlichLiu/DeepClaude/pull/125
Author: @snailwd
Created: 8/24/2025
Status: 🔄 Open

Base: mainHead: feat/ds_v3.1


📝 Commits (1)

  • 5ad4212 feat: add DeepSeek v3.1 support with automatic thinking mode

📊 Changes

1 file changed (+11 additions, -0 deletions)

View changed files

📝 app/clients/deepseek_client.py (+11 -0)

📄 Description

  • Add intelligent detection for DeepSeek v3.1 models
  • Automatically enable thinking mode for v3.1 models
  • Support flexible model naming patterns (v3.1, v3-1, deepseek-v3-1-250821)
  • Maintain full backward compatibility with existing R1 models
  • No breaking changes to existing configuration system

Users can configure DeepSeek v3.1 models via the configuration interface without any code changes required.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ErlichLiu/DeepClaude/pull/125 **Author:** [@snailwd](https://github.com/snailwd) **Created:** 8/24/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/ds_v3.1` --- ### 📝 Commits (1) - [`5ad4212`](https://github.com/ErlichLiu/DeepClaude/commit/5ad421242ebd9a2e93d9c704049212af38b6f194) feat: add DeepSeek v3.1 support with automatic thinking mode ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/clients/deepseek_client.py` (+11 -0) </details> ### 📄 Description - Add intelligent detection for DeepSeek v3.1 models - Automatically enable thinking mode for v3.1 models - Support flexible model naming patterns (v3.1, v3-1, deepseek-v3-1-250821) - Maintain full backward compatibility with existing R1 models - No breaking changes to existing configuration system Users can configure DeepSeek v3.1 models via the configuration interface without any code changes required. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DeepClaude#125
No description provided.