We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gpt-4o-2024-08-06
1 parent 581da2f commit dbe726cCopy full SHA for dbe726c
completion.go
@@ -24,6 +24,7 @@ const (
24
GPT40314 = "gpt-4-0314"
25
GPT4o = "gpt-4o"
26
GPT4o20240513 = "gpt-4o-2024-05-13"
27
+ GPT4o20240806 = "gpt-4o-2024-08-06"
28
GPT4oMini = "gpt-4o-mini"
29
GPT4oMini20240718 = "gpt-4o-mini-2024-07-18"
30
GPT4Turbo = "gpt-4-turbo"
@@ -91,6 +92,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
91
92
GPT4: true,
93
GPT4o: true,
94
GPT4o20240513: true,
95
+ GPT4o20240806: true,
96
GPT4oMini: true,
97
GPT4oMini20240718: true,
98
GPT4TurboPreview: true,
0 commit comments