← すべてのモデル

Doubao Seedance 2.0

ByteDance · 動画

ByteDance Doubao Seedance 2.0 は動画モデルで、テキストからの動画生成、画像からの動画生成、先頭・末尾フレームの指定に対応します。getmodel 経由で生成ごとに課金されます。 Doubao Seedance 2.0はGetModelでOpenAI互換APIを通じて利用でき、従量課金です。キーを1つ取得すれば、任意のOpenAI SDKから呼び出せます。

Text-to-videoImage-to-video首尾帧

料金

項目価格
生成ごと¥94.96

呼び出し方法

curl https://getmodel.ai/v1/chat/completions \
  -H "Authorization: Bearer $GETMODEL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"doubao-seedance-2-0","messages":[{"role":"user","content":"Hello"}]}'
from openai import OpenAI
client = OpenAI(base_url="https://getmodel.ai/v1", api_key="$GETMODEL_API_KEY")
resp = client.chat.completions.create(
    model="doubao-seedance-2-0",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

詳細

プロバイダーByteDance
タイプ動画
エンドポイントopenai-video / openai-video-fetch / openai-video-content / doubao-video / doubao-video-fetch
利用可能なグループDefault