Skip to main content

Crate musevideo_client

Crate musevideo_client 

Source
Expand description

Typed primitives for assembling Muse Video generation jobs.

The crate stays deliberately small: a fluent VideoRequest builder and an AspectRatio enum, with optional Serde support behind the serde feature. It models the shape of a job — it does not perform any network I/O.

Structs§

VideoRequest
A single video generation job, built up fluently from a prompt.

Enums§

AspectRatio
Output aspect ratios supported by a generation job.