@@ -61,6 +61,7 @@ def create(
61
61
"gpt-3.5-turbo-0301" ,
62
62
"gpt-3.5-turbo-0613" ,
63
63
"gpt-3.5-turbo-1106" ,
64
+ "gpt-3.5-turbo-0125" ,
64
65
"gpt-3.5-turbo-16k-0613" ,
65
66
],
66
67
],
@@ -155,7 +156,7 @@ def create(
155
156
156
157
response_format: An object specifying the format that the model must output. Compatible with
157
158
[GPT-4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) and
158
- `gpt-3.5-turbo-1106`.
159
+ all GPT-3.5 Turbo models newer than `gpt-3.5-turbo-1106`.
159
160
160
161
Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
161
162
message the model generates is valid JSON.
@@ -250,6 +251,7 @@ def create(
250
251
"gpt-3.5-turbo-0301" ,
251
252
"gpt-3.5-turbo-0613" ,
252
253
"gpt-3.5-turbo-1106" ,
254
+ "gpt-3.5-turbo-0125" ,
253
255
"gpt-3.5-turbo-16k-0613" ,
254
256
],
255
257
],
@@ -351,7 +353,7 @@ def create(
351
353
352
354
response_format: An object specifying the format that the model must output. Compatible with
353
355
[GPT-4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) and
354
- `gpt-3.5-turbo-1106`.
356
+ all GPT-3.5 Turbo models newer than `gpt-3.5-turbo-1106`.
355
357
356
358
Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
357
359
message the model generates is valid JSON.
@@ -439,6 +441,7 @@ def create(
439
441
"gpt-3.5-turbo-0301" ,
440
442
"gpt-3.5-turbo-0613" ,
441
443
"gpt-3.5-turbo-1106" ,
444
+ "gpt-3.5-turbo-0125" ,
442
445
"gpt-3.5-turbo-16k-0613" ,
443
446
],
444
447
],
@@ -540,7 +543,7 @@ def create(
540
543
541
544
response_format: An object specifying the format that the model must output. Compatible with
542
545
[GPT-4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) and
543
- `gpt-3.5-turbo-1106`.
546
+ all GPT-3.5 Turbo models newer than `gpt-3.5-turbo-1106`.
544
547
545
548
Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
546
549
message the model generates is valid JSON.
@@ -628,6 +631,7 @@ def create(
628
631
"gpt-3.5-turbo-0301" ,
629
632
"gpt-3.5-turbo-0613" ,
630
633
"gpt-3.5-turbo-1106" ,
634
+ "gpt-3.5-turbo-0125" ,
631
635
"gpt-3.5-turbo-16k-0613" ,
632
636
],
633
637
],
@@ -724,6 +728,7 @@ async def create(
724
728
"gpt-3.5-turbo-0301" ,
725
729
"gpt-3.5-turbo-0613" ,
726
730
"gpt-3.5-turbo-1106" ,
731
+ "gpt-3.5-turbo-0125" ,
727
732
"gpt-3.5-turbo-16k-0613" ,
728
733
],
729
734
],
@@ -818,7 +823,7 @@ async def create(
818
823
819
824
response_format: An object specifying the format that the model must output. Compatible with
820
825
[GPT-4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) and
821
- `gpt-3.5-turbo-1106`.
826
+ all GPT-3.5 Turbo models newer than `gpt-3.5-turbo-1106`.
822
827
823
828
Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
824
829
message the model generates is valid JSON.
@@ -913,6 +918,7 @@ async def create(
913
918
"gpt-3.5-turbo-0301" ,
914
919
"gpt-3.5-turbo-0613" ,
915
920
"gpt-3.5-turbo-1106" ,
921
+ "gpt-3.5-turbo-0125" ,
916
922
"gpt-3.5-turbo-16k-0613" ,
917
923
],
918
924
],
@@ -1014,7 +1020,7 @@ async def create(
1014
1020
1015
1021
response_format: An object specifying the format that the model must output. Compatible with
1016
1022
[GPT-4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) and
1017
- `gpt-3.5-turbo-1106`.
1023
+ all GPT-3.5 Turbo models newer than `gpt-3.5-turbo-1106`.
1018
1024
1019
1025
Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1020
1026
message the model generates is valid JSON.
@@ -1102,6 +1108,7 @@ async def create(
1102
1108
"gpt-3.5-turbo-0301" ,
1103
1109
"gpt-3.5-turbo-0613" ,
1104
1110
"gpt-3.5-turbo-1106" ,
1111
+ "gpt-3.5-turbo-0125" ,
1105
1112
"gpt-3.5-turbo-16k-0613" ,
1106
1113
],
1107
1114
],
@@ -1203,7 +1210,7 @@ async def create(
1203
1210
1204
1211
response_format: An object specifying the format that the model must output. Compatible with
1205
1212
[GPT-4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) and
1206
- `gpt-3.5-turbo-1106`.
1213
+ all GPT-3.5 Turbo models newer than `gpt-3.5-turbo-1106`.
1207
1214
1208
1215
Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1209
1216
message the model generates is valid JSON.
@@ -1291,6 +1298,7 @@ async def create(
1291
1298
"gpt-3.5-turbo-0301" ,
1292
1299
"gpt-3.5-turbo-0613" ,
1293
1300
"gpt-3.5-turbo-1106" ,
1301
+ "gpt-3.5-turbo-0125" ,
1294
1302
"gpt-3.5-turbo-16k-0613" ,
1295
1303
],
1296
1304
],
0 commit comments