Unable to add both Tencent Cloud and Alibaba Cloud's Deepseek simultaneously. #8522

Closed
opened 2026-02-21 18:26:08 -05:00 by yindo · 7 comments
Owner

Originally created by @qidianlinjin1990 on GitHub (Feb 22, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.15.3

Cloud or Self Hosted

Cloud

Steps to reproduce

In the OpenAI format, it is not possible to simultaneously add the DeepSeek models from Alibaba Cloud and Tencent Cloud, while the DeepSeek R1 added in Tongyi Qianwen does not support the chain of thought.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @qidianlinjin1990 on GitHub (Feb 22, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.15.3 ### Cloud or Self Hosted Cloud ### Steps to reproduce In the OpenAI format, it is not possible to simultaneously add the DeepSeek models from Alibaba Cloud and Tencent Cloud, while the DeepSeek R1 added in Tongyi Qianwen does not support the chain of thought. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo closed this issue 2026-02-21 18:26:08 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Feb 22, 2025):

I couldn't find specific information on integrating DeepSeek models from both Alibaba Cloud and Tencent Cloud simultaneously in Dify. However, there are configuration steps available for integrating DeepSeek models from AWS Bedrock [1]. If you're encountering issues with simultaneous integration, it might be due to limitations or constraints not documented in the available resources. You might want to check if there are any specific error messages or logs generated during the integration process, as these could provide more insight into the issue [2][3].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Feb 22, 2025): <!-- Answer --> I couldn't find specific information on integrating DeepSeek models from both Alibaba Cloud and Tencent Cloud simultaneously in Dify. However, there are configuration steps available for integrating DeepSeek models from AWS Bedrock <sup>[[1]](https://github.com/langgenius/dify-docs/blob/main/en/development/models-integration/aws-bedrock-deepseek.md)</sup>. If you're encountering issues with simultaneous integration, it might be due to limitations or constraints not documented in the available resources. You might want to check if there are any specific error messages or logs generated during the integration process, as these could provide more insight into the issue <sup>[[2]](https://github.com/langgenius/dify/blob/main/api/controllers/console/app/error.py)</sup><sup>[[3]](https://github.com/langgenius/dify/blob/main/api/controllers/service_api/app/error.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/09d35719-1869-47a9-b23c-b891d9f21df0?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Feb 22, 2025):

Can you explain more about your question, I am not quite understand what you are trying to say here.

@crazywoola commented on GitHub (Feb 22, 2025): Can you explain more about your question, I am not quite understand what you are trying to say here.
Author
Owner

@qidianlinjin1990 commented on GitHub (Feb 22, 2025):

Can you explain more about your question, I am not quite understand what you are trying to say here.

Because the DeepSeek models on Alibaba Cloud and Tencent Cloud are both named deepseek-r1 and deepseek-v3, adding Tencent Cloud's DeepSeek-R1 after adding Alibaba Cloud's DeepSeek-R1 in the OpenAI format will overwrite the original Alibaba Cloud DeepSeek-R1.

@qidianlinjin1990 commented on GitHub (Feb 22, 2025): > Can you explain more about your question, I am not quite understand what you are trying to say here. Because the DeepSeek models on Alibaba Cloud and Tencent Cloud are both named deepseek-r1 and deepseek-v3, adding Tencent Cloud's DeepSeek-R1 after adding Alibaba Cloud's DeepSeek-R1 in the OpenAI format will overwrite the original Alibaba Cloud DeepSeek-R1.
Author
Owner

@crazywoola commented on GitHub (Feb 22, 2025):

I guess you want something like a model alias like this https://github.com/langgenius/dify/issues/14122

@crazywoola commented on GitHub (Feb 22, 2025): I guess you want something like a model alias like this https://github.com/langgenius/dify/issues/14122
Author
Owner

@qidianlinjin1990 commented on GitHub (Feb 22, 2025):

I guess you want something like a model alias like this #14122

yes,like display name and model name

@qidianlinjin1990 commented on GitHub (Feb 22, 2025): > I guess you want something like a model alias like this [#14122](https://github.com/langgenius/dify/issues/14122) yes,like display name and model name
Author
Owner

@crazywoola commented on GitHub (Feb 22, 2025):

I see. Please check out that issue for updates. :)

@crazywoola commented on GitHub (Feb 22, 2025): I see. Please check out that issue for updates. :)
Author
Owner

@d960124 commented on GitHub (Feb 25, 2025):

The model name must be unique, right? I haven't tested it yet, but currently there are no duplicate names! For custom OpenAI APIs from different providers, there might be models with the same name. We really need to handle duplicate cases. It would be better to add an alias to distinguish between models with the same name, or to use irregular model names!!!

@d960124 commented on GitHub (Feb 25, 2025): The model name must be unique, right? I haven't tested it yet, but currently there are no duplicate names! For custom OpenAI APIs from different providers, there might be models with the same name. We really need to handle duplicate cases. It would be better to add an alias to distinguish between models with the same name, or to use irregular model names!!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8522