@@ -6121,6 +6121,17 @@ Speech request.
61216121| 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 |
61226122| voice | enum | The voice to use for speech synthesis.<br >Possible values: ` alloy ` , ` echo ` , ` fable ` , ` onyx ` , ` nova ` , ` shimmer ` | Yes | |
61236123
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+
61246135### imageOutputFormat
61256136
61266137The requested output format for the generated image.
@@ -6154,6 +6165,19 @@ The format in which the generated images are returned.
61546165| ** Default** | url |
61556166| ** Values** | ` url ` <br >` b64_json ` |
61566167
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+
61576181### imageSize
61586182
61596183The size of the generated images.
@@ -6185,10 +6209,13 @@ The style of the generated images.
61856209| quality | [ imageQuality] ( #imagequality ) | The quality of the image that will be generated. | No | standard (for DALL-E)</br >high (for GPT-image-1) |
61866210| response_format | [ imagesResponseFormat] ( #imagesresponseformat ) | The format in which the generated images are returned. | No | url |
61876211| 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 |
61896213| 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 |
61926219
61936220### imageEditsRequest
61946221
@@ -6202,10 +6229,9 @@ The style of the generated images.
62026229| quality | string | The quality of the image that will be generated. Values are 'low', 'medium', 'high' | No | high |
62036230| response_format | [ imagesResponseFormat] ( #imagesresponseformat ) | The format in which the generated images are returned. | No | url |
62046231| 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 |
62066232| user | string | A unique identifier representing your end-user, which can help to monitor and detect abuse. | No | |
62076233| 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+
62096235
62106236
62116237
0 commit comments