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
# @param prompt [String] Text prompt that describes how to edit the source video.
24
24
#
25
-
# @param video [OpenAI::Models::VideoEditParams::Video] Reference to the completed video to edit.
25
+
# @param video [Pathname, StringIO, IO, String, OpenAI::FilePart, OpenAI::Models::VideoEditParams::Video::VideoReferenceInputParam] Reference to the completed video to edit.
# Some parameter documentations has been truncated, see
@@ -34,21 +34,35 @@ class VideoExtendParams < OpenAI::Internal::Type::BaseModel
34
34
#
35
35
# @param seconds [Symbol, OpenAI::Models::VideoSeconds] Length of the newly generated extension segment in seconds (allowed values: 4, 8
36
36
#
37
-
# @param video [OpenAI::Models::VideoExtendParams::Video] Reference to the completed video to extend.
37
+
# @param video [OpenAI::Models::VideoExtendParams::Video::VideoReferenceInputParam, Pathname, StringIO, IO, String, OpenAI::FilePart] Reference to the completed video.
# @param prompt [String] Text prompt that describes how to edit the source video.
149
148
#
150
-
# @param video [OpenAI::Models::VideoEditParams::Video] Reference to the completed video to edit.
149
+
# @param video [Pathname, StringIO, IO, String, OpenAI::FilePart, OpenAI::Models::VideoEditParams::Video::VideoReferenceInputParam] Reference to the completed video to edit.
# @param seconds [Symbol, OpenAI::Models::VideoSeconds] Length of the newly generated extension segment in seconds (allowed values: 4, 8
179
178
#
180
-
# @param video [OpenAI::Models::VideoExtendParams::Video] Reference to the completed video to extend.
179
+
# @param video [OpenAI::Models::VideoExtendParams::Video::VideoReferenceInputParam, Pathname, StringIO, IO, String, OpenAI::FilePart] Reference to the completed video.
0 commit comments