[PR #269] [MERGED] Add Bedrock Claude 3.7 Reasoning #1234

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

📋 Pull Request Information

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

Base: mainHead: feature/bedrock-reasoning


📝 Commits (8)

📊 Changes

9 files changed (+261 additions, -7 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/anthropic.claude-3-7-sonnet.yaml (+95 -0)
📝 models/bedrock/models/llm/llm.py (+68 -4)
📝 models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v1.5.yaml (+0 -0)
📝 models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v2.yaml (+0 -0)
models/bedrock/models/llm/us.anthropic.claude-3-7-sonnet.yaml (+95 -0)
📝 models/bedrock/requirements.txt (+2 -2)

📄 Description

Add Bedrock Claude 3.7 Reasoning

image


🔄 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/269 **Author:** [@warren830](https://github.com/warren830) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feature/bedrock-reasoning` --- ### 📝 Commits (8) - [`671c262`](https://github.com/langgenius/dify-official-plugins/commit/671c262b181894f8bb0b0f2b8db745a4dfb6fc15) 添加 Bedrock Reasoning 功能优化 - [`8442bac`](https://github.com/langgenius/dify-official-plugins/commit/8442bac74f57caf32aca896690a90a7a3843329a) fix - [`070451a`](https://github.com/langgenius/dify-official-plugins/commit/070451ae2db66f2c20af2d2c191ab39657f8b41e) fix - [`82b4f4a`](https://github.com/langgenius/dify-official-plugins/commit/82b4f4ac7ede69054b211f914a7e3ee1110ff56a) fix - [`4d688b3`](https://github.com/langgenius/dify-official-plugins/commit/4d688b3a50b6ffdbaef5a0261839b4a11a84cbf7) fix - [`c5ab308`](https://github.com/langgenius/dify-official-plugins/commit/c5ab308bf9263e243ffc1365956e6db068fbcadd) fix - [`d85ffca`](https://github.com/langgenius/dify-official-plugins/commit/d85ffcad89205e3e7bcde9944a707c392f6e06e8) fix - [`5b6190f`](https://github.com/langgenius/dify-official-plugins/commit/5b6190f4a0b34c42d67c84357e309da3750788b2) Merge branch 'main' into feature/bedrock-reasoning ### 📊 Changes **9 files changed** (+261 additions, -7 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/anthropic.claude-3-7-sonnet.yaml` (+95 -0) 📝 `models/bedrock/models/llm/llm.py` (+68 -4) 📝 `models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v1.5.yaml` (+0 -0) 📝 `models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v2.yaml` (+0 -0) ➕ `models/bedrock/models/llm/us.anthropic.claude-3-7-sonnet.yaml` (+95 -0) 📝 `models/bedrock/requirements.txt` (+2 -2) </details> ### 📄 Description Add Bedrock Claude 3.7 Reasoning ![image](https://github.com/user-attachments/assets/a94e62c4-60b6-47ce-9a70-02b653ead5eb) --- <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:24 -05:00
yindo closed this issue 2026-02-16 10:22:24 -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#1234