Skip to content

Commit 9a4f029

Browse files
committed
fix ref docs
1 parent 4066f25 commit 9a4f029

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
@@ -6163,7 +6163,7 @@ The size of the generated images.
61636163
| **Description** | The size of the generated images. |
61646164
| **Type** | string |
61656165
| **Default** | 1024x1024 |
6166-
| **Values** | `256x256`<br>`512x512`<br>`1792x1024`<br>`1024x1792`<br>`1024x1024` |
6166+
| **Values** | `256x256`, `512x512`, `1792x1024`, `1024x1792`, `1024x1024` (for DALL-E)</br>`1024x1024`, `1024x1536`, `1536x1024` (for GPT-image-1) |
61676167

61686168
### imageStyle
61696169

@@ -6202,7 +6202,7 @@ The style of the generated images.
62026202
| quality | string | The quality of the image that will be generated. Values are 'low', 'medium', 'high' | No | high |
62036203
| response_format | [imagesResponseFormat](#imagesresponseformat) | The format in which the generated images are returned. | No | url |
62046204
| size | [imageSize](#imagesize) | The size of the generated images. | No | 1024x1024 |
6205-
| style | [imageStyle](#imagestyle) | The style of the generated images. | No | vivid |
6205+
| style | [imageStyle](#imagestyle) | The style of the generated images. DALL-E 3 only. | No | vivid |
62066206
| user | string | A unique identifier representing your end-user, which can help to monitor and detect abuse. | No | |
62076207
| output_format | [imageOutputFormat](#imageoutputformat) | The format in which the generated images are returned. | No | PNG |
62086208
| output_compression | integer | The compression level (on a scale of 0-100) of the generated images. GPT-image-1 | No | 0 |

0 commit comments

Comments
 (0)