Patch Changes
-
ad6a650: feat(video): allow
aspectRatio: 'adaptive'ongenerateVideoSome video models derive the output ratio from the input and reject explicit
{width}:{height}values — BytePlus Seedance 2.5 does this for first-frame,
first-and-last-frame, editing, and extension tasks.aspectRatioon
VideoModelV3CallOptions,VideoModelV4CallOptions, and
experimental_generateVideois now`${number}:${number}` | 'adaptive', so
those calls no longer need a type assertion. Support is provider-specific.