Grok Imagine Video 1.5 on AI Gateway - Vercel
TL;DR · AI Summary
Vercel integrates xAI's Grok Imagine Video 1.5 into AI Gateway, enabling unified model access and improved video generation quality and efficiency.
Key Takeaways
- Grok Imagine Video 1.5 is now available on Vercel AI Gateway via a single endpoi
- The new version shows significant improvements in video quality, coherence, and
- AI Gateway supports unified management of multiple models, simplifying integrati
Outline
Jump quickly between sections.
Vercel announces the integration of xAI's Grok Imagine Video 1.5 into AI Gateway.
Grok Imagine Video 1.5 demonstrates significant improvements in video quality, coherence, and stability.
Developers can seamlessly access multiple models through AI Gateway's unified endpoint.
Simplified integration process, reduced operational costs, and improved video generation efficiency.
Mindmap
See how the topics connect at a glance.
查看大纲文本(无障碍 / 无 JS 友好)
- Grok Imagine Video 1.5 on AI Gateway
- 模型能力
- 视频质量提升
- 连贯性增强
- 稳定性改进
- AI Gateway 集成
- 统一端点调用
- 多模型管理
- 简化集成
- 开发者收益
- 降低运维成本
- 提升生成效率
Highlights
Key sentences worth saving and sharing.
Grok Imagine Video 1.5 shows significant improvements in video quality, coherence, and stability.
Developers can access multiple models via a single endpoint on AI Gateway without separate integrations.
AI Gateway supports unified management and monitoring, reducing operational complexity.
Grok Imagine Video 1.5 on AI Gateway - Vercel
[](https://vercel.com/home)
- Products
- ##### AI Cloud
- AI Gateway One endpoint, all your models
- Sandbox Isolated, safe code execution
- Vercel Agent An agent that knows your stack
- AI SDK The AI Toolkit for TypeScript
- v0 Build applications with AI
- ##### Core Platform
- CI/CD Helping teams ship 6× faster
- Content Delivery Fast, scalable, and reliable
- Fluid Compute Servers, in serverless form
- Workflow Long-running workflows at scale
- Observability Trace every step
- ##### Security
- Bot Management Scalable bot protection
- BotID Invisible CAPTCHA
- Platform Security DDoS Protection, Firewall
- Web Application Firewall Granular, custom protection
- Resources
- ##### Company
- Customers Trusted by the best teams
- Blog The latest posts and changes
- Changelog See what shipped
- Press Read the latest news
- Events Join us at an event
- ##### Learn
- Docs Vercel documentation
- Academy Linear courses to level up
- Knowledge Base Find help quickly
- Community Join the conversation
- ##### Open Source
- Next.js The native Next.js platform
- Nuxt The progressive web framework
- Svelte The web’s efficient UI framework
- Turborepo Speed with Enterprise scale
- Solutions
- ##### Use Cases
- AI Apps Deploy at the speed of AI
- Composable Commerce Power storefronts that convert
- Marketing Sites Launch campaigns fast
- Multi-tenant Platforms Scale apps with one codebase
- Web Apps Ship features, not infrastructure
- ##### Tools
- Marketplace Extend and automate workflows
- Templates Jumpstart app development
- Partner Finder Get help from solution partners
- ##### Users
Ask AI
Ask AI
Grok Imagine Video 1.5 on AI Gateway
Authors


1 min read
Copy URL
Jun 3, 2026
Grok Imagine Video 1.5 from xAI is now available on AI Gateway. The model generates video from an input image with synchronized audio in a single pass.
This release improves audio quality, prompt following, and photorealism. Face accuracy and character consistency are stronger across longer sequences, with better lighting and physical realism in the output. Reference image support has been expanded to give more control over visual style and subject.
To use this model, set model to xai/grok-imagine-video-1.5-preview in the AI SDK. Chain an image model with Grok Imagine Video 1.5 to generate a still and animate it in one flow:
1import { generateImage, experimental_generateVideo as generateVideo } from 'ai';2
3const { images } = await generateImage({4 model: 'xai/grok-imagine-image',5 prompt: 'A white rabbit sprinting down a NYC sidewalk at midday.',6 aspectRatio: '16:9',7});8
9const image = images[0];10const imageDataUrl = `data:${image.mediaType};base64,${Buffer.from(image.uint8Array).toString('base64')}`;11
12const { videos } = await generateVideo({13 model: 'xai/grok-imagine-video-1.5-preview',14 prompt: {15 image: imageDataUrl,16 text: 'The rabbit darts past taxis as pigeons scatter.',17 },18 aspectRatio: '16:9',19 providerOptions: {20 xai: { resolution: '720p' },21 },22});You can also try this Grok Imagine Video 1.5 directly in the AI Gateway Playground.
AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, dynamic provider sorting by latency and cost, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Learn more about AI Gateway and view the AI Gateway model leaderboard.
Ready to deploy?Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.
Start DeployingTalk to an Expert
Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.
Get Started
Build
Scale
Secure
Resources
Learn
Frameworks
SDKs
Use Cases
Company
Community
[](https://vercel.com/home)
Loading status…Select a display theme:system light dark
Products
AI Gateway One endpoint, all your models
Sandbox Isolated, safe code execution
Vercel Agent An agent that knows your stack
AI SDK The AI Toolkit for TypeScript
CI/CD Helping teams ship 6× faster
Content Delivery Fast, scalable, and reliable
Fluid Compute Servers, in serverless form
Workflow Long-running workflows at scale
Observability Trace every step
Bot Management Scalable bot protection
Platform Security DDoS Protection, Firewall
Web Application Firewall Granular, custom protection
Resources
Customers Trusted by the best teams
Blog The latest posts and changes
Academy Linear courses to level up
Knowledge Base Find help quickly
Community Join the conversation
Next.js The native Next.js platform
Nuxt The progressive web framework
Svelte The web’s efficient UI framework
Turborepo Speed with Enterprise scale
Solutions
AI Apps Deploy at the speed of AI
Composable Commerce Power storefronts that convert
Marketing Sites Launch campaigns fast
Multi-tenant Platforms Scale apps with one codebase
Web Apps Ship features, not infrastructure
Marketplace Extend and automate workflows
Templates Jumpstart app development
Partner Finder Get help from solution partners