Vercel AI Gateway Adds Async Video Jobs
Vercel AI Gateway now runs video generation as background jobs, supporting webhooks, short polling, or immediate job starts with later status checks. The update removes long-running video renders from request lifecycles and makes production workflows more resilient.
Asynchronous video generation is the infrastructure feature video apps needed most: it turns fragile long requests into durable, trackable jobs.
- –Webhooks eliminate polling when your backend can receive completion events
- –startVideo and getVideoStatus let serverless functions, queues, and parallel workers outlive the initiating process
- –Polling remains a practical fallback for systems that cannot receive webhooks
- –Developers must persist operation state and account for expiring provider-hosted video URLs
- –This is especially timely as AI Gateway users report intermittent timeout and abort issues under production load.
DISCOVERED
1d ago
2026-08-25
PUBLISHED
1d ago
2026-08-25
RELEVANCE
AUTHOR
vercel_dev