class RubyLLM::Video

A Video is a generated clip. Save it with save or read the raw bytes with to_blob. Both handle hosted URLs and inline data.

video = RubyLLM.animate("a paper boat sailing down a rainy gutter")
video.save("boat.mp4")