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
# Some parameter documentations has been truncated, see
84
99
# {OpenAI::Models::ImageEditParams} for more details.
85
100
#
86
-
# @param image [Pathname, StringIO, IO, OpenAI::FilePart, Array<Pathname, StringIO, IO, OpenAI::FilePart>] The image(s) to edit. Must be a supported image file or an array of images. For
87
-
# ...
101
+
# @param image [Pathname, StringIO, IO, OpenAI::FilePart, Array<Pathname, StringIO, IO, OpenAI::FilePart>] The image(s) to edit. Must be a supported image file or an array of images. ...
88
102
#
89
103
# @param prompt [String] A text description of the desired image(s). The maximum length is 1000 character
90
104
# ...
91
105
#
106
+
# @param background [Symbol, OpenAI::Models::ImageEditParams::Background, nil] Allows to set transparency for the background of the generated image(s). ...
107
+
#
92
108
# @param mask [Pathname, StringIO, IO, OpenAI::FilePart] An additional image whose fully transparent areas (e.g. where alpha is zero) ind
93
109
# ...
94
110
#
@@ -111,10 +127,13 @@ class ImageEditParams < OpenAI::Internal::Type::BaseModel
# @param detail [Symbol, OpenAI::Models::Responses::ResponseInputImage::Detail] The detail level of the image to be sent to the model. One of `high`, ...
40
+
# @param detail [Symbol, OpenAI::Models::Responses::ResponseInputImage::Detail] The detail level of the image to be sent to the model. One of `high`, `low`, or
41
+
# ...
41
42
#
42
-
# @param file_id [String, nil] The ID of the file to be sent to the model. ...
43
+
# @param file_id [String, nil] The ID of the file to be sent to the model.
43
44
#
44
-
# @param image_url [String, nil] The URL of the image to be sent to the model. A fully qualified URL or ...
45
+
# @param image_url [String, nil] The URL of the image to be sent to the model. A fully qualified URL or base64 en
46
+
# ...
45
47
#
46
-
# @param type [Symbol, :input_image] The type of the input item. Always `input_image`. ...
48
+
# @param type [Symbol, :input_image] The type of the input item. Always `input_image`.
47
49
48
50
# The detail level of the image to be sent to the model. One of `high`, `low`, or
49
51
# `auto`. Defaults to `auto`.
@@ -52,8 +54,8 @@ class ResponseInputImage < OpenAI::Internal::Type::BaseModel
0 commit comments