@@ -146,7 +146,8 @@ def edit(
146146 """Creates an edited or extended image given one or more source images and a
147147 prompt.
148148
149- This endpoint only supports `gpt-image-1` and `dall-e-2`.
149+ This endpoint supports GPT Image models (`gpt-image-1.5`, `gpt-image-1`,
150+ and `gpt-image-1-mini`) and `dall-e-2`.
150151
151152 Args:
152153 image: The image(s) to edit. Must be a supported image file or an array of images.
@@ -260,7 +261,8 @@ def edit(
260261 """Creates an edited or extended image given one or more source images and a
261262 prompt.
262263
263- This endpoint only supports `gpt-image-1` and `dall-e-2`.
264+ This endpoint supports GPT Image models (`gpt-image-1.5`, `gpt-image-1`,
265+ and `gpt-image-1-mini`) and `dall-e-2`.
264266
265267 Args:
266268 image: The image(s) to edit. Must be a supported image file or an array of images.
@@ -374,7 +376,8 @@ def edit(
374376 """Creates an edited or extended image given one or more source images and a
375377 prompt.
376378
377- This endpoint only supports `gpt-image-1` and `dall-e-2`.
379+ This endpoint supports GPT Image models (`gpt-image-1.5`, `gpt-image-1`,
380+ and `gpt-image-1-mini`) and `dall-e-2`.
378381
379382 Args:
380383 image: The image(s) to edit. Must be a supported image file or an array of images.
@@ -1039,7 +1042,8 @@ async def edit(
10391042 """Creates an edited or extended image given one or more source images and a
10401043 prompt.
10411044
1042- This endpoint only supports `gpt-image-1` and `dall-e-2`.
1045+ This endpoint supports GPT Image models (`gpt-image-1.5`, `gpt-image-1`,
1046+ and `gpt-image-1-mini`) and `dall-e-2`.
10431047
10441048 Args:
10451049 image: The image(s) to edit. Must be a supported image file or an array of images.
@@ -1153,7 +1157,8 @@ async def edit(
11531157 """Creates an edited or extended image given one or more source images and a
11541158 prompt.
11551159
1156- This endpoint only supports `gpt-image-1` and `dall-e-2`.
1160+ This endpoint supports GPT Image models (`gpt-image-1.5`, `gpt-image-1`,
1161+ and `gpt-image-1-mini`) and `dall-e-2`.
11571162
11581163 Args:
11591164 image: The image(s) to edit. Must be a supported image file or an array of images.
@@ -1267,7 +1272,8 @@ async def edit(
12671272 """Creates an edited or extended image given one or more source images and a
12681273 prompt.
12691274
1270- This endpoint only supports `gpt-image-1` and `dall-e-2`.
1275+ This endpoint supports GPT Image models (`gpt-image-1.5`, `gpt-image-1`,
1276+ and `gpt-image-1-mini`) and `dall-e-2`.
12711277
12721278 Args:
12731279 image: The image(s) to edit. Must be a supported image file or an array of images.
0 commit comments