Grok Imagine Video API
価格: $0.035 - 0.049(~ 2.38 - 3.332 credits) per second
本番ワークロード向けの安定したマネージドアクセスです。ダッシュボード請求、API キー管理、予測しやすい統合動作が必要な場合に適しています。
すべてのバージョンで同じ API エンドポイントを使用し、異なるのは model パラメータのみです。
Click Generate to see preview
履歴
最大20件0 実行中 · 0 完了
生成結果は24時間保存されます。必要なものはお早めにダウンロードしてください。
Pricing
| Model | Mode | resolution | Price |
|---|---|---|---|
| Grok Imagine 1.0 Text to Video | Text to Video | 480p | $0.035/ second(2.38 Credits) |
| Grok Imagine 1.0 Text to Video | Text to Video | 720p | $0.049/ second(3.332 Credits) |
If an upstream route is unavailable, EvoLink can use the next available option where fallback coverage exists, helping teams keep costs and operations predictable.
クリエイティブな動画生成のためのxAI Grok Imagine Video API
テキストまたは画像から動画を生成します。公式1.0モデルは1~15秒、Betaモデルは6~30秒に対応し、fun・normal・spicyのスタイルモードを選べます。

Grok Imagine Video APIでできること



Grok Imagine Video APIを選ぶ理由
Grok Imagine Video APIは、独自のスタイルモードを備えた柔軟な動画生成で、クリエイティブなコンテンツ制作を支えます。
複数のスタイルモード
Betaモデルではfun・normal・spicyから選び、クリエイティブな狙いやコンテンツの要件に合わせられます。
テキストと画像の両方に対応
テキストプロンプトから動画を生成したり、手元の画像に自然な動きを与えたりできます。
柔軟な長さ設定
公式1.0モデルでは1~15秒、Betaモデルでは6~30秒の動画を作成でき、プラットフォームに応じて複数のアスペクト比を選べます。
Grok Imagine Video APIの使い方
次の手順でGrok Imagine Video APIから動画を生成します。
入力を準備する
テキストプロンプトを書くか、画像から動画への生成に使う画像URLを用意します。
パラメータを設定する
長さ(1.0は1~15秒、Betaは6~30秒)、スタイルモード(Betaのみ:fun/normal/spicy)、テキストから動画の場合はアスペクト比を設定します。
生成してダウンロードする
リクエストを送信し、動画が生成でき次第ダウンロードします。
Grok Imagine Video APIの主な機能
xAIによる強力な動画生成機能。
テキストから動画
テキストの説明から直接動画を生成でき、パラメータも細かく調整できます。
画像から動画
静止画を、自然な動きのあるダイナミックな動画に変換します。
スタイルモード
Betaモデルではfun・normal・spicyから選び、異なるクリエイティブな効果を得られます。
柔軟な長さ設定
公式1.0モデルでは1~15秒、Betaモデルでは6~30秒の動画を生成できます。
アスペクト比
公式1.0モデルは16:9、9:16、4:3、3:4、3:2、2:3、1:1のアスペクト比に対応し、Betaモデルは16:9、9:16、1:1、2:3、3:2に対応します。
かんたんな統合
EvoLinkの統合インターフェースからシンプルにAPIを組み込めます。
Grok Imagine Video APIのよくある質問
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/videos/generationsCreate Video
Grok Imagine 1.0 Text to Video (grok-imagine-video-1.0-t2v) - Generate video from text prompt.
Asynchronous processing mode, use the returned task ID to .
This model accepts text input only; passing image_urls returns an error.
Generated video links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: grok-imagine-video-1.0-t2vVideo generation model name.
grok-imagine-video-1.0-t2vpromptstringRequiredText prompt describing the video content to generate.
A cat playing piano in a cozy roomdurationintegerOptionalDefault: 6Video duration in seconds. Any integer from 1 to 15.
Notes
- Range: 1 ~ 15 seconds (step 1)
6qualitystringOptionalDefault: 480pVideo resolution quality.
| Value | Description |
|---|---|
| 480p | Standard definition (default) |
| 720p | High definition |
480paspect_ratiostringOptionalDefault: 16:9Video aspect ratio.
| Value | Description |
|---|---|
| 16:9 | Landscape |
| 9:16 | Portrait |
| 4:3 | Landscape |
| 3:4 | Portrait |
| 3:2 | Landscape |
| 2:3 | Portrait |
| 1:1 | Square |
16:9callback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- HTTPS only
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/video-completed