
テキストから画像
テキストプロンプトからAI画像を作成
Kling O3 Std APIによるコスト効率の高い画像アニメーション。抜群のモーション品質と高並列処理安定性を低価格で実現し、多彩な用途や大規模案件でも高いコストパフォーマンスでパフォーマンスを引き出します。開発者やチームが画像、動画、またはマルチモーダル生成フローへ接続しやすいモデルです。まず生成効果を試し、デザイン、広告素材、バッチ制作、自動化されたコンテンツワークフローに活用できます。
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: 'kling-video-o3-std-image-to-video',
prompt: 'Gentle wind in hair, shallow depth of field',
image_url: 'https://example.com/input.jpg',
duration: 5,
sound: false
})
});
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));
}
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': 'kling-video-o3-std-image-to-video',
'prompt': 'Gentle wind in hair, shallow depth of field',
'image_url': 'https://example.com/input.jpg',
'duration': 5,
'sound': False
}
)
task_id = response.json()['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)
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": "kling-video-o3-std-image-to-video",
"prompt": "Gentle wind in hair, shallow depth of field",
"image_url": "https://example.com/input.jpg",
"duration": 5,
"sound": false
}'
# 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"
| パラメータ | 料金 | 元の料金 | 割引 |
|---|
Kuaishou Kling Video O3 Standard Image-to-Video API は、開発者とクリエイティブチーム向けに費用対効果の高いプロダクショングレードの AI 動画アニメーションを提供します。この MVL ベースの画像-動画 API 統合により、静止画像を 3〜15 秒の長さのプロフェッショナルな動画クリップに変換でき、オプションのオーディオエフェクトも利用できます。Kuaishou のマルチモーダルビジュアル言語(MVL)アーキテクチャに基づいて構築された Kling Video O3 Standard モデルは、視覚スタイルとシーンの一貫性を維持しながら、Flaq AI 上でスケーラブルなプロダクションワークフローのためのリアルなモーションアニメーションを提供します。
注意 プロンプトが Kuaishou のコンテンツ安全ガイドラインに準拠していることを確認してください。エラーが発生した場合は、プロンプトで制限されたコンテンツを確認し、調整してから再試行してください。
Kling Video O3 Standard vs. Kling Video O3 Pro Image-to-Video Kling Video O3 Pro は、より高い品質重視の価格帯で強化されたモーション忠実度とプレミアムレンダリング品質を提供します。Kling Video O3 Standard は、より手頃な価格帯で強力な MVL ベースのアニメーション品質を提供し、コスト効率が優先される大量アニメーションワークフローに適した選択です。
Kling Video O3 Standard vs. Kling 3.0 Standard Image-to-Video Kling 3.0 Standard は、コスト重視のワークフロー向けに実証済みの画像アニメーション品質を提供します。Kling Video O3 Standard は、MVL 技術により優れたシーン推論、最大 15 秒の拡張された長さサポート、オプションのオーディオエフェクトを実現—プロダクショングレードの画像アニメーションのための次世代の選択です。
Kling Video O3 Standard vs. Runway Gen-3 Image-to-Video Runway Gen-3 は、強力なクリエイティブな柔軟性と芸術的なコントロールを提供します。Kling Video O3 Standard Image-to-Video API は、手頃な秒単位の価格、柔軟な 3〜15 秒の長さ制御、オプションの統合オーディオエフェクト、正方形アスペクト比サポートにより差別化—予算が限られた開発者にアクセス可能です。
Kling Video O3 Standard vs. Pika Image-to-Video Pika は、スタイル化されたアニメーションとユーザーフレンドリーなインターフェースに優れています。Kling Video O3 Standard は、プログラマティック API アクセス、最大 15 秒の拡張された長さ、オプションのオーディオエフェクト、費用対効果の高い秒単位の価格を提供—スケーラブルな画像アニメーションパイプラインを構築する開発者に理想的です。
Kling Video O3 Standard vs. Veo 3.1 Fast Image-to-Video Veo 3.1 Fast は、Google DeepMind の最適化されたアーキテクチャを通じて処理速度を優先します。Kling Video O3 Standard API は、最大 15 秒の柔軟な長さ制御、オプションのオーディオエフェクト、正方形アスペクト比サポート、競争力のある秒単位の価格を提供し、多様な画像アニメーションワークフローに適しています。
ブラウザで画像と動画のクイックワークフロー向けAI制作ツールを複数試し、成功したアイデアをFlaq AIの本番対応モデルAPIで拡張できます。Flaq AIはすべてのモデルに統合APIレイヤーを提供し、ワークフローを簡単に利用・拡張できます。