[PR #254] [MERGED] feat: Add new claude 3.7 sonnet model to anthropic #1221

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/254
Author: @Riddhimaan-Senapati
Created: 2/24/2025
Status: Merged
Merged: 2/27/2025
Merged by: @crazywoola

Base: mainHead: add_new_claude_models


📝 Commits (9)

  • a19816a added grok 2 models
  • fe00e76 added claude 3.7 sonnet model
  • f2718b2 added claude 3.7 sonnet to aws bedrock as well
  • 86af392 removed the grok 2 models
  • 3aa6816 removed the aws bedrock model as well
  • 80710ea added reasoning type and reasoning budget parameter to 3.7 sonnet yaml file
  • a6cf143 added another reasoning parameter
  • 686c32b bump: version
  • a5c27f0 Merge branch 'main' into add_new_claude_models

📊 Changes

2 files changed (+71 additions, -1 deletions)

View changed files

📝 models/anthropic/manifest.yaml (+1 -1)
models/anthropic/models/llm/claude-3-7-sonnet-20250219.yaml (+70 -0)

📄 Description

I have added Claude 3.7 sonnet support to anthropic model provider. Here's the announcement.

Partially fixes #256


🔄 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/254 **Author:** [@Riddhimaan-Senapati](https://github.com/Riddhimaan-Senapati) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `add_new_claude_models` --- ### 📝 Commits (9) - [`a19816a`](https://github.com/langgenius/dify-official-plugins/commit/a19816aa2d9728725c2008663b6bbb25eb9b5f2d) added grok 2 models - [`fe00e76`](https://github.com/langgenius/dify-official-plugins/commit/fe00e767f080a44e852350c4038721211c62f9fc) added claude 3.7 sonnet model - [`f2718b2`](https://github.com/langgenius/dify-official-plugins/commit/f2718b26f06b41e9c4a062c4bdbf3a51a439e9c2) added claude 3.7 sonnet to aws bedrock as well - [`86af392`](https://github.com/langgenius/dify-official-plugins/commit/86af392acb12d30fa45dd9a72c2610b32374a4ea) removed the grok 2 models - [`3aa6816`](https://github.com/langgenius/dify-official-plugins/commit/3aa6816facdc83f0d66e7372135f3d437365ffb5) removed the aws bedrock model as well - [`80710ea`](https://github.com/langgenius/dify-official-plugins/commit/80710ea4ac5da8723448990eb17d67752fae4d33) added reasoning type and reasoning budget parameter to 3.7 sonnet yaml file - [`a6cf143`](https://github.com/langgenius/dify-official-plugins/commit/a6cf143c30633072921cd89a5e1c6c1e85f39996) added another reasoning parameter - [`686c32b`](https://github.com/langgenius/dify-official-plugins/commit/686c32b037e22146a9d0e3ffc3af8a00be490ec9) bump: version - [`a5c27f0`](https://github.com/langgenius/dify-official-plugins/commit/a5c27f0cce842407827f8cd6cc3fdc4fa75e0909) Merge branch 'main' into add_new_claude_models ### 📊 Changes **2 files changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/anthropic/manifest.yaml` (+1 -1) ➕ `models/anthropic/models/llm/claude-3-7-sonnet-20250219.yaml` (+70 -0) </details> ### 📄 Description I have added Claude 3.7 sonnet support to anthropic model provider. Here's the[ announcement](https://www.anthropic.com/news/claude-3-7-sonnet). Partially fixes #256 --- <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:21 -05:00
yindo closed this issue 2026-02-16 10:22:21 -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#1221