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:
| Mode | Model | Starting price |
|---|---|---|
| Text-to-Video | Grok Imagine Video | $0.28/generation |
| Image-to-Video | Grok Imagine Video | $0.28/generation |
| Text-to-Image | Grok 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.
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?
How much does Grok Imagine cost through the API?
What can Grok Imagine generate?
Can I use Grok Imagine with Python or Node.js?
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.