[PR #3337] [MERGED] [FEAT] Add claude-3-7 #4267

Closed
opened 2026-02-22 18:35:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3337
Author: @kaashmonee
Created: 2/24/2025
Status: Merged
Merged: 2/25/2025
Merged by: @timothycarambat

Base: masterHead: kaashmonee/pr/claude-3-7


📝 Commits (4)

📊 Changes

5 files changed (+10 additions, -0 deletions)

View changed files

📝 frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx (+2 -0)
📝 frontend/src/hooks/useGetProvidersModels.js (+2 -0)
📝 server/utils/AiProviders/anthropic/index.js (+2 -0)
📝 server/utils/AiProviders/modelMap.js (+2 -0)
📝 server/utils/helpers/updateENV.js (+2 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #3342

image

What is in this change?

Claude 3.7 Sonnet came out recently and can be used in the Messages API for Anthropic.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

Docker build is successful but it needs an x-name:
image

instead of name


🔄 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/Mintplex-Labs/anything-llm/pull/3337 **Author:** [@kaashmonee](https://github.com/kaashmonee) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `kaashmonee/pr/claude-3-7` --- ### 📝 Commits (4) - [`c34240b`](https://github.com/Mintplex-Labs/anything-llm/commit/c34240be62330a81a8d1e433e1d71632846da33f) add claude 3-7 sonnet - [`e9cbafb`](https://github.com/Mintplex-Labs/anything-llm/commit/e9cbafbacfae2aaa8cc8d6d3b00f8b6d41178448) made all the changes everywhere - [`9ecac67`](https://github.com/Mintplex-Labs/anything-llm/commit/9ecac67f32f935ea9d08e811c117abf0a8ffd583) add 3-7-sonnet-latest model - [`1e5a7af`](https://github.com/Mintplex-Labs/anything-llm/commit/1e5a7af47bed04341e831e4e99a7fe551932fa56) lint ### 📊 Changes **5 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx` (+2 -0) 📝 `frontend/src/hooks/useGetProvidersModels.js` (+2 -0) 📝 `server/utils/AiProviders/anthropic/index.js` (+2 -0) 📝 `server/utils/AiProviders/modelMap.js` (+2 -0) 📝 `server/utils/helpers/updateENV.js` (+2 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3342 <img width="924" alt="image" src="https://github.com/user-attachments/assets/dfc1cc64-eaaa-44ae-9d1e-95ffc994ee1d" /> ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> [Claude 3.7 Sonnet](https://docs.anthropic.com/en/api/messages) came out recently and can be used in the Messages API for Anthropic. ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally Docker build is successful but it needs an x-name: <img width="332" alt="image" src="https://github.com/user-attachments/assets/b412908c-a9c1-48fb-ac87-ad904687aaa6" /> instead of `name` --- <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-22 18:35:29 -05:00
yindo closed this issue 2026-02-22 18:35:29 -05:00
yindo changed title from [PR #3337] [FEAT] Add claude-3-7 to [PR #3337] [MERGED] [FEAT] Add claude-3-7 2026-06-05 15:17:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4267