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§
- Video
Request - A single video generation job, built up fluently from a prompt.
Enums§
- Aspect
Ratio - Output aspect ratios supported by a generation job.