mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-27 13:48:51 +01:00
🤖 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:
parent
f6e19d8034
commit
c19b8755a7
6 changed files with 18 additions and 14 deletions
|
|
@ -73,7 +73,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@langchain/core": "^0.3.62",
|
||||
"@librechat/agents": "^2.4.81",
|
||||
"@librechat/agents": "^2.4.82",
|
||||
"@librechat/data-schemas": "*",
|
||||
"@modelcontextprotocol/sdk": "^1.17.1",
|
||||
"axios": "^1.12.1",
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue