We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0f14a commit f25b34bCopy full SHA for f25b34b
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 68
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8ff62fa1091460d68fbd36d72c17d91b709917bebf2983c9c4de5784bc384a2e.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8e569a23f15a599dd4aee8a53431962bcba4985ab6cfb66c53c1434b99026b37.yml
src/resources/chat/chat.ts
@@ -12,6 +12,7 @@ export type ChatModel =
12
| 'gpt-4o'
13
| 'gpt-4o-2024-05-13'
14
| 'gpt-4o-2024-08-06'
15
+ | 'chatgpt-4o-latest'
16
| 'gpt-4o-mini'
17
| 'gpt-4o-mini-2024-07-18'
18
| 'gpt-4-turbo'
0 commit comments