Skip to content

Commit 8832b53

Browse files
committed
update ref doc
1 parent 450d13f commit 8832b53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6134,11 +6134,11 @@ The desired appearance of the background of the image.
61346134

61356135
### imageOutputFormat
61366136

6137-
The requested output format for the generated image.
6137+
The format in which the generated images are returned.
61386138

61396139
| Property | Value |
61406140
|----------|-------|
6141-
| **Description** | The requested output format for the generated image. |
6141+
| **Description** | The format in which the generated images are returned. |
61426142
| **Type** | string |
61436143
| **Default** | PNG |
61446144
| **Values** | `PNG`<br>`JPEG` |
@@ -6211,7 +6211,7 @@ The style of the generated images.
62116211
| size | [imageSize](#imagesize) | The size of the generated images. | No | 1024x1024 |
62126212
| style | [imageStyle](#imagestyle) | The style of the generated images. (DALL-E 3 only)| No | vivid |
62136213
| user | string | A unique identifier representing your end-user, which can help to monitor and detect abuse. | No | |
6214-
| output_format | string | The format in which the generated images are returned. (GPT-image-1 only) | No | PNG |
6214+
| output_format | [imageOutputFormat](#imageoutputformat) | The format in which the generated images are returned. (GPT-image-1 only) | No | PNG |
62156215
| safety | [imageSafety](#imagesafety) | The safety setting of the image generation process. (GPT-image-1 only) | No | auto |
62166216
| No | auto |
62176217
| background | [imageBackground](#imagebackground) | The desired appearance of the background of the image. (GPT-image-1 only) | No | auto |

0 commit comments

Comments
 (0)