T
traeai
Sign in
返回首页
Vercel News

Grok Imagine Video 1.5 on AI Gateway - Vercel

7.5Score
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.

  1. Vercel announces the integration of xAI's Grok Imagine Video 1.5 into AI Gateway.

  2. Grok Imagine Video 1.5 demonstrates significant improvements in video quality, coherence, and stability.

  3. Developers can seamlessly access multiple models through AI Gateway's unified endpoint.

  4. 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.

    Paragraph 2

    ⬇︎ 下载 PNG𝕏 分享到 X
  • Developers can access multiple models via a single endpoint on AI Gateway without separate integrations.

    Paragraph 3

    ⬇︎ 下载 PNG𝕏 分享到 X
  • AI Gateway supports unified management and monitoring, reducing operational complexity.

    Paragraph 4

    ⬇︎ 下载 PNG𝕏 分享到 X
#Vercel#AI Gateway#Grok Imagine#Video Generation#Multi-Model
Open original article

Grok Imagine Video 1.5 on AI Gateway - Vercel

Skip to content

[](https://vercel.com/home)

  • Products
  • ##### Core Platform
  • Resources
  • ##### Company
  • ##### Learn
  • ##### Open Source
  • Solutions
  • ##### Use Cases
  • ##### Tools
  • ##### Users

Ask AI

Ask AI

Log In

Sign UpSign Up

Dashboard

Image 1

Blog/Changelog

Grok Imagine Video 1.5 on AI Gateway

Authors

Image 2

![Image 3](https://twitter.com/shaper)![Image 4](https://twitter.com/jerilynzheng)

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:

code
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.

Explore Enterprise

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

v0 Build applications with AI

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

BotID Invisible CAPTCHA

Platform Security DDoS Protection, Firewall

Web Application Firewall Granular, custom protection

Resources

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

Docs Vercel documentation

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

Platform Engineers Automate away repetition

Design Engineers Deploy for every idea

AI may generate inaccurate information. Please verify important content.