Seedance 2.5
長尺のマルチモーダル生成、編集、延長、音声駆動制作に対応する ByteDance Seedance 2.5 動画モデル。
実行方式
非同期動画
送信後にポーリングまたはコールバック
長さ
4-30 秒または自動
-1 で長さを自動選択
解像度
480p / 720p
固定または adaptive の比率
トークン単価
$6.40-$10.70 / 1M
動画入力の有無で変動
seedance-2-5プレイグラウンド
seedance-2-5出力はまだありません
価格
| 動画入力 | 解像度 | トークン単価 |
|---|---|---|
| 動画入力なし | 480p / 720p | $10.70 / 1M 出力トークン |
| 動画入力あり | 480p / 720p | $6.40 / 1M 出力トークン |
Token rate · $11.77 · 1M tokens
Token rate · $7.04 · 1M tokens
解説
- Seedance 2.5 はテキスト、画像、動画、音声、および音声のみの入力に対応し、生成、編集、延長、参照駆動の制作に利用できます。
- 最大 30 枚の画像、10 本の動画、10 本の音声を使用できます。クライアント素材は公開アクセス可能な HTTPS URL に限られます。
- 先頭・末尾フレーム生成では `aspect_ratio=adaptive` が必須で、参照素材とは併用できません。編集・延長はモード項目ではなく content とプロンプトで指定します。
API
API
エンドポイント
POST /v1/vids/create認証
Authorization: Bearer YOUR_REACH_API_KEY Content-Type: application/json
サンプル
curl -X POST "https://direct.reachapi.ai/v1/vids/create" \
-H "Authorization: Bearer YOUR_R..._KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-5",
"input": {
"content": [
{
"type": "text",
"text": "A cinematic train journey through a mountain valley at sunrise"
}
],
"duration_seconds": 12,
"resolution": "720p",
"aspect_ratio": "16:9",
"watermark": false
}
}'関連モデル
Seedance 2
ByteDance's Seedance 2 video model for multimodal reference input, editing, extension, and asynchronous generation.
Seedance 2 Fast
ByteDance's faster Seedance 2 variant for multimodal asynchronous video generation at lower per-second rates.
Seedance 1.5 Pro
ByteDance's Seedance 1.5 Pro video model for higher-capability text and frame-guided video generation.
Seedance 1.0 Pro
ByteDance's Seedance 1.0 Pro video generation model for text-guided and frame-guided cinematic video tasks.
Seedance 1.0 Pro Fast
ByteDance's faster Seedance 1.0 Pro variant for lower-cost asynchronous video generation.
