Grok Imagine Video
Grok Imagine Video is xAI's fast, text-, image-, and reference-conditioned video generation model. It produces short videos (1–15 seconds, 24 fps) at 480p or 720p across seven aspect ratios - 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, and 2:3. The model supports three generation modes: text-to-video from a prompt alone, image-to-video that animates a still input, and reference-to-video that grounds the output in up to seven reference images for consistent characters, styles, or settings.
Pricing
💱 匯率 USD/NTD = 31.58 · 不含稅 · 更新於 2026/06/10
Technical specifications
Quick Start
Use Grok Imagine Video via BazaarLink API — just change the base_url:
from openai import OpenAI
client = OpenAI(
base_url="https://bazaarlink.ai/api/v1",
api_key="sk-bl-YOUR_API_KEY",
)
response = client.chat.completions.create(
model="grok-imagine-video",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://bazaarlink.ai/api/v1",
apiKey: "sk-bl-YOUR_API_KEY",
});
const response = await client.chat.completions.create({
model: "grok-imagine-video",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);Why use Grok Imagine Video via BazaarLink?
- ✓USD billing (TWD-quoted) + unified invoices — no foreign credit card needed for Taiwan teams
- ✓OpenAI-compatible API — zero code changes required
- ✓Automatic failover — multi-provider redundancy for the same model
- ✓Chinese-language support — local team, instant help
Frequently Asked Questions
What is Grok Imagine Video?
Grok Imagine Video is xAI's fast, text-, image-, and reference-conditioned video generation model. It produces short videos (1–15 seconds, 24 fps) at 480p or 720p across seven aspect ratios - 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, and 2:3. The model supports three generation modes: text-to-video from a prompt alone, image-to-video that animates a still input, and reference-to-video that grounds the output in up to seven reference images for consistent characters, styles, or settings.
How much does the Grok Imagine Video API cost?
Grok Imagine Video costs $0.0000 per 1K input tokens and $0.0000 per 1K output tokens when accessed through BazaarLink.
How do I use Grok Imagine Video with the OpenAI SDK?
Set base_url to "https://bazaarlink.ai/api/v1" and use model ID "grok-imagine-video". All OpenAI SDK methods (chat.completions, embeddings, streaming) work without code changes.
What is the context window for Grok Imagine Video?
Grok Imagine Video supports a context window of 0 tokens.
Is Grok Imagine Video available for free?
Yes — Grok Imagine Video is available at no cost through BazaarLink's free tier. No credit card required.