[PR #3376] [MERGED] Add support for Anthropics /model endpoint (finally) #4272

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/3376
Author: @timothycarambat
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @timothycarambat

Base: masterHead: chore/anthropic-model-endpoint


📝 Commits (2)

  • 37985c5 Add support for Anthropics /model endpoint (finally)
  • 9e32024 dev

📊 Changes

9 files changed (+166 additions, -106 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
📝 frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx (+113 -33)
📝 frontend/src/hooks/useGetProvidersModels.js (+1 -15)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/ChatModelSelection/index.jsx (+1 -1)
📝 server/package.json (+2 -2)
📝 server/utils/AiProviders/anthropic/index.js (+10 -28)
📝 server/utils/helpers/customModels.js (+33 -0)
📝 server/utils/helpers/updateENV.js (+1 -22)
📝 server/yarn.lock (+4 -4)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

  • Support the Anthropic /models endpoint that finally exists after all this time.
  • Bump Anthropic SDK version.

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

🔄 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/3376 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chore/anthropic-model-endpoint` --- ### 📝 Commits (2) - [`37985c5`](https://github.com/Mintplex-Labs/anything-llm/commit/37985c5f216793932457d82f08c58b127a4900f7) Add support for Anthropics /model endpoint (finally) - [`9e32024`](https://github.com/Mintplex-Labs/anything-llm/commit/9e32024297be1f4e7c57e7045c2428cb4ff86a94) dev ### 📊 Changes **9 files changed** (+166 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) 📝 `frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx` (+113 -33) 📝 `frontend/src/hooks/useGetProvidersModels.js` (+1 -15) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/ChatModelSelection/index.jsx` (+1 -1) 📝 `server/package.json` (+2 -2) 📝 `server/utils/AiProviders/anthropic/index.js` (+10 -28) 📝 `server/utils/helpers/customModels.js` (+33 -0) 📝 `server/utils/helpers/updateENV.js` (+1 -22) 📝 `server/yarn.lock` (+4 -4) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? - Support the Anthropic `/models` endpoint that finally exists after all this time. - Bump Anthropic SDK version. <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [ ] 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 --- <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 #3376] Add support for Anthropics /model endpoint (finally) to [PR #3376] [MERGED] Add support for Anthropics /model endpoint (finally) 2026-06-05 15:17:44 -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#4272