@@ -103,7 +103,7 @@ def parse(
103103 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
104104 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
105105 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
106- service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
106+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
107107 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
108108 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
109109 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -1334,7 +1334,7 @@ def stream(
13341334 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
13351335 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
13361336 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1337- service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
1337+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
13381338 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
13391339 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
13401340 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -1470,7 +1470,7 @@ async def parse(
14701470 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
14711471 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
14721472 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1473- service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
1473+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
14741474 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
14751475 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
14761476 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -2701,7 +2701,7 @@ def stream(
27012701 presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
27022702 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
27032703 seed : Optional [int ] | NotGiven = NOT_GIVEN ,
2704- service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
2704+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" , "priority" ]] | NotGiven = NOT_GIVEN ,
27052705 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
27062706 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
27072707 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
0 commit comments