mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +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
|
|
@ -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