ByteDanceのSeedance 2.5がApiframeで正式提供開始。
動画 ApiframeはByteDanceと提携してこのモデルを提供しています。 公式パートナー

Seedance 1 Pro API

提供: ByteDance

安定版の Seedance 1 Pro。

1080P
最大解像度
10s
最大クリップ長
~120s
平均生成時間
26 credits
最低価格
動画 · Seedance 2.0で生成
Text to video: a cinematic clip of a chef plating a dessert in a warm restaurant kitchen, slow push-in, soft key light.

プレイグラウンド

Seedance 1 Proをここで試す。

model: seedance-1-pro
メディア入力
詳細設定
推定コスト 26–255 クレジット · $0.26–$2.55 Studioで生成
出力 サンプル · Seedance 2.0
Text to video: a cinematic clip of a chef plating a dessert in a warm restaurant kitchen, slow push-in, soft key light.

料金

シンプルな生成単位課金。

26–255 クレジット/1生成あたり ≈ $0.26–$2.55

料金は選択する解像度とオプションによって異なります。

  • 成功した生成にのみ課金されます。失敗したジョブは自動的に返金されます。
  • Apiframeの全モデルでひとつのクレジット残高を共有。モデルごとのプランはありません。
  • 無料クレジットで開始。サブスクリプションは不要です。
  • 大きなプランにはボリュームディスカウントがあります。
プランとクレジットパックを見る

スペック

ひと目でわかる。

プロバイダー ByteDance
モデルID seedance-1-pro
アスペクト比 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, 9:21
解像度 480p, 720p, 1080p
長さ 5秒, 10秒
画像入力 対応
平均時間 ~120秒

クイックスタート

Seedance 1 Pro APIの呼び出し方。

APIキーを添えてPOST /v2/videos/generateリクエストをひとつ送るだけ。呼び出しはポーリング可能なjobIdを返します。webhook_urlを渡せば、結果は完成と同時にプッシュされます。

seedance-1-proを別のモデルに替えても、他は何も変わりません。

const response = await fetch("https://api.apiframe.ai/v2/videos/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "a cinematic sunrise over a futuristic cityscape, smooth camera push-in",
    "model": "seedance-1-pro",
    "seedanceParams": {
      "start_image": "https://example.com/input.jpg",
      "resolution": "720p",
      "end_image": "https://example.com/input.jpg",
      "camera_fixed": false
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

入力スキーマ

Seedance 1 Proが受け付けるすべてのフィールドと型、デフォルト値。完全なリファレンスはドキュメントにあります。

フィールド 説明
prompt 必須 string 生成する内容のテキスト説明。
model 必須 string このエンドポイントのモデル識別子。 デフォルト:"seedance-1-pro" · "seedance-1-pro"
seedanceParams.start_image string (URL) Use a still as the first frame of the clip.
seedanceParams.resolution string Resolution デフォルト:"720p" · "480p", "720p", "1080p"
seedanceParams.end_image string (URL) Optional last frame to control the ending.
seedanceParams.camera_fixed boolean Disable camera movement. デフォルト:false
seedanceParams.seed number Reuse a number to reproduce the same result. step 1

Seedanceのバージョン

ApiframeのすべてのSeedance 動画モデル。パラメータひとつで切り替えられます。

Seedance 1 Proに関する質問

Seedance 1 Proで出荷する前にチームがよく尋ねる質問。その他はドキュメントをご覧ください。

Seedance 1 Pro の API はありますか?

はい。Apiframe は単一の REST エンドポイント(POST /v2/videos/generatemodel: "seedance-1-pro")で Seedance 1 Pro を提供します。対応するすべてのモデルで、統一されたAPI・キー・請求をご利用いただけ、ByteDance の個別アカウントは不要です。

Seedance 1 Pro API の料金はいくらですか?

Seedance 1 Pro は Apiframe のシンプルな従量課金制で、成功した生成分のみお支払いいただきます。プランと数量割引は料金ページをご覧ください。

Seedance 1 Pro API はどのように呼び出しますか?

X-API-Key と、model: "seedance-1-pro" を含む JSON ボディを添えて /v2/videos/generate に POST リクエストを送ります。レスポンスで返る jobIdGET /v2/jobs/{id} でポーリングするか、Webhook で結果を受け取ります。

Seedance 1 Pro はどんなパラメータに対応していますか?

Seedance 1 Pro は、共通の promptwebhook_url に加えて、seedanceParams の下にネストされた 5 個のモデル固有パラメータを受け付けます。型やデフォルト値を含む一覧は上記の入力スキーマをご覧ください。

9,800+

開発者と企業

G2評価 4.8

公式パートナー

BytePlus Alibaba Cloud MiniMax

次のAIプロダクトをApiframeで。

ひとつのAPIで70以上のメディアモデルに即アクセス。無料で始めて、準備ができたらスケールしましょう。