mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
DeepSeek-V3.1 thinking mode switching dose not work at all #702
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeeX852 on GitHub (Oct 10, 2025).
Self Checks
Dify version
1.8.1
Plugin version
OpenAI-API-compatible/0.0.22、vllm/0.1.5
Cloud or Self Hosted
Self Hosted (Source), Self Hosted (Docker)
Steps to reproduce
We are upgrading from deepseek-r1 to V3.1, but we encountered a frustrating issue: the model's thinking mode switch button is not working, so no matter what, V3.1 is always in non-thinking mode.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Oct 10, 2025):
Hi @LeeX852! I'm Dosu and I’m helping the dify-official-plugins team.
DeepSeek-V3.1 thinking mode switching is not currently supported in Dify v1.8.1. The switch button remains non-functional because the codebase relies on model capability registration and conditional logic to enable features like thinking mode. If DeepSeek-V3.1 is not explicitly tagged or registered as supporting thinking mode in the provider registry, agent strategy logic, or UI feature toggles, the switch will not work for that model. This issue does not appear to be addressed in recent updates or pull requests, and there is no evidence of a workaround or patch for DeepSeek-V3.1 at this time (source).
To resolve this, DeepSeek-V3.1 needs to be added to the list of models that support thinking mode in both backend and frontend logic. If you need a temporary workaround, you may want to check if manually updating the provider registry or agent strategy files to include DeepSeek-V3.1 as supporting thinking mode enables the switch, but this is not officially documented or supported yet.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
