Skip to content

Commit f735193

Browse files
committed
rm tbd
1 parent 57806fb commit f735193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/api-versions/latest-inference-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ Generates an image based on an input image and text prompt instructions. Require
13571357

13581358
| Name | Type | Description | Required | Default |
13591359
|------|------|-------------|----------|---------|
1360-
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. tbd | Yes | |
1360+
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. | Yes | |
13611361
| n | integer | The number of images to generate. | No | 1 |
13621362
| prompt | string | A text description of how the input image should be edited. The maximum length is 4000 characters. | Yes | |
13631363
| mask | file | A mask image to define the area of the input image that the model should edit, using fully transparent pixels (alpha of zero) in those areas. Must be a valid image URL or base64-encoded image. | No | |
@@ -6195,7 +6195,7 @@ The style of the generated images.
61956195

61966196
| Name | Type | Description | Required | Default |
61976197
|------|------|-------------|----------|---------|
6198-
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. tbd | Yes | |
6198+
| image | file | The input image to edit. Must be a valid image URL or base64-encoded image. | Yes | |
61996199
| n | integer | The number of images to generate. | No | 1 |
62006200
| prompt | string | A text description of how the input image should be edited. The maximum length is 4000 characters. | Yes | |
62016201
| mask | file | A mask image to define the area of the input image that the model should edit, using fully transparent pixels (alpha of zero) in those areas. Must be a valid image URL or base64-encoded image. | No | |

0 commit comments

Comments
 (0)