Skip to content

Commit

Permalink
Update MODEL_COST (gpt-4o-11-20)
Browse files Browse the repository at this point in the history
update model cost for new gpt-4o-11-20.
  • Loading branch information
m4a1carbin4 authored Nov 29, 2024
1 parent 2813e86 commit 7803579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/community/langchain_community/callbacks/openai_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
"gpt-4o": 0.0025,
"gpt-4o-2024-05-13": 0.005,
"gpt-4o-2024-08-06": 0.0025,
"gpt-4o-2024-11-20": 0.0025,
# GPT-4o output
"gpt-4o-completion": 0.01,
"gpt-4o-2024-05-13-completion": 0.015,
"gpt-4o-2024-08-06-completion": 0.01,
"gpt-4o-2024-11-20-completion": 0.01,
# GPT-4 input
"gpt-4": 0.03,
"gpt-4-0314": 0.03,
Expand Down

0 comments on commit 7803579

Please sign in to comment.