🤖 feat: Claude Sonnet 4.5, DeepSeek V3.2 Context & Pricing (#9894)

* feat: Add new Claude models to sharedAnthropicModels list

* chore: use correct claude aliases for default list

* chore: update deepseek model rates for accuracy

* chore: update @librechat/agents dependency to version 2.4.82
This commit is contained in:
Danny Avila 2025-09-29 21:09:26 -04:00 committed by GitHub
parent f6e19d8034
commit c19b8755a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 14 deletions

View file

@ -132,9 +132,9 @@ const anthropicModels = {
};
const deepseekModels = {
'deepseek-reasoner': 63000, // -1000 from max (API)
deepseek: 63000, // -1000 from max (API)
'deepseek.r1': 127500,
'deepseek-reasoner': 128000,
deepseek: 128000,
'deepseek.r1': 128000,
};
const metaModels = {