@@ -102,7 +102,6 @@ def create(
102
102
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
103
103
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
104
104
user : str | NotGiven = NOT_GIVEN ,
105
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
106
105
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
107
106
# The extra values given here take precedence over values defined on the client or passed to this method.
108
107
extra_headers : Headers | None = None ,
@@ -291,10 +290,6 @@ def create(
291
290
similar requests and to help OpenAI detect and prevent abuse.
292
291
[Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
293
292
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
-
298
293
extra_headers: Send extra headers
299
294
300
295
extra_query: Add additional query parameters to the request
@@ -335,7 +330,6 @@ def create(
335
330
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
336
331
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
337
332
user : str | NotGiven = NOT_GIVEN ,
338
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
339
333
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
340
334
# The extra values given here take precedence over values defined on the client or passed to this method.
341
335
extra_headers : Headers | None = None ,
@@ -524,10 +518,6 @@ def create(
524
518
similar requests and to help OpenAI detect and prevent abuse.
525
519
[Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
526
520
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
-
531
521
extra_headers: Send extra headers
532
522
533
523
extra_query: Add additional query parameters to the request
@@ -568,7 +558,6 @@ def create(
568
558
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
569
559
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
570
560
user : str | NotGiven = NOT_GIVEN ,
571
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
572
561
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
573
562
# The extra values given here take precedence over values defined on the client or passed to this method.
574
563
extra_headers : Headers | None = None ,
@@ -757,10 +746,6 @@ def create(
757
746
similar requests and to help OpenAI detect and prevent abuse.
758
747
[Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
759
748
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
-
764
749
extra_headers: Send extra headers
765
750
766
751
extra_query: Add additional query parameters to the request
@@ -800,7 +785,6 @@ def create(
800
785
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
801
786
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
802
787
user : str | NotGiven = NOT_GIVEN ,
803
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
804
788
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
805
789
# The extra values given here take precedence over values defined on the client or passed to this method.
806
790
extra_headers : Headers | None = None ,
@@ -838,7 +822,6 @@ def create(
838
822
"top_p" : top_p ,
839
823
"truncation" : truncation ,
840
824
"user" : user ,
841
- "verbosity" : verbosity ,
842
825
},
843
826
response_create_params .ResponseCreateParamsStreaming
844
827
if stream
@@ -1485,7 +1468,6 @@ async def create(
1485
1468
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
1486
1469
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
1487
1470
user : str | NotGiven = NOT_GIVEN ,
1488
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
1489
1471
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
1490
1472
# The extra values given here take precedence over values defined on the client or passed to this method.
1491
1473
extra_headers : Headers | None = None ,
@@ -1674,10 +1656,6 @@ async def create(
1674
1656
similar requests and to help OpenAI detect and prevent abuse.
1675
1657
[Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
1676
1658
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
-
1681
1659
extra_headers: Send extra headers
1682
1660
1683
1661
extra_query: Add additional query parameters to the request
@@ -1718,7 +1696,6 @@ async def create(
1718
1696
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
1719
1697
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
1720
1698
user : str | NotGiven = NOT_GIVEN ,
1721
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
1722
1699
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
1723
1700
# The extra values given here take precedence over values defined on the client or passed to this method.
1724
1701
extra_headers : Headers | None = None ,
@@ -1907,10 +1884,6 @@ async def create(
1907
1884
similar requests and to help OpenAI detect and prevent abuse.
1908
1885
[Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
1909
1886
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
-
1914
1887
extra_headers: Send extra headers
1915
1888
1916
1889
extra_query: Add additional query parameters to the request
@@ -1951,7 +1924,6 @@ async def create(
1951
1924
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
1952
1925
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
1953
1926
user : str | NotGiven = NOT_GIVEN ,
1954
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
1955
1927
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
1956
1928
# The extra values given here take precedence over values defined on the client or passed to this method.
1957
1929
extra_headers : Headers | None = None ,
@@ -2140,10 +2112,6 @@ async def create(
2140
2112
similar requests and to help OpenAI detect and prevent abuse.
2141
2113
[Learn more](https://platform.openai.com/docs/guides/safety-best-practices#safety-identifiers).
2142
2114
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
-
2147
2115
extra_headers: Send extra headers
2148
2116
2149
2117
extra_query: Add additional query parameters to the request
@@ -2183,7 +2151,6 @@ async def create(
2183
2151
top_p : Optional [float ] | NotGiven = NOT_GIVEN ,
2184
2152
truncation : Optional [Literal ["auto" , "disabled" ]] | NotGiven = NOT_GIVEN ,
2185
2153
user : str | NotGiven = NOT_GIVEN ,
2186
- verbosity : Optional [Literal ["low" , "medium" , "high" ]] | NotGiven = NOT_GIVEN ,
2187
2154
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
2188
2155
# The extra values given here take precedence over values defined on the client or passed to this method.
2189
2156
extra_headers : Headers | None = None ,
@@ -2221,7 +2188,6 @@ async def create(
2221
2188
"top_p" : top_p ,
2222
2189
"truncation" : truncation ,
2223
2190
"user" : user ,
2224
- "verbosity" : verbosity ,
2225
2191
},
2226
2192
response_create_params .ResponseCreateParamsStreaming
2227
2193
if stream
0 commit comments