[PR #343] [MERGED] feat(tongyi): add deepseek-r1 and its variants; update version and en… #1301

Closed
opened 2026-02-16 10:22:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/343
Author: @laipz8200
Created: 2/28/2025
Status: Merged
Merged: 3/3/2025
Merged by: @crazywoola

Base: mainHead: feat/sync-tongyi-with-dify


📝 Commits (1)

  • 1e78777 feat(tongyi): add deepseek-r1 and its variants; update version and enable_search parameter

📊 Changes

28 files changed (+454 additions, -4 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/_position.yaml (+6 -0)
models/tongyi/models/llm/deepseek-r1-distill-qwen-14B.yaml (+21 -0)
models/tongyi/models/llm/deepseek-r1-distill-qwen-32B.yaml (+21 -0)
models/tongyi/models/llm/deepseek-r1.yaml (+21 -0)
models/tongyi/models/llm/deepseek-v3.yaml (+52 -0)
📝 models/tongyi/models/llm/llm.py (+11 -3)
📝 models/tongyi/models/llm/qwen-max-0107.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-max-0403.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-max-0428.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-max-0919.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-max-1201.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-max-latest.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-max-longcontext.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-plus-0206.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-plus-0624.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-plus-0723.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-plus-0806.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-plus-0919.yaml (+9 -0)
📝 models/tongyi/models/llm/qwen-plus-chat.yaml (+9 -0)

...and 8 more files

📄 Description

https://github.com/langgenius/dify/pull/13052

https://github.com/langgenius/dify/pull/13089

https://github.com/langgenius/dify/pull/13335

https://github.com/langgenius/dify/pull/13445


🔄 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/langgenius/dify-official-plugins/pull/343 **Author:** [@laipz8200](https://github.com/laipz8200) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/sync-tongyi-with-dify` --- ### 📝 Commits (1) - [`1e78777`](https://github.com/langgenius/dify-official-plugins/commit/1e787774aed975eb306d840b841a8e9cff5e26ab) feat(tongyi): add deepseek-r1 and its variants; update version and enable_search parameter ### 📊 Changes **28 files changed** (+454 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/_position.yaml` (+6 -0) ➕ `models/tongyi/models/llm/deepseek-r1-distill-qwen-14B.yaml` (+21 -0) ➕ `models/tongyi/models/llm/deepseek-r1-distill-qwen-32B.yaml` (+21 -0) ➕ `models/tongyi/models/llm/deepseek-r1.yaml` (+21 -0) ➕ `models/tongyi/models/llm/deepseek-v3.yaml` (+52 -0) 📝 `models/tongyi/models/llm/llm.py` (+11 -3) 📝 `models/tongyi/models/llm/qwen-max-0107.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-max-0403.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-max-0428.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-max-0919.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-max-1201.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-max-latest.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-max-longcontext.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-plus-0206.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-plus-0624.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-plus-0723.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-plus-0806.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-plus-0919.yaml` (+9 -0) 📝 `models/tongyi/models/llm/qwen-plus-chat.yaml` (+9 -0) _...and 8 more files_ </details> ### 📄 Description https://github.com/langgenius/dify/pull/13052 https://github.com/langgenius/dify/pull/13089 https://github.com/langgenius/dify/pull/13335 https://github.com/langgenius/dify/pull/13445 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:34 -05:00
yindo closed this issue 2026-02-16 10:22:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1301