@@ -196,6 +196,9 @@ def edit(
196196 responses that return partial images. Value must be between 0 and 3. When set to
197197 0, the response will be a single image sent in one streaming event.
198198
199+ Note that the final image may be sent before the full number of partial images
200+ are generated if the full image is generated more quickly.
201+
199202 quality: The quality of the image that will be generated. `high`, `medium` and `low` are
200203 only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality.
201204 Defaults to `auto`.
@@ -310,6 +313,9 @@ def edit(
310313 responses that return partial images. Value must be between 0 and 3. When set to
311314 0, the response will be a single image sent in one streaming event.
312315
316+ Note that the final image may be sent before the full number of partial images
317+ are generated if the full image is generated more quickly.
318+
313319 quality: The quality of the image that will be generated. `high`, `medium` and `low` are
314320 only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality.
315321 Defaults to `auto`.
@@ -420,6 +426,9 @@ def edit(
420426 responses that return partial images. Value must be between 0 and 3. When set to
421427 0, the response will be a single image sent in one streaming event.
422428
429+ Note that the final image may be sent before the full number of partial images
430+ are generated if the full image is generated more quickly.
431+
423432 quality: The quality of the image that will be generated. `high`, `medium` and `low` are
424433 only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality.
425434 Defaults to `auto`.
@@ -579,6 +588,9 @@ def generate(
579588 responses that return partial images. Value must be between 0 and 3. When set to
580589 0, the response will be a single image sent in one streaming event.
581590
591+ Note that the final image may be sent before the full number of partial images
592+ are generated if the full image is generated more quickly.
593+
582594 quality: The quality of the image that will be generated.
583595
584596 - `auto` (default value) will automatically select the best quality for the
@@ -690,6 +702,9 @@ def generate(
690702 responses that return partial images. Value must be between 0 and 3. When set to
691703 0, the response will be a single image sent in one streaming event.
692704
705+ Note that the final image may be sent before the full number of partial images
706+ are generated if the full image is generated more quickly.
707+
693708 quality: The quality of the image that will be generated.
694709
695710 - `auto` (default value) will automatically select the best quality for the
@@ -797,6 +812,9 @@ def generate(
797812 responses that return partial images. Value must be between 0 and 3. When set to
798813 0, the response will be a single image sent in one streaming event.
799814
815+ Note that the final image may be sent before the full number of partial images
816+ are generated if the full image is generated more quickly.
817+
800818 quality: The quality of the image that will be generated.
801819
802820 - `auto` (default value) will automatically select the best quality for the
@@ -1066,6 +1084,9 @@ async def edit(
10661084 responses that return partial images. Value must be between 0 and 3. When set to
10671085 0, the response will be a single image sent in one streaming event.
10681086
1087+ Note that the final image may be sent before the full number of partial images
1088+ are generated if the full image is generated more quickly.
1089+
10691090 quality: The quality of the image that will be generated. `high`, `medium` and `low` are
10701091 only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality.
10711092 Defaults to `auto`.
@@ -1180,6 +1201,9 @@ async def edit(
11801201 responses that return partial images. Value must be between 0 and 3. When set to
11811202 0, the response will be a single image sent in one streaming event.
11821203
1204+ Note that the final image may be sent before the full number of partial images
1205+ are generated if the full image is generated more quickly.
1206+
11831207 quality: The quality of the image that will be generated. `high`, `medium` and `low` are
11841208 only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality.
11851209 Defaults to `auto`.
@@ -1290,6 +1314,9 @@ async def edit(
12901314 responses that return partial images. Value must be between 0 and 3. When set to
12911315 0, the response will be a single image sent in one streaming event.
12921316
1317+ Note that the final image may be sent before the full number of partial images
1318+ are generated if the full image is generated more quickly.
1319+
12931320 quality: The quality of the image that will be generated. `high`, `medium` and `low` are
12941321 only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality.
12951322 Defaults to `auto`.
@@ -1449,6 +1476,9 @@ async def generate(
14491476 responses that return partial images. Value must be between 0 and 3. When set to
14501477 0, the response will be a single image sent in one streaming event.
14511478
1479+ Note that the final image may be sent before the full number of partial images
1480+ are generated if the full image is generated more quickly.
1481+
14521482 quality: The quality of the image that will be generated.
14531483
14541484 - `auto` (default value) will automatically select the best quality for the
@@ -1560,6 +1590,9 @@ async def generate(
15601590 responses that return partial images. Value must be between 0 and 3. When set to
15611591 0, the response will be a single image sent in one streaming event.
15621592
1593+ Note that the final image may be sent before the full number of partial images
1594+ are generated if the full image is generated more quickly.
1595+
15631596 quality: The quality of the image that will be generated.
15641597
15651598 - `auto` (default value) will automatically select the best quality for the
@@ -1667,6 +1700,9 @@ async def generate(
16671700 responses that return partial images. Value must be between 0 and 3. When set to
16681701 0, the response will be a single image sent in one streaming event.
16691702
1703+ Note that the final image may be sent before the full number of partial images
1704+ are generated if the full image is generated more quickly.
1705+
16701706 quality: The quality of the image that will be generated.
16711707
16721708 - `auto` (default value) will automatically select the best quality for the
0 commit comments