@@ -81,7 +81,7 @@ def parse(
8181 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
8282 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
8383 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 ,
8585 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
8686 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
8787 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -228,7 +228,7 @@ def stream(
228228 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
229229 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
230230 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 ,
232232 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
233233 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
234234 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -360,7 +360,7 @@ async def parse(
360360 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
361361 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
362362 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 ,
364364 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
365365 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
366366 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -507,7 +507,7 @@ def stream(
507507 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
508508 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
509509 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 ,
511511 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
512512 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
513513 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
0 commit comments