@@ -81,7 +81,7 @@ def parse(
81
81
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
82
82
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
83
83
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
84
- service_tier : Optional [Literal ["auto" , "default" ]] | NotGiven = NOT_GIVEN ,
84
+ service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
85
85
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
86
86
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
87
87
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -228,7 +228,7 @@ def stream(
228
228
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
229
229
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
230
230
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
231
- service_tier : Optional [Literal ["auto" , "default" ]] | NotGiven = NOT_GIVEN ,
231
+ service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
232
232
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
233
233
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
234
234
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -360,7 +360,7 @@ async def parse(
360
360
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
361
361
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
362
362
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
363
- service_tier : Optional [Literal ["auto" , "default" ]] | NotGiven = NOT_GIVEN ,
363
+ service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
364
364
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
365
365
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
366
366
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -507,7 +507,7 @@ def stream(
507
507
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
508
508
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
509
509
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
510
- service_tier : Optional [Literal ["auto" , "default" ]] | NotGiven = NOT_GIVEN ,
510
+ service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
511
511
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
512
512
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
513
513
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
0 commit comments