Grok Imagine 1.5 API logo - xAI AI video model
Built by xAI Live on the API

Grok Imagine 1.5 API

xAI's Grok Imagine 1.5 - one of the fastest video models available, perfect for rapid iteration and creative experiments.

Best for Speed-critical apps, interactive demos, chatbot video replies, and rapid A/B testing.

Provider
xAI
Max resolution
1080p
Avg. generation
~30s
Price
Plan included
  • No credit card
  • No xAI account needed
  • One key for 17 models

Access the Grok Imagine 1.5 video model via REST API on VideoGenAPI, with endpoints, a live playground and developer docs.

Interactive demo

Try Grok Imagine 1.5 right now

Explore the interface and see how easy it is to generate videos with Grok Imagine 1.5. Sign up for free to start creating!

Playground Demo - Grok Imagine 1.5
Demo Mode
magic_button AI Powered
Be specific for best results 0/1000
Sign up to generate videos
Create a free account to access the full playground and generate videos with Grok Imagine 1.5 on a monthly plan.
timer ~30s generation
rocket_launch Get Started Free

Demo Preview

Demo Mode
Grok Imagine 1.5
Grok Imagine 1.5
by xAI
Lightning-fast xAI's Grok Imagine 1.5 Video model perfect for quick prototyping and creative experimentation.
1080p • 5-10s • ~30s processing
Gallery

Grok Imagine 1.5 examples

Discover what's possible with Grok Imagine 1.5 AI video generation

A robot skateboarding through a futuristic city park, dynamic tracking shot, vibrant colors

Generated with the Grok Imagine 1.5 API at up to 1080p. Results vary with prompt detail and requested duration.

What is the Grok Imagine 1.5 API?

The Grok Imagine 1.5 API is a REST interface that lets developers generate AI videos programmatically using xAI's Grok Imagine 1.5 model. It supports text-to-video, image-to-video through a single POST endpoint. VideoGenAPI handles authentication, billing, and provider infrastructure - you only need one API key to start building with the Grok Imagine 1.5 API.

xAI
Provider
REST
API protocol
~30s
Avg. generation

How to use the Grok Imagine 1.5 API

Integrate the Grok Imagine 1.5 API in your app in under 5 minutes with these four steps.

  1. 1

    Create your VideoGenAPI account

    Sign up free at VideoGenAPI.com and generate your API key from the dashboard. No xAI account needed.

  2. 2

    Send a request to the Grok Imagine 1.5 API

    POST to https://videogenapi.com/api/v1/generate with your API key, model "grok-imagine-1-5", and a text prompt describing your video.

  3. 3

    Poll for completion

    Use the returned generation_id to poll GET /api/v1/status/{id} until the job completes. Video completion webhooks are not available yet.

  4. 4

    Download your video

    Once status is "completed", retrieve the video URL from the response and embed it in your app, website, or workflow.

Documentation

About Grok Imagine 1.5

info Overview

Grok Imagine 1.5 from xAI prioritizes speed without sacrificing decent visual quality. With ~30 second average processing, it's ideal for apps that need quick turnaround - chatbots that generate video, rapid prototyping tools, and interactive creative UIs. VideoGenAPI provides unified access alongside Google, OpenAI, and Kling models, so you can route fast requests to Grok and premium requests to Sora or Veo.

stars Key Strengths

  • check_circle ~30s average generation - among the fastest models
  • check_circle xAI Grok creative style with bold visuals
  • check_circle Text-to-video and image-to-video
  • check_circle 1080p output up to 10 seconds
  • check_circle Low cost for high-volume experimentation

check_circle Supported Features

  • Text to Video
  • Image to Video

settings Specifications

  • Max Resolution: 1080p
  • Duration Range: 5-10s
  • Avg. Processing: ~30s

workspace_premium Why Grok Imagine 1.5 via VideoGenAPI?

  • check_circle
    Unified API: Access Grok Imagine 1.5 alongside 16 other models with one API key - no separate xAI setup.
  • check_circle
    Pay-per-use: Included in your balance with transparent per-generation billing.
  • check_circle
    Production-ready: REST endpoints, status polling, webhooks, and comprehensive docs for fast integration.
Use cases

What you can build with Grok Imagine 1.5

1

Chatbot video replies

Let AI assistants generate video responses in near real-time.

2

Interactive creative tools

Power live preview UIs where users iterate quickly on prompts.

3

Meme & viral content

Produce fun, shareable clips at high volume with fast turnaround.

API reference

Grok Imagine 1.5 API documentation

Quick start guide to integrate Grok Imagine 1.5 in your application

code Endpoint

POST https://videogenapi.com/api/v1/generate

send Request Example

{
  "model": "grok-imagine-1-5",
  "prompt": "A robot skateboarding through a futuristic city park, dynamic tracking shot, vibrant colors",
  "duration": 10,
  "resolution": "480p"
}

download Response Example

{
  "success": true,
  "generation_id": "gen_abc123xyz",
  "status": "in_progress",
  "estimated_time": 30}

integration_instructions Code Examples

const response = await fetch('https://videogenapi.com/api/v1/generate', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    model: 'grok-imagine-1-5',
    prompt: 'A robot skateboarding through a futuristic city park, dynamic tracking shot, vibrant colors',
    duration: 10  })
});

const data = await response.json();
console.log(data.generation_id);
Pricing

Grok Imagine 1.5 API pricing

Grok Imagine 1.5 API pricing on VideoGenAPI monthly plans — see the cost calculator.

Included

Included in VideoGenAPI monthly plans from $29

  • check_circle One API key for Grok Imagine 1.5 and 16 other models
  • check_circle No xAI account required
  • check_circle Free signup with starter credits
Start with the Grok Imagine 1.5 API
Comparison

Grok Imagine 1.5 API vs alternatives

How the Grok Imagine 1.5 API compares on resolution, clip length, generation speed and price. All models below share one API key.

Comparison of the Grok Imagine 1.5 API against alternative AI video generation models on VideoGenAPI
Model Provider Max resolution Clip length Avg. speed Price / video
Grok Imagine 1.5 API This page xAI 1080p 5-10s ~30s Pay-as-you-go
Seedance 2 API ByteDance 1080p 5-10s ~30s Pay-as-you-go
Nano Banana API LanneTech 720p 5-10s ~50s Pay-as-you-go
LTX Video 2 API Lightricks 4K 6-10s ~30s Pay-as-you-go

Switching between these models means changing the grok-imagine-1-5 value in your request body. The endpoint, authentication and status polling stay the same.

Limits

Grok Imagine 1.5 API limitations

  • Plan duration and resolution caps apply even when the model supports higher output. See pricing.
  • Jobs are asynchronous: poll GET /api/v1/status/{id}. Video completion webhooks are not available yet.
  • Rate limits and fair-use throttling are documented on /docs/rate-limits.
  • Prompts and images that violate the content guidelines are rejected.
Reviewed by Enzo Lanne · Founder, VideoGenAPI ·
FAQ

Grok Imagine 1.5 API questions

How fast is the Grok Imagine 1.5 API? expand_more
Around 30 seconds per generation, tied with Seedance 2 as the fastest option on VideoGenAPI. For comparison, Sora 2 averages 110 seconds and Kling 3 around 250.
Can I use Grok Imagine 1.5 for real-time features? expand_more
Close to it. At roughly 30 seconds it is fast enough for a user to wait through with a progress indicator, which is what makes it viable for chatbot video replies and live preview interfaces.
Do I need an xAI or X Premium account? expand_more
No. VideoGenAPI handles the xAI integration, so a single VideoGenAPI key reaches Grok Imagine 1.5 alongside every other model.
What are the limits of Grok Imagine 1.5? expand_more
Clips run 5 to 10 seconds at up to 1080p. It is built for speed rather than maximum fidelity, so use Sora 2 or Veo 3.1 when a client is paying for the polish.
Does Grok Imagine 1.5 support image-to-video? expand_more
Yes. Both text-to-video and image-to-video work via POST /api/v1/generate with model "grok-imagine-1-5".

Ready to ship with Grok Imagine 1.5?

Create a key and call the Grok Imagine 1.5 API in minutes, plus 16 other models on the same endpoint.

No credit card required · Cancel anytime