@@ -95,7 +95,7 @@ def create(
95
95
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
96
96
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
97
97
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
98
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
98
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
99
99
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
100
100
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
101
101
stream : Optional [Literal [False ]] | NotGiven = NOT_GIVEN ,
@@ -365,7 +365,7 @@ def create(
365
365
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
366
366
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
367
367
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
368
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
368
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
369
369
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
370
370
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
371
371
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -634,7 +634,7 @@ def create(
634
634
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
635
635
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
636
636
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
637
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
637
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
638
638
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
639
639
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
640
640
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -902,7 +902,7 @@ def create(
902
902
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
903
903
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
904
904
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
905
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
905
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
906
906
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
907
907
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
908
908
stream : Optional [Literal [False ]] | Literal [True ] | NotGiven = NOT_GIVEN ,
@@ -1198,7 +1198,7 @@ async def create(
1198
1198
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
1199
1199
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
1200
1200
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1201
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
1201
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
1202
1202
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1203
1203
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1204
1204
stream : Optional [Literal [False ]] | NotGiven = NOT_GIVEN ,
@@ -1468,7 +1468,7 @@ async def create(
1468
1468
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
1469
1469
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
1470
1470
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1471
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
1471
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
1472
1472
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1473
1473
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1474
1474
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -1737,7 +1737,7 @@ async def create(
1737
1737
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
1738
1738
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
1739
1739
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
1740
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
1740
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
1741
1741
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
1742
1742
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
1743
1743
stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -2005,7 +2005,7 @@ async def create(
2005
2005
reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
2006
2006
response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
2007
2007
seed : Optional [int ] | NotGiven = NOT_GIVEN ,
2008
- service_tier : Optional [Literal ["auto" , "default" , "flex" ]] | NotGiven = NOT_GIVEN ,
2008
+ service_tier : Optional [Literal ["auto" , "default" , "flex" , "scale" ]] | NotGiven = NOT_GIVEN ,
2009
2009
stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
2010
2010
store : Optional [bool ] | NotGiven = NOT_GIVEN ,
2011
2011
stream : Optional [Literal [False ]] | Literal [True ] | NotGiven = NOT_GIVEN ,
0 commit comments