Text-to-VideoSeedance 2.0Cinematic

Seedance 2.0 Text-to-Video — テキストプロンプトから AI 動画を生成

seedance-2.0-text-to-video を使い、自然言語の記述からシネマティックな動画を生成。480p/720p、4〜15 秒の長さ、任意の web_search 拡張に対応。

720p
最大解像度
1000
最大英単語数
15s
最大長
30-60s
生成時間

Text-to-Video とは?

Seedance 2.0 の text-to-video 機能は、自然言語の記述を高品質なシネマティック動画に変換します。望むシーン、モーション、スタイルを記述すると、モデルがそれに合致した動画を生成します。

モデル ID: seedance-2.0-text-to-video(より高速かつ低価格な生成には seedance-2.0-fast-text-to-video を使用)

仕組み

  1. プロンプトを書く — 望むシーンを記述します
  2. API リクエストを送信する — model、prompt、quality、duration などのパラメータを指定します
  3. タスク ID を取得する — 非同期にポーリングするか、callback_url Webhook を設定します
  4. 動画をダウンロードする — 生成完了時に URL を取得します(24 時間有効)

プロンプトエンジニアリングのヒント

具体的に書く

「犬が走っている」と書くだけではなく、「A golden retriever running through a sunlit meadow, slow motion, shallow depth of field, cinematic」と書きましょう。

スタイルキーワードを使う

  • ショット: aerial shotclose-uptracking shotdolly zoom
  • ライティング: golden hourstudio lightingneondramatic shadows
  • スタイル: cinematicslow motiontimelapsedocumentary

プロンプトを構造化する

[被写体] + [アクション] + [設定] + [スタイル/ムード]

例: A woman in a red dress walking through a rain-soaked Tokyo street at night, neon reflections on wet pavement, cinematic wide shot

セリフはダブルクォートで囲む

発話を半角ダブルクォートで囲んでください。モデルがセリフとして検出し、音声合成を最適化します。 She turned and said: "You finally understood."

API リファレンス

import requests

response = requests.post(
    "https://api.evolink.ai/v1/videos/generations",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={
        "model": "seedance-2.0-text-to-video",
        "prompt": "Your scene description here",
        "quality": "720p",       # 480p または 720p
        "duration": 5,           # 4〜15 秒(整数)
        "aspect_ratio": "16:9",
        "generate_audio": True
    }
)

Web Search(任意)

model_params.web_search は text-to-video ファミリーの専用機能です。有効化すると、モデルが新鮮なコンテンツを取得するためにインターネット検索を実行するかを自律的に判断し、実際に検索が発動した場合のみ課金されます。

json={
    "model": "seedance-2.0-text-to-video",
    "prompt": "An ad for the latest 2026 electric sports car",
    "model_params": {"web_search": True}
}

完全なパラメータリファレンスは Text-to-Video API ドキュメント を参照してください。

ユースケース

  • EC: 商品説明から商品紹介動画を生成
  • マーケティング: 広告クリエイティブとソーシャルメディアコンテンツを大規模に作成
  • エンターテインメント: シーンや絵コンテを高速にプロトタイピング
  • 教育: 抽象的な概念をカスタム動画で図解

関連

Start Building with Seedance 2.0 Text-to-Video

Get your free API key and generate your first video.