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

Seedance 2 Fast API

提供: ByteDance

より安価で高速な Seedance 2(1080p なし)。

720P
最大解像度
15s
最大クリップ長
~90s
平均生成時間
12 credits/s
最低価格
動画 · 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 2 Fastをここで試す。

model: seedance-2-fast
詳細設定
推定コスト 96–248 クレジット · $0.96–$2.48 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.

料金

シンプルな秒単位課金。

12–31 クレジット/出力1秒あたり ≈ $0.12–$0.31

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

8秒のクリップは96–248クレジット(≈ $0.96–$2.48)です。

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

スペック

ひと目でわかる。

プロバイダー ByteDance
モデルID seedance-2-fast
アスペクト比 21:9, 16:9, 4:3, 1:1, 3:4, 9:16
解像度 480p, 720p
長さ 4秒, 6秒, 8秒, 10秒, 12秒, 15秒
画像入力 対応
音声 対応
平均時間 ~90秒

クイックスタート

Seedance 2 Fast APIの呼び出し方。

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

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

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-2-fast",
    "seedanceParams": {
      "resolution": "720p",
      "start_image": "https://example.com/input.jpg",
      "generate_audio": false,
      "end_image": "https://example.com/input.jpg"
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

入力スキーマ

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

フィールド 説明
prompt 必須 string 生成する内容のテキスト説明。
model 必須 string このエンドポイントのモデル識別子。 デフォルト:"seedance-2-fast" · "seedance-2-fast"
seedanceParams.resolution string Resolution デフォルト:"720p" · "480p", "720p"
seedanceParams.start_image string (URL) Use a still as the first frame of the clip.
seedanceParams.generate_audio boolean Generate audio デフォルト:false
seedanceParams.end_image string (URL) Optional last frame to control the ending.
seedanceParams.reference_image_urls string[] (URLs) Reference images
seedanceParams.reference_video_urls string[] (URLs) Reference videos
seedanceParams.reference_audio_urls string[] (URLs) Reference audio
seedanceParams.return_last_frame boolean Also return the final frame as a still image. デフォルト:false
seedanceParams.web_search boolean Web search デフォルト:false
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 2 Fastに関する質問

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

Seedance 2 Fast の API はありますか?

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

Seedance 2 Fast API の料金はいくらですか?

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

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

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

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

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

9,800+

開発者と企業

G2評価 4.8

公式パートナー

BytePlus Alibaba Cloud MiniMax

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

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