Skip to content

Commit

Permalink
🪙 fix: Deepseek Pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored Jan 25, 2025
1 parent 60c846b commit 8b31f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/models/tx.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const tokenValues = Object.assign(
'claude-': { prompt: 0.8, completion: 2.4 },
'command-r-plus': { prompt: 3, completion: 15 },
'command-r': { prompt: 0.5, completion: 1.5 },
'deepseek-reasoner': { prompt: 0.14, completion: 2.19 },
deepseek: { prompt: 0.07, completion: 0.28 },
'deepseek-reasoner': { prompt: 0.55, completion: 2.19 },
deepseek: { prompt: 0.14, completion: 0.28 },
/* cohere doesn't have rates for the older command models,
so this was from https://artificialanalysis.ai/models/command-light/providers */
command: { prompt: 0.38, completion: 0.38 },
Expand Down

0 comments on commit 8b31f25

Please sign in to comment.