@@ -173,6 +173,9 @@ def create(
173173 effort can result in faster responses and fewer tokens used on reasoning in a
174174 response.
175175
176+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
177+ effort.
178+
176179 response_format: Specifies the format that the model must output. Compatible with
177180 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
178181 [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -327,6 +330,9 @@ def create(
327330 effort can result in faster responses and fewer tokens used on reasoning in a
328331 response.
329332
333+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
334+ effort.
335+
330336 response_format: Specifies the format that the model must output. Compatible with
331337 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
332338 [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -477,6 +483,9 @@ def create(
477483 effort can result in faster responses and fewer tokens used on reasoning in a
478484 response.
479485
486+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
487+ effort.
488+
480489 response_format: Specifies the format that the model must output. Compatible with
481490 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
482491 [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -1603,6 +1612,9 @@ async def create(
16031612 effort can result in faster responses and fewer tokens used on reasoning in a
16041613 response.
16051614
1615+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1616+ effort.
1617+
16061618 response_format: Specifies the format that the model must output. Compatible with
16071619 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
16081620 [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -1757,6 +1769,9 @@ async def create(
17571769 effort can result in faster responses and fewer tokens used on reasoning in a
17581770 response.
17591771
1772+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1773+ effort.
1774+
17601775 response_format: Specifies the format that the model must output. Compatible with
17611776 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
17621777 [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
@@ -1907,6 +1922,9 @@ async def create(
19071922 effort can result in faster responses and fewer tokens used on reasoning in a
19081923 response.
19091924
1925+ Note: The `gpt-5-pro` model defaults to (and only supports) `high` reasoning
1926+ effort.
1927+
19101928 response_format: Specifies the format that the model must output. Compatible with
19111929 [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
19121930 [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
0 commit comments