Skip to content

@ai-sdk/provider@3.0.15

Choose a tag to compare

@github-actions github-actions released this 11 Aug 05:00
· 1691 commits to main since this release
1ea9ae3

Patch Changes

  • 2171d15: feat(video): allow aspectRatio: 'adaptive' on generateVideo

    Some 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. aspectRatio on
    VideoModelV3CallOptions, and
    experimental_generateVideo is now `${number}:${number}` | 'adaptive', so
    those calls no longer need a type assertion. Support is provider-specific.