Skip to content

Commit 8cde9ad

Browse files
feat(api): add chatgpt-4o-latest model (#1656)
1 parent 40e542b commit 8cde9ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 68
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8ff62fa1091460d68fbd36d72c17d91b709917bebf2983c9c4de5784bc384a2e.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8e569a23f15a599dd4aee8a53431962bcba4985ab6cfb66c53c1434b99026b37.yml

Diff for: src/openai/types/chat_model.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"gpt-4o",
99
"gpt-4o-2024-05-13",
1010
"gpt-4o-2024-08-06",
11+
"chatgpt-4o-latest",
1112
"gpt-4o-mini",
1213
"gpt-4o-mini-2024-07-18",
1314
"gpt-4-turbo",

0 commit comments

Comments
 (0)