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 model to use for image generation. Only `dall-e-2` and `gpt-image-1` are
@@ -83,13 +83,13 @@ class ImageEditParams < OpenAI::Internal::Type::BaseModel
83
83
# Some parameter documentations has been truncated, see
84
84
# {OpenAI::Models::ImageEditParams} for more details.
85
85
#
86
-
# @param image [Pathname, StringIO, Array<Pathname, StringIO>] The image(s) to edit. Must be a supported image file or an array of images. For
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
87
# ...
88
88
#
89
89
# @param prompt [String] A text description of the desired image(s). The maximum length is 1000 character
90
90
# ...
91
91
#
92
-
# @param mask [Pathname, StringIO] An additional image whose fully transparent areas (e.g. where alpha is zero) ind
92
+
# @param mask [Pathname, StringIO, IO, OpenAI::FilePart] An additional image whose fully transparent areas (e.g. where alpha is zero) ind
93
93
# ...
94
94
#
95
95
# @param model [String, Symbol, OpenAI::Models::ImageModel, nil] The model to use for image generation. Only `dall-e-2` and `gpt-image-1` are sup
@@ -118,14 +118,14 @@ class ImageEditParams < OpenAI::Internal::Type::BaseModel
0 commit comments