AI Gateway now supports video generation, so you can create cinematic videos with photorealistic quality, synchronized audio, generate personalized content with consistent identity, all through AI SDK 6. Link to heading Two ways to get started Video generation is in beta and currently available for Pro and Enterprise plans and paid AI Gateway users. AI SDK 6 : Generate videos programmatically with the same interface you use for text and images. One API, one authentication flow, one observability dashboard across your entire AI pipeline. import { experimental_generateVideo as generateVideo } from 'ai' ; const { videos } = await generateVideo ( { model : 'xai/grok-imagine-video' , prompt : 'A golden retriever catching a frisbee mid-air at the beach' , } ) ; AI Gateway Playground : Experiment with video models with no code in the configurable AI Gateway playground that's embedded in each model page. Compare providers, tweak prompts, and download results without writing code.…