Skip to content

Commit f25b34b

Browse files
feat(api): add chatgpt-4o-latest model (#1001)
1 parent 9f0f14a commit f25b34b

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/resources/chat/chat.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type ChatModel =
1212
| 'gpt-4o'
1313
| 'gpt-4o-2024-05-13'
1414
| 'gpt-4o-2024-08-06'
15+
| 'chatgpt-4o-latest'
1516
| 'gpt-4o-mini'
1617
| 'gpt-4o-mini-2024-07-18'
1718
| 'gpt-4-turbo'

0 commit comments

Comments
 (0)