Skip to content

Commit eba4279

Browse files
authored
Merge pull request #257 from openai/landakram/gpt-4o
Add gpt-4o
2 parents 72a1d94 + 49cf3ae commit eba4279

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7788,6 +7788,8 @@ components:
77887788
- type: string
77897789
enum:
77907790
[
7791+
"gpt-4o",
7792+
"gpt-4o-2024-05-13",
77917793
"gpt-4-turbo",
77927794
"gpt-4-turbo-2024-04-09",
77937795
"gpt-4-0125-preview",
@@ -9796,6 +9798,8 @@ components:
97969798
- type: string
97979799
enum:
97989800
[
9801+
"gpt-4o",
9802+
"gpt-4o-2024-05-13",
97999803
"gpt-4-turbo",
98009804
"gpt-4-turbo-2024-04-09",
98019805
"gpt-4-0125-preview",
@@ -10380,6 +10384,8 @@ components:
1038010384
- type: string
1038110385
enum:
1038210386
[
10387+
"gpt-4o",
10388+
"gpt-4o-2024-05-13",
1038310389
"gpt-4-turbo",
1038410390
"gpt-4-turbo-2024-04-09",
1038510391
"gpt-4-0125-preview",
@@ -10584,6 +10590,8 @@ components:
1058410590
- type: string
1058510591
enum:
1058610592
[
10593+
"gpt-4o",
10594+
"gpt-4o-2024-05-13",
1058710595
"gpt-4-turbo",
1058810596
"gpt-4-turbo-2024-04-09",
1058910597
"gpt-4-0125-preview",

0 commit comments

Comments
 (0)