Vercel Adds xAI Grok Imagine Video 1.5 for Terminal Generation

VercelVercel

ยท Updated

Vercel has integrated xAI's Grok Imagine Video 1.5 model into its AI CLI, enabling users to generate videos directly from the terminal. This update expands the CLI's multimodal capabilities, offering a command-line interface for creating video content using an initial image and a text prompt. It provides developers and AI agents with direct access to a high-performing video generation model for programmatic workflows.

Vercel has integrated xAI's Grok Imagine Video 1.5 model into its AI CLI, an open-source command-line interface. Users can now generate videos directly from their terminal by providing an input image and a text prompt using the ai video command.
Install Command
`npm install -g ai-cli`
Required Node.js Version
20+
Video Generation Command
`ai video -i <frame-1.png> "<prompt>" -m grok-imagine-video-1.5-preview`
Video Generation Timeout
300 seconds
Output Format
`.mp4` (interactive), raw binary (piped)
License
Apache-2.0

The AI CLI provides multimodal generation for human users and AI agents, leveraging the Vercel AI Gateway for model access. Integrating Grok Imagine Video 1.5 enhances the CLI's video creation, as the model has achieved top performance in image-to-video benchmarks. This makes powerful AI models accessible via developer-friendly interfaces.

Developers can install the AI CLI via npm to programmatically create video content. The tool supports piping images via standard input or specifying them with a flag, enabling flexible workflows for creative automation and agentic coding.

Chris Tate
Chris Tate
@ctatedev
X

Grok Imagine Video 1.5 now on AI CLI Generate videos from your terminal: ๐šŠ๐š’ ๐šŸ๐š’๐š๐šŽ๐š˜ -๐š’ &lt;๐š๐š›๐šŠ๐š–๐šŽ-๐Ÿท.๐š™๐š—๐š&gt; "&lt;๐š™๐š›๐š˜๐š–๐š™๐š&gt;" -๐š– ๐š๐š›๐š˜๐š”-๐š’๐š–๐šŠ๐š๐š’๐š—๐šŽ-๐šŸ๐š’๐š๐šŽ๐š˜-๐Ÿท.๐Ÿป-๐š™๐š›๐šŽ๐šŸ๐š’๐šŽ๐š  https://t.co/HlmUWNDnPT

21likes
View on X

Still wondering? A few quick answers below.

The Vercel AI CLI is an open-source command-line interface that allows users to generate text, images, and video directly from their terminal. It integrates with various AI models through the Vercel AI Gateway, providing a unified interface for multimodal AI generation.

xAI's Grok Imagine Video 1.5 model is now available on the Vercel AI CLI. This model enables users to create videos from an initial image input combined with a text prompt, expanding the CLI's creative capabilities.

After installing the AI CLI via `npm`, you can use the `ai video` command. You provide an input image using the `-i` flag and a text prompt, specifying `grok-imagine-video-1.5-preview` as the model to generate your video.

The AI CLI requires Node.js version 20 or higher. It also needs an AI Gateway API key or a provider-specific key, such as an `OPENAI_API_KEY`, to authenticate and access the integrated AI models for generation tasks.

Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards โ†’

Share this update