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.
1 parent 74ed75f commit 21fa42cCopy full SHA for 21fa42c
completion.go
@@ -37,6 +37,7 @@ const (
37
GPT4o = "gpt-4o"
38
GPT4o20240513 = "gpt-4o-2024-05-13"
39
GPT4o20240806 = "gpt-4o-2024-08-06"
40
+ GPT4o20241120 = "gpt-4o-2024-11-20"
41
GPT4oLatest = "chatgpt-4o-latest"
42
GPT4oMini = "gpt-4o-mini"
43
GPT4oMini20240718 = "gpt-4o-mini-2024-07-18"
@@ -119,6 +120,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
119
120
GPT4o: true,
121
GPT4o20240513: true,
122
GPT4o20240806: true,
123
+ GPT4o20241120: true,
124
GPT4oLatest: true,
125
GPT4oMini: true,
126
GPT4oMini20240718: true,
0 commit comments