File tree Expand file tree Collapse file tree 1 file changed +38
-6
lines changed
Expand file tree Collapse file tree 1 file changed +38
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,45 @@ const PROVIDERS = {
1212 baseUrlPlaceholder : "https://api.openai.com/v1" ,
1313 baseUrlDefault : "https://api.openai.com/v1" ,
1414 models : [
15- {
16- value : "gpt-5" ,
17- label : "gpt-5"
15+ {
16+ value : "gpt-5.2" ,
17+ label : "gpt-5.2"
1818 } ,
19- {
20- value : "gpt-4.1" ,
21- label : "gpt-4.1"
19+ {
20+ value : "gpt-5.2-chat-latest" ,
21+ label : "gpt-5.2-chat-latest"
22+ } ,
23+ {
24+ value : "gpt-5.2-pro" ,
25+ label : "gpt-5.2-pro"
26+ } ,
27+ {
28+ value : "gpt-5" ,
29+ label : "gpt-5"
30+ } ,
31+ {
32+ value : "gpt-5-chat-latest" ,
33+ label : "gpt-5-chat-latest"
34+ } ,
35+ {
36+ value : "gpt-5-mini" ,
37+ label : "gpt-5-mini"
38+ } ,
39+ {
40+ value : "gpt-5-nano" ,
41+ label : "gpt-5-nano"
42+ } ,
43+ {
44+ value : "gpt-4.1" ,
45+ label : "gpt-4.1"
46+ } ,
47+ {
48+ value : "gpt-4.1-mini" ,
49+ label : "gpt-4.1-mini"
50+ } ,
51+ {
52+ value : "gpt-4.1-nano" ,
53+ label : "gpt-4.1-nano"
2254 } ,
2355 ] ,
2456 } ,
You can’t perform that action at this time.
0 commit comments