When upgrading from version 0.15.3 to the main branch version 1.0.0, the Deepseek model is missing in the Volcano Engine. #8754

Closed
opened 2026-02-21 18:27:24 -05:00 by yindo · 2 comments
Owner

Originally created by @xscsaa123456 on GitHub (Feb 28, 2025).

Originally assigned to: @Yeuoly on GitHub.

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

1.0.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image

Image

Image

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @xscsaa123456 on GitHub (Feb 28, 2025). Originally assigned to: @Yeuoly on GitHub. ### 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 1.0.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/e0c8d84e-2d0d-42d8-9121-6886650fb134) ![Image](https://github.com/user-attachments/assets/4873d2f1-1f47-4969-9479-b25eb0a17b03) ![Image](https://github.com/user-attachments/assets/6da26709-4e3c-4c89-a1b8-6c343ef4fa59) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:27:24 -05:00
yindo closed this issue 2026-02-21 18:27:24 -05:00
Author
Owner

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

@xscsaa123456 Hello there! I'm here to help you with bug fixes, answer your questions, and even guide you on how to become a contributor. Let's squash those bugs together! 🤖

The issue you're experiencing with the missing Deepseek model in the Volcano Engine after upgrading to version 1.0.0 might be related to changes in model management or configuration that occurred during the transition. Unfortunately, I couldn't find specific documentation or release notes that mention the removal or deprecation of the Deepseek model in version 1.0.0.

To address this, you might want to manually add or configure the model if it's not listed by default. You can follow these steps:

  1. Create a Provider YAML File: Write the YAML file according to the Provider Schema. This file should include the provider's identifier, display name, icons, supported model types, configuration methods, and credential rules.

  2. Create Provider Code: Implement a class for the provider.

  3. Create Model Type Modules: Under the provider module, create corresponding model type modules, such as llm or text_embedding.

  4. Create Code Files for Models: Under the corresponding model module, create same-named code files, such as llm.py, and implement a class.

  5. Create YAML Files for Predefined Models: If there are predefined models, create same-named YAML files under the model module, such as claude-2.1.yaml, and write them according to the AI Model Entity.

  6. Write Test Code: Ensure functionality is available by writing test code.

These steps should help you manually add or configure the Deepseek model in the Volcano Engine [1].

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 28, 2025): <!-- Greeting --> @xscsaa123456 Hello there! I'm here to help you with bug fixes, answer your questions, and even guide you on how to become a contributor. Let's squash those bugs together! 🤖 <!-- Answer --> The issue you're experiencing with the missing Deepseek model in the Volcano Engine after upgrading to version 1.0.0 might be related to changes in model management or configuration that occurred during the transition. Unfortunately, I couldn't find specific documentation or release notes that mention the removal or deprecation of the Deepseek model in version 1.0.0. To address this, you might want to manually add or configure the model if it's not listed by default. You can follow these steps: 1. **Create a Provider YAML File**: Write the YAML file according to the [Provider Schema](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/docs/en_US/schema.md). This file should include the provider's identifier, display name, icons, supported model types, configuration methods, and credential rules. 2. **Create Provider Code**: Implement a class for the provider. 3. **Create Model Type Modules**: Under the provider module, create corresponding model type modules, such as `llm` or `text_embedding`. 4. **Create Code Files for Models**: Under the corresponding model module, create same-named code files, such as `llm.py`, and implement a class. 5. **Create YAML Files for Predefined Models**: If there are predefined models, create same-named YAML files under the model module, such as `claude-2.1.yaml`, and write them according to the [AI Model Entity](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/docs/en_US/schema.md#aimodelentity). 6. **Write Test Code**: Ensure functionality is available by writing test code. These steps should help you manually add or configure the Deepseek model in the Volcano Engine <sup>[[1]](https://github.com/langgenius/dify-docs/blob/main/en/guides/model-configuration/new-provider.md)</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/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/ea0598d4-80c4-435a-8071-292120416c1d?feedback_type=other)</sup>
Author
Owner

@Yeuoly commented on GitHub (Feb 28, 2025):

should be fixed by this PR: https://github.com/langgenius/dify-official-plugins/pull/332

@Yeuoly commented on GitHub (Feb 28, 2025): should be fixed by this PR: https://github.com/langgenius/dify-official-plugins/pull/332
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8754