• 3 min read Kling video models are now available in AI Gateway, including the newest Kling 3.0 models. • Generate cinematic videos from text, images, or motion references with Kling’s state-of-the-art video models, now available through AI Gateway and AI SDK. • Kling models are known for their image to video models and multishot capabilities: Image-to-Video Capabilities: Strong at animating still images into video clips Realistic Motion and Physics: Known for coherent motion, facial expressions, and physical interactions High Resolution Output: Supports up to 1080p generation (pro mode) Multishot Narratives: Kling 3.0 can generate multi-scene videos from a single narrative prompt Audio Generation: Create synchronized sound effects and ambient audio alongside your video First & Last Frame Control: Specify both start and end frames for precise scene transitions Link to headingTwo 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 AI SDK 6’s generateVideo . • import { experimental_generateVideo as generateVideo } from ‘ai’; const { videos } = await generateVideo({ model: ‘klingai/kling-v2.6-t2v’, prompt: ‘A chef plates a dessert with caramel drizzle. • Kitchen ambiance.’,}); Gateway Playground: Experiment with video models with no code in the configurable AI Gateway playground that’s embedded in each model page.

Article Summaries:

  • Kling’s latest video models, including the new Kling 3.0, are now accessible through the AI Gateway and AI SDK. The models support image‑to‑video generation, realistic motion and physics, up to 1080p resolution, and a multishot feature that creates multi‑scene narratives from a single prompt. Additional capabilities include synchronized audio, first‑ and last‑frame control, and a “pro” mode for higher quality output. Video generation is in beta and available to Pro, Enterprise, and paid AI Gateway users. Developers can generate videos programmatically via the AI SDK’s generateVideo function or experiment with no‑code prompts in the Gateway Playground.
  • Google has launched its Veo video‑generation models on the AI Gateway, allowing users to create photorealistic videos with synchronized audio up to 1080p. The beta models-available to Pro, Enterprise, and paid AI Gateway subscribers-support native audio generation, image‑to‑video animation, and a fast mode for quicker iterations. Developers can access the models programmatically through AI SDK 6’s experimental_generateVideo function or experiment without code in the AI Gateway playground. The release includes example prompts for text‑to‑video, audio‑enabled scenes, and image‑to‑video workflows, with documentation and quick‑start scripts available for deeper integration.

Sources: