[PR #461] [MERGED] feat: add deepseek model support for bedrock #1380

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/461
Author: @warren830
Created: 3/14/2025
Status: Merged
Merged: 3/14/2025
Merged by: @crazywoola

Base: mainHead: feat-add-deepseek-model-support-for-bedrock


📝 Commits (3)

📊 Changes

9 files changed (+65 additions, -1 deletions)

View changed files

📝 models/bedrock/manifest.yaml (+1 -1)
📝 models/bedrock/models/llm/anthropic.claude-3-5-sonnet-v1.yaml (+0 -0)
📝 models/bedrock/models/llm/anthropic.claude-3-5-sonnet-v2.yaml (+0 -0)
📝 models/bedrock/models/llm/eu.anthropic.claude-3-5-sonnet-v1.yaml (+0 -0)
📝 models/bedrock/models/llm/eu.anthropic.claude-3-5-sonnet-v2.yaml (+0 -0)
📝 models/bedrock/models/llm/llm.py (+1 -0)
📝 models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v1.yaml (+0 -0)
📝 models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v2.yaml (+0 -0)
models/bedrock/models/llm/us.deepseek-r1.yaml (+63 -0)

📄 Description

resolves #https://github.com/langgenius/dify-official-plugins/issues/610
add deepseek model support for bedrock


🔄 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/461 **Author:** [@warren830](https://github.com/warren830) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat-add-deepseek-model-support-for-bedrock` --- ### 📝 Commits (3) - [`2432a6e`](https://github.com/langgenius/dify-official-plugins/commit/2432a6e314276fe5ceebfa5af22e015d16c4ee4e) feat: add deepseek model support for bedrock - [`26cac60`](https://github.com/langgenius/dify-official-plugins/commit/26cac605095a7febd5936bbe2ab29e35dd5bfe91) fix - [`d5c52a9`](https://github.com/langgenius/dify-official-plugins/commit/d5c52a92682ae6a6ea80cdc1a6671102d002de8a) fix ### 📊 Changes **9 files changed** (+65 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/bedrock/manifest.yaml` (+1 -1) 📝 `models/bedrock/models/llm/anthropic.claude-3-5-sonnet-v1.yaml` (+0 -0) 📝 `models/bedrock/models/llm/anthropic.claude-3-5-sonnet-v2.yaml` (+0 -0) 📝 `models/bedrock/models/llm/eu.anthropic.claude-3-5-sonnet-v1.yaml` (+0 -0) 📝 `models/bedrock/models/llm/eu.anthropic.claude-3-5-sonnet-v2.yaml` (+0 -0) 📝 `models/bedrock/models/llm/llm.py` (+1 -0) 📝 `models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v1.yaml` (+0 -0) 📝 `models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v2.yaml` (+0 -0) ➕ `models/bedrock/models/llm/us.deepseek-r1.yaml` (+63 -0) </details> ### 📄 Description resolves #https://github.com/langgenius/dify-official-plugins/issues/610 add deepseek model support for bedrock --- <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:46 -05:00
yindo closed this issue 2026-02-16 10:22:46 -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#1380