Unknown vendor

doubao-seedance-2-0-260128

Doubao Seedance 2.0

Doubao Seedance 2.0 is available after commercial review or workspace setup.

Model detailAccess reviewMoE Transformer

Params

N/A

Context

N/A

Max Output

N/A

License

Vendor Commercial License

API Surface

/v1/videos

Access

Access review

Why pick it

  • Access is enabled only after workspace setup or commercial review.
  • Pricing appears only when verified by the live service catalog.

Pricing

TierPublicCachedNote
Realtime$0.42 / clipN/ACurrent published price
Batch$0.42 / clipN/APublished batch rates appear here when available
Current pricing synced from the BatchIn catalog.

Quick start

This model is not yet open for public testing. Contact the team for the right access path.

Python
import requests

resp = requests.post(
    "https://api.batchin.tech/v1/videos",
    headers={"Authorization": "Bearer BATCHIN_API_KEY"},
    json={
        "model": "doubao-seedance-2-0-260128",
        "prompt": "A tracking shot through a futuristic city",
        "duration": 5
    },
    timeout=60,
)

print(resp.json())
JavaScript
const resp = await fetch("https://api.batchin.tech/v1/videos", {
  method: "POST",
  headers: {
    Authorization: "Bearer " + process.env.BATCHIN_API_KEY,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    model: "doubao-seedance-2-0-260128",
    prompt: "A tracking shot through a futuristic city",
    duration: 5,
  }),
});

console.log(await resp.json());
cURL
curl https://api.batchin.tech/v1/videos \  -H "Authorization: Bearer ***" \  -H "Content-Type: application/json" \  -d '{
    "model": "doubao-seedance-2-0-260128",
    "prompt": "A tracking shot through a futuristic city",
    "duration": 5
  }'

Specs

Architecture

MoE Transformer

Vendor

Unknown vendor

Context window

N/A

Max output

N/A

Best for

video
request-access

Related models

Back to model center
Doubao Seedance 2.0 | BatchIn