mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #461] [MERGED] feat: add deepseek model support for bedrock #1380
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat-add-deepseek-model-support-for-bedrock📝 Commits (3)
2432a6efeat: add deepseek model support for bedrock26cac60fixd5c52a9fix📊 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.