Models/Grok Imagine
AI Image & Video Model · xAI

Grok Imagine

xAI's fast image and video generation model, on one API.

TL;DR

Grok Imagine is xAI's fast text-to-image and text-to-video model. Through Renderful you can call it via one REST API — no xAI account needed — with pay-per-generation pricing and Python, Node.js, and cURL support.

What is Grok Imagine?

Grok Imagine is xAI's generative model for creating images and short videos from text prompts. It's known for fast generation, expressive motion, and a distinctive stylized look, and it powers the image/video features inside Grok.

Renderful gives you Grok Imagine through a single REST API — text-to-image, text-to-video, and image-to-video — alongside 200+ other models, with pay-per-generation pricing and no separate xAI account required.

What you can do with Grok Imagine

Text-to-Image

Generate stylized, high-detail images from a natural-language prompt.

Text-to-Video

Turn a prompt into a short animated clip with expressive motion.

Image-to-Video

Animate a still image while preserving its composition and subject.

One API

Call Grok Imagine the same way you call Sora, Veo, Kling, or Seedance.

Grok Imagine API pricing

Renderful offers pay-per-generation pricing for Grok Imagine with no monthly minimums. Rates below are live from the Grok Imagine models available on Renderful:

ModeModelStarting price
Text-to-VideoGrok Imagine Video$0.28/generation
Image-to-VideoGrok Imagine Video$0.28/generation
Text-to-ImageGrok Imagine Image$0.035/image

See the full pricing page for volume discounts and the free tier.

How to use the Grok Imagine API

Send a single POST request to generate with Grok Imagine, then receive the result via webhook or by polling. No xAI account required — just a Renderful API key.

POST/api/v1/generations
curl -X POST https://api.renderful.ai/api/v1/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xai/grok-imagine-video",
    "input": { "prompt": "your prompt here" },
    "webhook": "https://your-app.com/webhook"
  }'

Grok Imagine FAQ

Does Grok Imagine have an API?
xAI does not offer a widely available standalone Grok Imagine API. Renderful provides REST API access to Grok Imagine for text-to-image, text-to-video, and image-to-video, billed per generation.
How much does Grok Imagine cost through the API?
Renderful bills Grok Imagine per generation with no subscription or monthly minimum. See the live pricing table below for current per-generation rates by mode.
What can Grok Imagine generate?
Grok Imagine supports text-to-image, text-to-video, and image-to-video. It is well suited to stylized, expressive visuals and short animated clips.
Can I use Grok Imagine with Python or Node.js?
Yes. Renderful exposes Grok Imagine through a REST API with Python and JavaScript examples plus direct cURL access. See the documentation for code samples.

Start using Grok Imagine today

Create your Renderful account and get instant API access to Grok Imagine and 200+ other AI video and image models.