Skip to content

Commit 35d8c20

Browse files
r4881tsonichi
andauthored
Adding gpt-4o to pricing (microsoft#2674)
Co-authored-by: Chi Wang <[email protected]>
1 parent 3f86f38 commit 35d8c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autogen/oai/openai_utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
DEFAULT_AZURE_API_VERSION = "2024-02-15-preview"
1818
OAI_PRICE1K = {
1919
# https://openai.com/pricing
20+
# gpt-4o
21+
"gpt-4o": (0.005, 0.015),
22+
"gpt-4o-2024-05-13": (0.005, 0.015),
2023
# gpt-4-turbo
2124
"gpt-4-turbo-2024-04-09": (0.01, 0.03),
2225
# gpt-4

0 commit comments

Comments
 (0)