You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image(s) to edit. Must be a supported image file or an array of images. For the GPT image models, each image should be a `png`, `webp`, or `jpg` file less than 50MB. You can provide up to 16 images. For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
96
+
The image(s) to edit. Must be a supported image file or an array of images. For the GPT image models, each image should be a `png`, `webp`, or `jpg` file less than 50MB. You can provide up to 16 images.
97
97
98
98
```yaml
99
99
Type: String[]
@@ -104,7 +104,7 @@ Position: Named
104
104
105
105
### -Prompt
106
106
(Required)
107
-
A text description of the desired image(s). The maximum length is 32000 characters for the GPT image models, 1000 characters for `dall-e-2` and 4000 characters for `dall-e-3`.
107
+
A text description of the desired image(s). The maximum length is 32000 characters for the GPT image models.
108
108
109
109
```yaml
110
110
Type: String
@@ -122,7 +122,7 @@ Position: Named
122
122
```
123
123
124
124
### -Model
125
-
The model to use for image generation. Only `dall-e-2` and the GPT image models are supported. Defaults to `dall-e-2` unless a parameter specific to the GPT image models is used.
125
+
The model to use for image generation. Defaults to `gpt-image-2`.
126
126
127
127
```yaml
128
128
Type: String
@@ -145,8 +145,6 @@ Default value: 1
145
145
The quality of the image that will be generated.
146
146
- `auto`(default value) will automatically select the best quality for the given model.
147
147
- `high`, `medium` and `low` are supported for the GPT image models.
148
-
- `hd`and `standard` are supported for `dall-e-3`.
0 commit comments