Skip to content

Commit

Permalink
added cost for deepseek-chat and deepseek-reasoner models
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jan 21, 2025
1 parent 5bfe1b3 commit cea7376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defog_utils/utils_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"input_cost_per1k": 0.000075,
"output_cost_per1k": 0.0003,
},
"deepseek-chat": {"input_cost_per1k": 0.00014, "output_cost_per1k": 0.00028,},
"deepseek-reasoner": {"input_cost_per1k": 0.00055, "output_cost_per1k": 0.00219,},
}


Expand Down

0 comments on commit cea7376

Please sign in to comment.