@@ -103,7 +103,7 @@ def parse(
103
103
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
104
104
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
105
105
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 ,
107
107
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
108
108
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
109
109
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -1334,7 +1334,7 @@ def stream(
1334
1334
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
1335
1335
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
1336
1336
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 ,
1338
1338
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1339
1339
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1340
1340
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -1470,7 +1470,7 @@ async def parse(
1470
1470
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
1471
1471
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
1472
1472
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 ,
1474
1474
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1475
1475
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1476
1476
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -2701,7 +2701,7 @@ def stream(
2701
2701
presence_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
2702
2702
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
2703
2703
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 ,
2705
2705
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
2706
2706
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
2707
2707
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
0 commit comments