Skip to content

Commit fb69ae7

Browse files
committed
image size+quality
1 parent 400d747 commit fb69ae7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

images.go

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ const (
77
ImageResponseFormatURL = "url"
88
ImageResponseFormatB64JSON = "b64_json"
99

10-
ImageSize256 = "256x256"
11-
ImageSize512 = "512x512"
12-
ImageSize1024 = "1024x1024"
10+
ImageSize256 = "256x256"
11+
ImageSize512 = "512x512"
12+
ImageSize1024 = "1024x1024"
13+
ImageSize1024x1792 = "1024x1792"
14+
ImageSize1792x1024 = "1792x1024"
15+
16+
ImageQualityStandard = "standard"
17+
ImageQualityHD = "hd"
1318

1419
ImageModelDallE2 = "dall-e-2"
1520
ImageModelDallE3 = "dall-e-3"

0 commit comments

Comments
 (0)