Google Veo 3.1 is the latest state-of-the-art generative video model designed to transform text and image prompts into high-fidelity cinematic visuals. Building upon its predecessors, Veo 3.1 features significant upgrades in prompt adherence, visual realism, and native audio generation, creating 8-second clips with synchronized sound effects and dialogue.
Google Veo 3.1 is the latest state-of-the-art generative video model designed to transform text and image prompts into high-fidelity cinematic visuals. Building upon its predecessors, Veo 3.1 features significant upgrades in prompt adherence, visual realism, and native audio generation, creating 8-second clips with synchronized sound effects and dialogue.
まだ動画はありません。フォームを送信して動画を生成してください。
さまざまなユースケースとパラメータ設定を確認できます
透明な価格設定、隠れた手数料なし。使用量に応じてお支払い。
| ルールとモダリティ | Channel | クレジット | 価格(USD) | 公式/参考価格 | 1日の節約額 |
|---|---|---|---|---|---|
veo-3-1-fast-image-to-video-4K videoGoogleresolution: 4k | Starter | 5per run | $0.023 | - | - |
veo-3-1-fast-text-to-video-1080p videoGoogleresolution: 1080p | Starter | 5per run | $0.023 | - | - |
veo-3-1-fast-text-to-video-720p videoGoogleresolution: 720p | Starter | 5per run | $0.023 | - | - |
Veo 3.1 の完全ガイド
Google の Veo 3.1 Fast モデルで、驚くほど美しい AI 動画を超高速に生成。迅速なコンテンツ制作向けに最適化されています。
Google Veo 3.1 Fast は、Google の速度最適化された動画生成モデルで、わずかな時間で高品質な動画を生成します。text-to-video、frame-to-video、参照ベースの動画生成に対応しており、迅速なプロトタイピング、ソーシャルメディア向けコンテンツ、大量の動画制作に最適です。
テキスト説明だけで完全な動画を生成できます。シーンと動きを説明するだけです
開始フレームと終了フレームの画像を指定すると、Veo がその間を滑らかなアニメーション遷移でつなぎます
参照画像を視覚的な素材として使用し、生成される動画のスタイルや内容をガイドします
品質重視のモデルより最大 3 倍高速に高品質な動画を生成でき、時間制約のあるプロジェクトや迅速な反復に最適です。
クリエイティブのニーズに合わせて、テキストプロンプト、キーフレーム画像、参照素材から柔軟に動画を作成できます。
シンプルな手順で API を使い始めましょう
アカウントを作成し、ダッシュボードから API キーを取得します
入力内容に応じて、text_to_video、frames_to_video、または ingredients_to_video を選択します
動画の内容、カメラワーク、遷移を詳しく説明するプロンプトを作成します
リクエストを送信すると、数分で高品質な動画を受け取れます
最適な結果を得るには、これらのガイドラインに従ってください
「slow pan left」「zoom in」「tracking shot」「aerial view」など、具体的なカメラ指示を含めます
被写体の動きを説明します: 「walking slowly」「wind blowing through hair」「waves crashing」など
開始状態と終了状態を精密に制御するには、慎重に選んだキーフレームとともに frames_to_video を使用します
TikTok、Instagram Reels、YouTube Shorts 向けの魅力的な動画コンテンツをすばやく生成できます
プロモーション動画、製品紹介、広告コンテンツを迅速に作成できます
本格的な制作に投資する前に、動画コンセプトをすばやくプロトタイプ化できます
数時間ではなく数分で動画を取得できます。大量制作や時間に制約のあるプロジェクトに最適です
ワークフローに合わせて、テキスト、キーフレーム、参照画像から柔軟に作成できます
プロ品質の出力を維持しながら、動画制作コストを削減できます
すべてのAPIはBearer Tokenによる認証が必要です。
Authorization: Bearer
新しい Google Veo 3.1 Fast 動画生成タスクを作成します
この API は、以下の構造の JSON ペイロードを受け付けます:
1{
2 "model": "string",
3 "callBackUrl": "string (optional)",
4 "input": "{ ... }",
5 "channel": "auto"
6}model必要string使用するモデル名
"google/veo-3-1-fast"
callBackUrlオプションstringタスク完了通知用のコールバック URL
"https://your-domain.com/api/callback"
channelオプションstringchannel パラメータを使用して、APIPASS 内の対応するプロバイダーを指定できます。これらのプロバイダーが実際の画像および動画生成タスクを処理します。APIPASS は現在、3 つのプロバイダーオプションを提供しています:
channel パラメータのデフォルト値は auto です。有効にすると、APIPASS はリアルタイムの価格と安定性指標に基づいて、利用可能なプロバイダー間でタスクを自動的に割り当て、コストの最小化と信頼性の高いパフォーマンスのバランスを取ります。カスタムルーティング要件がない限り、デフォルト値の auto を維持してください。
利用可能なオプション:
auto
input オブジェクトには以下のパラメータが含まれます:
input.prompt必要stringシーン、動き、カメラワークを含む動画のテキスト説明
input.aspect_ratio必要enum: ['LANDSCAPE', 'PORTRAIT']生成される動画のアスペクト比
LANDSCAPE (16:9) または PORTRAIT (9:16)
input.video_generate_type必要enum: ['text_to_video', 'frames_to_video', 'ingredients_to_video']動画生成モード
text_to_video: プロンプトのみ; frames_to_video: 開始/終了フレーム; ingredients_to_video: 参照画像
input.imagesオプションarrayframes_to_video(1〜2 枚の開始/終了フレーム)または ingredients_to_video(参照画像)用の画像
frames_to_video および ingredients_to_video モードでは必須
1curl -X POST "https://api.apipass.dev/api/v1/jobs/createTask" \
2 -H "Content-Type: application/json" \
3 -H "Authorization: Bearer YOUR_API_KEY" \
4 -d '{
5 "model": "google/veo-3-1-fast",
6 "input": {
7 "prompt": "A drone shot flying over a tropical beach with crystal clear water, palm trees swaying in the breeze",
8 "aspect_ratio": "LANDSCAPE",
9 "video_generate_type": "text_to_video"
10 }
11}'1{
2 "code": 200,
3 "message": "success",
4 "data": {
5 "taskId": "task_12345678"
6 }
7}codeステータスコード。成功時は 200
messageレスポンスメッセージ
data.taskIdステータス照会用のタスク ID

ByteDance
ByteDance
開始価格
0 クレジット
ByteDance
ByteDance
開始価格
0 クレジット
ByteDance
ByteDance
Turn text, images, video clips, and audio into cinematic, audio-synced videos with a single API call.
開始価格
0 クレジット
MiniMax
MiniMax
開始価格
0 クレジット
ByteDance
ByteDance
Generate cinematic 4K AI videos up to 30 seconds with Seedance 2.5's multimodal power.
開始価格
0 クレジット
wan
wan
開始価格
0 クレジット
Runway
Runway
開始価格
0 クレジット
Kling
Kling
Transform text prompts and images into high-quality videos with advanced AI. Generate cinematic content with customizable duration, aspect ratio, and audio capabilities.
開始価格
0 クレジット
MiniMax
MiniMax
Generate high-quality AI videos from text prompts or images with MiniMax's Hailuo 2.3 model. Support for both 6s and 10s durations, 768p and 1080p resolutions, with intelligent prompt optimization.
開始価格
0 クレジット
grok
grok
Grok Imagine is xAI’s AI video generation model for creating high-quality videos with realistic motion, native audio, and synchronized speech. Grok Imagine 1.5 introduces faster generation speeds, improved motion physics, and stronger visual consistency for modern AI video applications.
開始価格
0 クレジット
Luma
Luma
開始価格
0 クレジット
Kling
Kling
Kling v3 video generation model, supports text-to-video and image-to-video, up to 15 seconds, 1080p pro mode
開始価格
0 クレジット
wan
wan
Generate videos with cinematic consistency by reimagining existing footage through high-fidelity visual transformation and structural control.
開始価格
0 クレジット
開始価格
0 クレジット
grok
grok
開始価格
0 クレジット
kling
kling
開始価格
0 クレジット