We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69ae7 commit 2c30020Copy full SHA for 2c30020
images.go
@@ -42,6 +42,7 @@ type ImgReq struct {
42
Size *string `json:"size,omitempty"`
43
ResponseFormat *string `json:"response_format,omitempty"`
44
User *string `json:"user,omitempty"`
45
+ Quality *string `json:"quality,omitempty"`
46
}
47
48
// ImageRes is returned by the Image generation.
0 commit comments