
AIテキストから画像生成ツール
主要AI画像モデル、柔軟な設定、高速なブラウザベースのワークフローで、プロンプトから洗練された画像を作成できます。
Black Forest Labsの動画延長APIでFLUX 3を無料でお試しください。ネイティブオーディオ、視覚的一貫性、表現力豊かな動き、まとまりのあるシーンを保ちながら動画を延長できます。最長20秒まで延長できます。
// Step 1: Submit generation request
const response = await fetch('https://api.flaq.ai/api/v1/video/task', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model_name: 'flux-3.0-video-extend',
prompt: 'Continue the scene as the subject walks toward the skyline',
resolution: '1080p',
aspect_ratio: '16:9',
video_url: 'https://example.com/source-video.mp4',
duration: 10,
sound: true
})
});
const { data } = await response.json();
const taskId = data.task_id;
// Step 2: Poll for results
const taskId = data.task_id;
const pollResult = async (taskId) => {
const res = await fetch(`https://api.flaq.ai/api/v1/video/${taskId}`, {
headers: { 'Authorization': 'Bearer YOUR_API_KEY' }
});
return res.json();
};
while (true) {
const pollResultData = await pollResult(taskId);
const status = pollResultData.data.task_status;
if (status === 'succeed') {
console.log(pollResultData.data.task_result.videos[0].url);
break;
}
if (status === 'failed') {
console.error(pollResultData.data.task_status_msg);
break;
}
await new Promise(resolve => setTimeout(resolve, 10000));
}
# Step 1: Submit generation request
import requests
response = requests.post(
'https://api.flaq.ai/api/v1/video/task',
headers={
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
json={
'model_name': 'flux-3.0-video-extend',
'prompt': 'Continue the scene as the subject walks toward the skyline',
'resolution': '1080p',
'aspect_ratio': '16:9',
'video_url': 'https://example.com/source-video.mp4',
'duration': 10,
'sound': True
}
)
result = response.json()
task_id = result['data']['task_id']
# Step 2: Poll for results
task_id = response.json()['data']['task_id']
poll_url = f"https://api.flaq.ai/api/v1/video/{task_id}"
while True:
poll_result = requests.get(poll_url, headers={'Authorization': 'Bearer YOUR_API_KEY'}).json()
status = poll_result['data']['task_status']
if status == 'succeed':
print(poll_result['data']['task_result']['videos'][0]['url'])
break
if status == 'failed':
print(poll_result['data']['task_status_msg'])
break
time.sleep(10)
# Step 1: Submit generation request
curl -X POST https://api.flaq.ai/api/v1/video/task \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model_name": "flux-3.0-video-extend",
"prompt": "Continue the scene as the subject walks toward the skyline",
"resolution": "1080p",
"aspect_ratio": "16:9",
"video_url": "https://example.com/source-video.mp4",
"duration": 10,
"sound": true
}'
# Step 2: Poll for results
# Replace {task_id} with the task_id returned from the submit response
curl -X GET "https://api.flaq.ai/api/v1/video/{task_id}" \
-H "Authorization: Bearer YOUR_API_KEY"
| パラメータ | 料金 | 元の料金 | 割引 |
|---|
Black Forest Labs FLUX 3 Video Extend API は、新たに生成した動きとオプションのネイティブ オーディオによって既存のクリップを続けます。このモデルはソース動画の最終的な視覚状態、勢い、フレーミング、シーンのロジックを引き継ぎ、その後、 自然言語の指示に従って次の瞬間を生成します。Flaq AI を通じて、開発者や制作チームは、 静止フレームからやり直すことなく、ストーリーの続き、キャンペーン素材の延長、キャラクターのアクションの継続、つながりのある動画シーケンスの構築を 行えます。
注記
ソース動画、プロンプト、および FLUX 3 で生成するコンテンツが、Black Forest Labs の利用要件と安全性に関する 要件に準拠していることを確認してください。より予測しやすい結果を得るには、明確な継続プロンプトと、終盤が安定しているソースクリップを 使用してください。
Video Extend と FLUX 3 Text-to-Video の比較
Text-to-Video は、記述したコンセプトから新しいクリップを作成します。Video Extend は既存のシーケンスから始まり、その
最終フレーム、動き、フレーミング、シーンのロジックを次に生成する瞬間へ引き継ぎます。
FLUX 3 と Veo 3.1 Scene Extension の比較
Veo 3.1 は Google の動画エコシステム内でシーン延長機能を提供します。FLUX 3 は、
プロンプトガイドによる継続に、オプションのネイティブオーディオと映像・音声イベントの統合モデルを組み合わせた、独立した API ワークフローを提供します。
FLUX 3 と Runway 動画ワークフローの比較
Runway は幅広いクリエイティブプラットフォームを通じて動画生成と編集を提供します。FLUX 3 Video Extend は、
シーンを考慮した動き、フレーミング、オプションの音声によって、既存のクリップを先へ進めることに重点を置いています。
FLUX 3 と Seedance 2.0 Video Extension の比較
Seedance 2.0 は、豊富な参照入力によるマルチモーダルな動画継続と編集に対応しています。FLUX 3 は、
画像、動画、音声を統合的に学習し、つながりのあるシーンロジックを重視した選択肢を提供します。
FLUX 3 と Kling 3.0 の比較
Kling 3.0 は、映画的表現やキャラクター重視のワークフロー向けに制御可能な動画生成を提供します。FLUX 3 の継続
ルートは、オプションのネイティブオーディオ、マルチモーダルなワールドモデリング、ソースクリップからプロンプトで指示する延長によって
差別化されています。
ブラウザで画像と動画のクイックワークフロー向けAI制作ツールを複数試し、成功したアイデアをFlaq AIの本番対応モデルAPIで拡張できます。Flaq AIはすべてのモデルに統合APIレイヤーを提供し、ワークフローを簡単に利用・拡張できます。