@@ -6121,6 +6121,17 @@ Speech request.
6121
6121
| speed | number | The speed of the synthesized audio. Select a value from ` 0.25 ` to ` 4.0 ` . ` 1.0 ` is the default. | No | 1.0 |
6122
6122
| voice | enum | The voice to use for speech synthesis.<br >Possible values: ` alloy ` , ` echo ` , ` fable ` , ` onyx ` , ` nova ` , ` shimmer ` | Yes | |
6123
6123
6124
+ ### imageBackground
6125
+
6126
+ The desired appearance of the background of the image.
6127
+
6128
+ | Property | Value |
6129
+ | ----------| -------|
6130
+ | ** Description** | The desired appearance of the background of the image. |
6131
+ | ** Type** | string |
6132
+ | ** Default** | auto |
6133
+ | ** Values** | ` transparent ` </br >` opaque ` </br >` auto ` |
6134
+
6124
6135
### imageOutputFormat
6125
6136
6126
6137
The requested output format for the generated image.
@@ -6154,6 +6165,19 @@ The format in which the generated images are returned.
6154
6165
| ** Default** | url |
6155
6166
| ** Values** | ` url ` <br >` b64_json ` |
6156
6167
6168
+ ### imageSafety
6169
+
6170
+ The safety setting of the image generation process.
6171
+
6172
+ | Property | Value |
6173
+ | ----------| -------|
6174
+ | ** Description** | The safety setting of the image generation process. |
6175
+ | ** Type** | string |
6176
+ | ** Default** | auto |
6177
+ | ** Values** | ` strict ` </br >` auto ` |
6178
+
6179
+
6180
+
6157
6181
### imageSize
6158
6182
6159
6183
The size of the generated images.
@@ -6185,10 +6209,13 @@ The style of the generated images.
6185
6209
| quality | [ imageQuality] ( #imagequality ) | The quality of the image that will be generated. | No | standard (for DALL-E)</br >high (for GPT-image-1) |
6186
6210
| response_format | [ imagesResponseFormat] ( #imagesresponseformat ) | The format in which the generated images are returned. | No | url |
6187
6211
| size | [ imageSize] ( #imagesize ) | The size of the generated images. | No | 1024x1024 |
6188
- | style | [ imageStyle] ( #imagestyle ) | The style of the generated images. | No | vivid |
6212
+ | style | [ imageStyle] ( #imagestyle ) | The style of the generated images. (DALL-E 3 only) | No | vivid |
6189
6213
| user | string | A unique identifier representing your end-user, which can help to monitor and detect abuse. | No | |
6190
- | output_format | string | The format in which the generated images are returned. GPT-image-1 models only. | No | PNG |
6191
- | output_compression | integer | The compression level (on a scale of 0-100) of the generated images. GPT-image-1 | No | 0 |
6214
+ | output_format | string | The format in which the generated images are returned. (GPT-image-1 only) | No | PNG |
6215
+ | safety | [ imageSafety] ( #imagesafety ) | The safety setting of the image generation process. (GPT-image-1 only) | No | auto |
6216
+ | No | auto |
6217
+ | background | [ imageBackground] ( #imagebackground ) | The desired appearance of the background of the image. (GPT-image-1 only) | No | auto |
6218
+ | compression_level | integer | The compression level (on a scale of 0-100) of the generated images. (GPT-image-1 only) | No | 0 |
6192
6219
6193
6220
### imageEditsRequest
6194
6221
@@ -6202,10 +6229,9 @@ The style of the generated images.
6202
6229
| quality | string | The quality of the image that will be generated. Values are 'low', 'medium', 'high' | No | high |
6203
6230
| response_format | [ imagesResponseFormat] ( #imagesresponseformat ) | The format in which the generated images are returned. | No | url |
6204
6231
| size | [ imageSize] ( #imagesize ) | The size of the generated images. | No | 1024x1024 |
6205
- | style | [ imageStyle] ( #imagestyle ) | The style of the generated images. DALL-E 3 only. | No | vivid |
6206
6232
| user | string | A unique identifier representing your end-user, which can help to monitor and detect abuse. | No | |
6207
6233
| output_format | [ imageOutputFormat] ( #imageoutputformat ) | The format in which the generated images are returned. | No | PNG |
6208
- | output_compression | integer | The compression level (on a scale of 0-100) of the generated images. GPT-image-1 | No | 0 |
6234
+
6209
6235
6210
6236
6211
6237
0 commit comments