File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 63
63
| gpt-3.5-turbo-1106 | ✅ | ✅ | ✅ | ➖ | ✅ | ✅ |
64
64
| gpt-3.5-turbo-0125 | ✅ | ✅ | ✅ | ➖ | ✅ | ✅ |
65
65
| gpt-3.5-turbo-16k-0613 | ✅ | ✅ | ➖ | ➖ | ➖ | ✅ |
66
+ | o3-mini | ✅ | ✅ | ✅ | ➖ | ✅ | ✅ |
66
67
| o1-mini | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
67
68
| o1-mini-2024-09-12 | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
68
69
| o1-preview | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const models = {
34
34
'gpt-3.5-turbo-1106' ,
35
35
'gpt-3.5-turbo-0125' ,
36
36
'gpt-3.5-turbo-16k-0613' ,
37
+ 'o3-mini' ,
37
38
'o1-mini' ,
38
39
'o1-mini-2024-09-12' ,
39
40
'o1-preview' ,
@@ -64,6 +65,7 @@ export const models = {
64
65
'gpt-3.5-turbo-1106' ,
65
66
'gpt-3.5-turbo-0125' ,
66
67
'gpt-3.5-turbo-16k-0613' ,
68
+ 'o3-mini' ,
67
69
] as const ,
68
70
supportsJSON : [
69
71
'gpt-4o' ,
@@ -79,6 +81,7 @@ export const models = {
79
81
'gpt-3.5-turbo' ,
80
82
'gpt-3.5-turbo-1106' ,
81
83
'gpt-3.5-turbo-0125' ,
84
+ 'o3-mini' ,
82
85
] as const ,
83
86
supportsImages : [
84
87
'gpt-4o' ,
@@ -108,6 +111,7 @@ export const models = {
108
111
'gpt-3.5-turbo-0125' ,
109
112
'gpt-3.5-turbo-1106' ,
110
113
'gpt-3.5-turbo-0613' ,
114
+ 'o3-mini' ,
111
115
] as const ,
112
116
supportsN : true ,
113
117
generateDocs : true ,
You can’t perform that action at this time.
0 commit comments