LibreChat/api
Danny Avila a2f330e6ca
🦾 feat: Claude-4 Support (#7509)
* refactor: Update AnthropicClient to support Claude model naming changes

* Renamed `isClaude3` to `isClaudeLatest` to accommodate newer Claude models.
* Updated logic to determine if the model is part of the Claude family.
* Adjusted `useMessages` property to reflect the new model naming convention.
* Cleaned up client properties during disposal to match the updated naming.

* feat: Claude-4 Support

* feat: Add Thinking and Prompt caching support for Claude 4

* chore: Update ANTHROPIC_MODELS in .env.example for latest model versions
2025-05-22 15:00:44 -04:00
..
app 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
cache
config
lib
models 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
server 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
strategies
test
utils 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
jest.config.js
jsconfig.json
package.json
typedefs.js