We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3593d8 commit 8c10970Copy full SHA for 8c10970
api/models/tx.js
@@ -96,8 +96,8 @@ const tokenValues = Object.assign(
96
'claude-': { prompt: 0.8, completion: 2.4 },
97
'command-r-plus': { prompt: 3, completion: 15 },
98
'command-r': { prompt: 0.5, completion: 1.5 },
99
- 'deepseek-reasoner': { prompt: 0.14, completion: 2.19 },
100
- deepseek: { prompt: 0.07, completion: 0.28 },
+ 'deepseek-reasoner': { prompt: 0.55, completion: 2.19 },
+ deepseek: { prompt: 0.14, completion: 0.28 },
101
/* cohere doesn't have rates for the older command models,
102
so this was from https://artificialanalysis.ai/models/command-light/providers */
103
command: { prompt: 0.38, completion: 0.38 },
0 commit comments