@@ -173,6 +173,9 @@ def create(
173
173
effort can result in faster responses and fewer tokens used on reasoning in a
174
174
response.
175
175
176
+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
177
+ effort.
178
+
176
179
response_format: Specifies the format that the model must output. Compatible with
177
180
[GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
178
181
[GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -327,6 +330,9 @@ def create(
327
330
effort can result in faster responses and fewer tokens used on reasoning in a
328
331
response.
329
332
333
+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
334
+ effort.
335
+
330
336
response_format: Specifies the format that the model must output. Compatible with
331
337
[GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
332
338
[GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -477,6 +483,9 @@ def create(
477
483
effort can result in faster responses and fewer tokens used on reasoning in a
478
484
response.
479
485
486
+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
487
+ effort.
488
+
480
489
response_format: Specifies the format that the model must output. Compatible with
481
490
[GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
482
491
[GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -1603,6 +1612,9 @@ async def create(
1603
1612
effort can result in faster responses and fewer tokens used on reasoning in a
1604
1613
response.
1605
1614
1615
+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1616
+ effort.
1617
+
1606
1618
response_format: Specifies the format that the model must output. Compatible with
1607
1619
[GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
1608
1620
[GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -1757,6 +1769,9 @@ async def create(
1757
1769
effort can result in faster responses and fewer tokens used on reasoning in a
1758
1770
response.
1759
1771
1772
+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1773
+ effort.
1774
+
1760
1775
response_format: Specifies the format that the model must output. Compatible with
1761
1776
[GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
1762
1777
[GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -1907,6 +1922,9 @@ async def create(
1907
1922
effort can result in faster responses and fewer tokens used on reasoning in a
1908
1923
response.
1909
1924
1925
+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1926
+ effort.
1927
+
1910
1928
response_format: Specifies the format that the model must output. Compatible with
1911
1929
[GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
1912
1930
[GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
0 commit comments