[PR #787] [MERGED] Update volcengine deepseek v3 r1 max_token & context_size #1549

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/787
Author: @EcoleKeine
Created: 4/24/2025
Status: Merged
Merged: 4/24/2025
Merged by: @crazywoola

Base: mainHead: patch-3


📝 Commits (2)

  • c8d294d Update deepseek v3 r1 max_token & context_size
  • 7a86d8b update version

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 models/volcengine_maas/manifest.yaml (+1 -1)
📝 models/volcengine_maas/models/llm/models.py (+2 -2)

📄 Description

Related Issues or Context

volcengine deepseek-v3-250324 support 128k context and 16k max token output
deepseek-r1 support 16k max token output

volcengine doc

This PR contains Changes to LLM Models Plugin

  • Other Changes (Add New Models, etc.)

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

🔄 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/787 **Author:** [@EcoleKeine](https://github.com/EcoleKeine) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (2) - [`c8d294d`](https://github.com/langgenius/dify-official-plugins/commit/c8d294dd7ff5c8896d62a6c15a51d6ab25f2a7ec) Update deepseek v3 r1 max_token & context_size - [`7a86d8b`](https://github.com/langgenius/dify-official-plugins/commit/7a86d8b11e86216689849b295061f31ee68bbda8) update version ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `models/volcengine_maas/manifest.yaml` (+1 -1) 📝 `models/volcengine_maas/models/llm/models.py` (+2 -2) </details> ### 📄 Description ## Related Issues or Context <!-- ⚠️ NOTE: This repository is for Dify Official Plugins only. For community contributions, please submit to https://github.com/langgenius/dify-plugins instead. - Link Related Issues if Applicable: #issue_number - Or Provide Context about Why this Change is Needed --> volcengine deepseek-v3-250324 support 128k context and 16k max token output deepseek-r1 support 16k max token output [volcengine doc](https://www.volcengine.com/docs/82379/1330310#deepseek) ## This PR contains Changes to *LLM Models Plugin* - [x] Other Changes (Add New Models, etc.) ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) --- <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:23:17 -05:00
yindo closed this issue 2026-02-16 10:23:17 -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#1549