Skip to content

Commit

Permalink
Add latest gpt-4o model: gpt-4o-2024-08-06 (#3329)
Browse files Browse the repository at this point in the history
Co-authored-by: Xiaoyun Zhang <[email protected]>
  • Loading branch information
2 people authored and victordibia committed Aug 28, 2024
1 parent cb664f7 commit 8c2502f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen/oai/openai_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# gpt-4o
"gpt-4o": (0.005, 0.015),
"gpt-4o-2024-05-13": (0.005, 0.015),
"gpt-4o-2024-08-06": (0.0025, 0.01),
# gpt-4-turbo
"gpt-4-turbo-2024-04-09": (0.01, 0.03),
# gpt-4
Expand Down
1 change: 1 addition & 0 deletions autogen/token_count_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def get_max_token_limit(model: str = "gpt-3.5-turbo-0613") -> int:
"gpt-4-vision-preview": 128000,
"gpt-4o": 128000,
"gpt-4o-2024-05-13": 128000,
"gpt-4o-2024-08-06": 128000,
"gpt-4o-mini": 128000,
"gpt-4o-mini-2024-07-18": 128000,
}
Expand Down

0 comments on commit 8c2502f

Please sign in to comment.