mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🪙 fix: Deepseek Pricing
This commit is contained in:
parent
60c846b679
commit
8b31f255f5
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ const tokenValues = Object.assign(
|
||||||
'claude-': { prompt: 0.8, completion: 2.4 },
|
'claude-': { prompt: 0.8, completion: 2.4 },
|
||||||
'command-r-plus': { prompt: 3, completion: 15 },
|
'command-r-plus': { prompt: 3, completion: 15 },
|
||||||
'command-r': { prompt: 0.5, completion: 1.5 },
|
'command-r': { prompt: 0.5, completion: 1.5 },
|
||||||
'deepseek-reasoner': { prompt: 0.14, completion: 2.19 },
|
'deepseek-reasoner': { prompt: 0.55, completion: 2.19 },
|
||||||
deepseek: { prompt: 0.07, completion: 0.28 },
|
deepseek: { prompt: 0.14, completion: 0.28 },
|
||||||
/* cohere doesn't have rates for the older command models,
|
/* cohere doesn't have rates for the older command models,
|
||||||
so this was from https://artificialanalysis.ai/models/command-light/providers */
|
so this was from https://artificialanalysis.ai/models/command-light/providers */
|
||||||
command: { prompt: 0.38, completion: 0.38 },
|
command: { prompt: 0.38, completion: 0.38 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue