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
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/image_generator.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In Sim, the DALL-E integration enables your agents to generate images programmat
29
29
30
30
## Usage Instructions
31
31
32
-
Integrate Image Generator into the workflow. Can generate images using DALL-E 3or GPT Image.
32
+
Integrate Image Generator into the workflow. Can generate images using DALL-E 3, GPT Image 1, or GPT Image 2.
33
33
34
34
35
35
@@ -43,12 +43,14 @@ Generate images using OpenAI
43
43
44
44
| Parameter | Type | Required | Description |
45
45
| --------- | ---- | -------- | ----------- |
46
-
|`model`| string | Yes | The model to use \(gpt-image-1 or dall-e-3\)|
46
+
|`model`| string | Yes | The model to use \(dall-e-3, gpt-image-1, or gpt-image-2\)|
47
47
|`prompt`| string | Yes | A text description of the desired image |
48
-
|`size`| string | Yes | The size of the generated images \(1024x1024, 1024x1792, or 1792x1024\)|
49
-
|`quality`| string | No | The quality of the image \(standard or hd\)|
50
-
|`style`| string | No | The style of the image \(vivid or natural\)|
51
-
|`background`| string | No | The background color, only for gpt-image-1 |
48
+
|`size`| string | Yes | Image size. dall-e-3: 1024x1024, 1024x1792, or 1792x1024. gpt-image-1: auto, 1024x1024, 1536x1024, or 1024x1536. gpt-image-2: auto or any size with edges ≤3840px and multiples of 16 \(e.g. 1024x1024, 1536x1024, 1024x1536, 2560x1440, 3840x2160\). |
0 commit comments