scenario-vidu
Scenario Vidu Video
Overview
Vidu, Shengshu Technology's video family on Scenario, ships one model per mode per tier instead of folding every mode into one model: the model name carries both the mode (T2V, I2V, Reference2V) and the tier (Q3, Q2, Q1, 2.0). Fifteen members were live at authoring time, so search the family, pick by name, and treat model_schema_get as the contract, since caps disagree at every tier boundary.
Connection and the core loop: see the scenario skill in this repo; model-agnostic video work: the scenario-video skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.
Quick reference
Choose the model line by what you hold (input names from the live schemas):
| You hold | Line | Key inputs |
|---|---|---|
| Text only | T2V | prompt, aspectRatio, duration, resolution |
| One still to animate | I2V | generationType: "image_to_video", images with one id |
| Start and end frames | I2V | generationType: "start_end_to_video", images with two |
| Identity references | Reference2V | images, up to 7 |