Video generation now supports async polling and webhooks
ai@7.0.50
Patch Changes
-
79e133c: async APIs for generateVideo (poll, webhook)
Adds an asynchronous start/status flow to the experimental video model interface (
VideoModelV4): models may now implementdoStart,doStatus, andhandleWebhookOptioninstead of (or in addition to)doGenerate, andexperimental_generateVideoacceptspollandwebhookoptions to orchestrate completion via polling or webhooks. Polling configuration can use a custom delay implementation for durable workflow compatibility. -
da64b51: feat(code-mode): simplify tool caller configuration
-
Updated dependencies [79e133c]
Fetched August 4, 2026

