@@ -102,7 +102,6 @@ def create(
102102 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
103103 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
104104 user : str | NotGiven = NOT_GIVEN ,
105- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
106105 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
107106 # The extra values given here take precedence over values defined on the client or passed to this method.
108107 extra_headers : Headers | None = None ,
@@ -291,10 +290,6 @@ def create(
291290 similar requests and to help OpenAI detect and prevent abuse.
292291 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
293292
294- verbosity: Constrains the verbosity of the model's response. Lower values will result in
295- more concise responses, while higher values will result in more verbose
296- responses. Currently supported values are `low`, `medium`, and `high`.
297-
298293 extra_headers: Send extra headers
299294
300295 extra_query: Add additional query parameters to the request
@@ -335,7 +330,6 @@ def create(
335330 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
336331 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
337332 user : str | NotGiven = NOT_GIVEN ,
338- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
339333 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
340334 # The extra values given here take precedence over values defined on the client or passed to this method.
341335 extra_headers : Headers | None = None ,
@@ -524,10 +518,6 @@ def create(
524518 similar requests and to help OpenAI detect and prevent abuse.
525519 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
526520
527- verbosity: Constrains the verbosity of the model's response. Lower values will result in
528- more concise responses, while higher values will result in more verbose
529- responses. Currently supported values are `low`, `medium`, and `high`.
530-
531521 extra_headers: Send extra headers
532522
533523 extra_query: Add additional query parameters to the request
@@ -568,7 +558,6 @@ def create(
568558 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
569559 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
570560 user : str | NotGiven = NOT_GIVEN ,
571- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
572561 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
573562 # The extra values given here take precedence over values defined on the client or passed to this method.
574563 extra_headers : Headers | None = None ,
@@ -757,10 +746,6 @@ def create(
757746 similar requests and to help OpenAI detect and prevent abuse.
758747 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
759748
760- verbosity: Constrains the verbosity of the model's response. Lower values will result in
761- more concise responses, while higher values will result in more verbose
762- responses. Currently supported values are `low`, `medium`, and `high`.
763-
764749 extra_headers: Send extra headers
765750
766751 extra_query: Add additional query parameters to the request
@@ -800,7 +785,6 @@ def create(
800785 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
801786 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
802787 user : str | NotGiven = NOT_GIVEN ,
803- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
804788 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
805789 # The extra values given here take precedence over values defined on the client or passed to this method.
806790 extra_headers : Headers | None = None ,
@@ -838,7 +822,6 @@ def create(
838822 "top_p" : top_p ,
839823 "truncation" : truncation ,
840824 "user" : user ,
841- "verbosity" : verbosity ,
842825 },
843826 response_create_params .ResponseCreateParamsStreaming
844827 if stream
@@ -1485,7 +1468,6 @@ async def create(
14851468 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
14861469 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
14871470 user : str | NotGiven = NOT_GIVEN ,
1488- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
14891471 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
14901472 # The extra values given here take precedence over values defined on the client or passed to this method.
14911473 extra_headers : Headers | None = None ,
@@ -1674,10 +1656,6 @@ async def create(
16741656 similar requests and to help OpenAI detect and prevent abuse.
16751657 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
16761658
1677- verbosity: Constrains the verbosity of the model's response. Lower values will result in
1678- more concise responses, while higher values will result in more verbose
1679- responses. Currently supported values are `low`, `medium`, and `high`.
1680-
16811659 extra_headers: Send extra headers
16821660
16831661 extra_query: Add additional query parameters to the request
@@ -1718,7 +1696,6 @@ async def create(
17181696 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
17191697 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
17201698 user : str | NotGiven = NOT_GIVEN ,
1721- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
17221699 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
17231700 # The extra values given here take precedence over values defined on the client or passed to this method.
17241701 extra_headers : Headers | None = None ,
@@ -1907,10 +1884,6 @@ async def create(
19071884 similar requests and to help OpenAI detect and prevent abuse.
19081885 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
19091886
1910- verbosity: Constrains the verbosity of the model's response. Lower values will result in
1911- more concise responses, while higher values will result in more verbose
1912- responses. Currently supported values are `low`, `medium`, and `high`.
1913-
19141887 extra_headers: Send extra headers
19151888
19161889 extra_query: Add additional query parameters to the request
@@ -1951,7 +1924,6 @@ async def create(
19511924 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
19521925 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
19531926 user : str | NotGiven = NOT_GIVEN ,
1954- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
19551927 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
19561928 # The extra values given here take precedence over values defined on the client or passed to this method.
19571929 extra_headers : Headers | None = None ,
@@ -2140,10 +2112,6 @@ async def create(
21402112 similar requests and to help OpenAI detect and prevent abuse.
21412113 [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
21422114
2143- verbosity: Constrains the verbosity of the model's response. Lower values will result in
2144- more concise responses, while higher values will result in more verbose
2145- responses. Currently supported values are `low`, `medium`, and `high`.
2146-
21472115 extra_headers: Send extra headers
21482116
21492117 extra_query: Add additional query parameters to the request
@@ -2183,7 +2151,6 @@ async def create(
21832151 top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
21842152 truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
21852153 user : str | NotGiven = NOT_GIVEN ,
2186- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
21872154 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
21882155 # The extra values given here take precedence over values defined on the client or passed to this method.
21892156 extra_headers : Headers | None = None ,
@@ -2221,7 +2188,6 @@ async def create(
22212188 "top_p" : top_p ,
22222189 "truncation" : truncation ,
22232190 "user" : user ,
2224- "verbosity" : verbosity ,
22252191 },
22262192 response_create_params .ResponseCreateParamsStreaming
22272193 if stream
0 commit comments