← すべてのモデル

doubao-seedance-2-0-mini

ByteDance · 動画

doubao-seedance-2-0-miniはGetModelでOpenAI互換APIを通じて利用でき、従量課金です。キーを1つ取得すれば、任意のOpenAI SDKから呼び出せます。

Text-to-videoImage-to-video首位帧视频参考

料金

項目価格
生成ごと$0.09

呼び出し方法

curl https://getmodel.ai/v1/chat/completions \
  -H "Authorization: Bearer $GETMODEL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"doubao-seedance-2-0-mini","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-mini",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

詳細

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

よくある質問

doubao-seedance-2-0-mini API の料金は?

GetModel での doubao-seedance-2-0-mini は $0.09 / 生成ごと、従量課金・サブスク不要です。

doubao-seedance-2-0-mini を API で呼び出すには?

OpenAI 互換クライアントを https://getmodel.ai/v1 に向け、GetModel の API キーを設定し、model を「doubao-seedance-2-0-mini」にします。

doubao-seedance-2-0-mini を他のモデルと一緒に使えますか?

はい — GetModel の API キー1つで doubao-seedance-2-0-mini と 30+ の他モデルを利用できます。model フィールドを変えるだけです。

関連モデル