grok-imagine-video-1.5-preview API
透過 RunAPI 使用 Grok Imagine 系列的 grok-imagine-video-1.5-preview。按次收費,無需訂閱,失敗的生成不扣費。
curl -X POST https://runapi.ai/api/v1/grok_imagine/text_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-video-1.5-preview",
"prompt": "Generate a short video of a robot hand placing a chess piece on a board, dramatic lighting, slow motion."
}'
import { GrokImagineClient } from "@runapi.ai/grok-imagine";
const client = new GrokImagineClient();
const result = await client.textToVideo.run({
model: "grok-imagine-video-1.5-preview",
prompt: "Generate a short video of a robot hand placing a chess piece on a board, dramatic lighting, slow motion.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\GrokImagine\GrokImagineClient;
$client = new GrokImagineClient();
$result = $client->textToVideo->run([
'model' => 'grok-imagine-video-1.5-preview',
'prompt' => 'Generate a short video of a robot hand placing a chess piece on a board, dramatic lighting, slow motion.',
]);
require "runapi/grok_imagine"
client = RunApi::GrokImagine::Client.new
result = client.text_to_video.run(
model: "grok-imagine-video-1.5-preview",
prompt: "Generate a short video of a robot hand placing a chess piece on a board, dramatic lighting, slow motion."
)
npx skills add runapi-ai/grok-imagine -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
grok-imagine-video-1.5-preview 針對 Grok Imagine 系列中品質與成本的最佳平衡點。
- 按次收費,美元計價
- 生成失敗不收費
- 如模型支援,提供串流輸出
- Model skill setup
收費
技術詳情
| 模型 ID | grok-imagine-video-1.5-preview |
| 供應商 | xAI |
| 模式 | video |
| 任務類型 | asynchronous |
| 計費單位 | second |
| API endpoint | /api/v1/grok_imagine/text_to_video |
| 商業授權 | 是 — 已透過 API 包含 |
| 目錄狀態 | 可正常運作 |
快速開始 — grok-imagine-video-1.5-preview
結構一致 · variant 已固定於 model 中
# Install the model skill for app development workflows
npx skills add runapi-ai/grok-imagine -g
Install the Grok Imagine skill for this app: 1. Add runapi-ai/grok-imagine with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
四步使用 grok-imagine-video-1.5-preview
安裝
為此模型系列安裝 model skill。
設定
將 model 欄位設為本頁顯示的完整 model ID。
呼叫
連同 prompt、inputs 及 callback 設定,送出一個 typed request。
接收
從 RunAPI 讀取 task response、webhook callback 或 cached output URL。
grok-imagine-video-1.5-preview 有咩不同
Video 1.5 preview; text/image input; auto aspect ratio; up to 15s
Prompt-guided style transfer and composition editing from one source image
Video 1.5 preview; text/image input; auto aspect ratio; up to 15s
Input image becomes frame 1; animates with motion + camera
Video 1.5 preview; text/image input; auto aspect ratio; up to 15s
Aurora model; 7 aspect ratios; realistic/artistic/anime styles
最適合
廣告及社交內容
由文字 brief 生成產品發佈短片同短版廣告,將製作時間由幾星期縮短到幾個鐘。
電子學習
無需攝影機或團隊,都可以大規模將課程腳本轉成動畫解說影片。
創作者流程
直接由 prompt 為社交平台製作易爆紅的短內容。
關於 grok-imagine-video-1.5-preview 的常見問題
模型 ID 會否在不同版本之間保持穩定?
RunAPI 會保持 model ID 穩定,並處理相容的版本更新,而不需要改動你的 request 格式。
這個 variant 的 rate limit 係多少?
每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。
之後可以切換 variant 嗎?
可以——variant 只係一個旗標。只要更改 model 參數就可以切換。
支援 streaming 嗎?
在可用 streaming 的情況下,RunAPI 會端到端串流。
我應該在邊度回報品質問題?
可以在公開 GitHub repo 開 issue,或者電郵支援團隊。