@@ -61,6 +61,7 @@ def create(
6161                "gpt-3.5-turbo-0301" ,
6262                "gpt-3.5-turbo-0613" ,
6363                "gpt-3.5-turbo-1106" ,
64+                 "gpt-3.5-turbo-0125" ,
6465                "gpt-3.5-turbo-16k-0613" ,
6566            ],
6667        ],
@@ -155,7 +156,7 @@ def create(
155156
156157          response_format: An object specifying the format that the model must output. Compatible with 
157158              [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`. 
159160
160161              Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the 
161162              message the model generates is valid JSON. 
@@ -250,6 +251,7 @@ def create(
250251                "gpt-3.5-turbo-0301" ,
251252                "gpt-3.5-turbo-0613" ,
252253                "gpt-3.5-turbo-1106" ,
254+                 "gpt-3.5-turbo-0125" ,
253255                "gpt-3.5-turbo-16k-0613" ,
254256            ],
255257        ],
@@ -351,7 +353,7 @@ def create(
351353
352354          response_format: An object specifying the format that the model must output. Compatible with 
353355              [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`. 
355357
356358              Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the 
357359              message the model generates is valid JSON. 
@@ -439,6 +441,7 @@ def create(
439441                "gpt-3.5-turbo-0301" ,
440442                "gpt-3.5-turbo-0613" ,
441443                "gpt-3.5-turbo-1106" ,
444+                 "gpt-3.5-turbo-0125" ,
442445                "gpt-3.5-turbo-16k-0613" ,
443446            ],
444447        ],
@@ -540,7 +543,7 @@ def create(
540543
541544          response_format: An object specifying the format that the model must output. Compatible with 
542545              [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`. 
544547
545548              Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the 
546549              message the model generates is valid JSON. 
@@ -628,6 +631,7 @@ def create(
628631                "gpt-3.5-turbo-0301" ,
629632                "gpt-3.5-turbo-0613" ,
630633                "gpt-3.5-turbo-1106" ,
634+                 "gpt-3.5-turbo-0125" ,
631635                "gpt-3.5-turbo-16k-0613" ,
632636            ],
633637        ],
@@ -724,6 +728,7 @@ async def create(
724728                "gpt-3.5-turbo-0301" ,
725729                "gpt-3.5-turbo-0613" ,
726730                "gpt-3.5-turbo-1106" ,
731+                 "gpt-3.5-turbo-0125" ,
727732                "gpt-3.5-turbo-16k-0613" ,
728733            ],
729734        ],
@@ -818,7 +823,7 @@ async def create(
818823
819824          response_format: An object specifying the format that the model must output. Compatible with 
820825              [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`. 
822827
823828              Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the 
824829              message the model generates is valid JSON. 
@@ -913,6 +918,7 @@ async def create(
913918                "gpt-3.5-turbo-0301" ,
914919                "gpt-3.5-turbo-0613" ,
915920                "gpt-3.5-turbo-1106" ,
921+                 "gpt-3.5-turbo-0125" ,
916922                "gpt-3.5-turbo-16k-0613" ,
917923            ],
918924        ],
@@ -1014,7 +1020,7 @@ async def create(
10141020
10151021          response_format: An object specifying the format that the model must output. Compatible with 
10161022              [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`. 
10181024
10191025              Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the 
10201026              message the model generates is valid JSON. 
@@ -1102,6 +1108,7 @@ async def create(
11021108                "gpt-3.5-turbo-0301" ,
11031109                "gpt-3.5-turbo-0613" ,
11041110                "gpt-3.5-turbo-1106" ,
1111+                 "gpt-3.5-turbo-0125" ,
11051112                "gpt-3.5-turbo-16k-0613" ,
11061113            ],
11071114        ],
@@ -1203,7 +1210,7 @@ async def create(
12031210
12041211          response_format: An object specifying the format that the model must output. Compatible with 
12051212              [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`. 
12071214
12081215              Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the 
12091216              message the model generates is valid JSON. 
@@ -1291,6 +1298,7 @@ async def create(
12911298                "gpt-3.5-turbo-0301" ,
12921299                "gpt-3.5-turbo-0613" ,
12931300                "gpt-3.5-turbo-1106" ,
1301+                 "gpt-3.5-turbo-0125" ,
12941302                "gpt-3.5-turbo-16k-0613" ,
12951303            ],
12961304        ],
0 commit comments