@@ -95,7 +95,7 @@ def create(
9595 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
9696 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
9797 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 ,
9999 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
100100 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
101101 stream : Optional [Literal [False ]] | NotGiven = NOT_GIVEN ,
@@ -365,7 +365,7 @@ def create(
365365 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
366366 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
367367 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 ,
369369 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
370370 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
371371 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -634,7 +634,7 @@ def create(
634634 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
635635 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
636636 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 ,
638638 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
639639 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
640640 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -902,7 +902,7 @@ def create(
902902 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
903903 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
904904 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 ,
906906 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
907907 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
908908 stream : Optional [Literal [False ]] | Literal [True ] | NotGiven = NOT_GIVEN ,
@@ -1198,7 +1198,7 @@ async def create(
11981198 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
11991199 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
12001200 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 ,
12021202 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
12031203 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
12041204 stream : Optional [Literal [False ]] | NotGiven = NOT_GIVEN ,
@@ -1468,7 +1468,7 @@ async def create(
14681468 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
14691469 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
14701470 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 ,
14721472 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
14731473 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
14741474 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -1737,7 +1737,7 @@ async def create(
17371737 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
17381738 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
17391739 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 ,
17411741 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
17421742 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
17431743 stream_options : Optional [ChatCompletionStreamOptionsParam ] | NotGiven = NOT_GIVEN ,
@@ -2005,7 +2005,7 @@ async def create(
20052005 reasoning_effort : Optional [ReasoningEffort ] | NotGiven = NOT_GIVEN ,
20062006 response_format : completion_create_params .ResponseFormat | NotGiven = NOT_GIVEN ,
20072007 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 ,
20092009 stop : Union [Optional [str ], List [str ], None ] | NotGiven = NOT_GIVEN ,
20102010 store : Optional [bool ] | NotGiven = NOT_GIVEN ,
20112011 stream : Optional [Literal [False ]] | Literal [True ] | NotGiven = NOT_GIVEN ,
0 commit comments