BlockRun
Get started

Seedance 2.0 Pro

bytedance
Video

ByteDance Seedance 2.0 Pro — premium quality text/image-to-video at 720p with synced audio (t2v), 5s default. Supports BytePlus RealFace assets — see /docs/video/real-person-ip for enrollment.

Pricing
$14/M tokens (text)
Default 5s · max 15s
Model ID
bytedance/seedance-2.0
Endpoint
POST /api/v1/videos/generations
Image input:✓ supported
Payment:USDC on Base via x402
Code Examples
from blockrun_llm import LLMClient

client = LLMClient()  # uses BLOCKRUN_WALLET_KEY (never sent to server)
job = client.video_generate(
    model="bytedance/seedance-2.0",
    prompt="a red apple slowly spinning on a wooden table",
    duration_seconds=5,
    image_url="https://example.com/seed.jpg",  # optional
)
print(job["data"][0]["url"])  # MP4 URL

Try It — Video Generation

Type a prompt below and click Generate.

Output: downloadable MP4. Payment in USDC via x402 — no API key.

+ Portrait+ RealFace~$1.5942 USDC

Connect your wallet to generate. Pay-per-call in USDC on Base via x402 — no API key needed.

About ByteDance Seedance 2.0 Pro

ByteDance Seedance 2.0 Pro — premium quality text/image-to-video at 720p with synced audio (t2v), 5s default. Supports BytePlus RealFace assets — see /docs/video/real-person-ip for enrollment. It is built by ByteDance and served through BlockRun's video generation API, which means you can call it without an account, an API key, or a subscription. Requests are paid for individually, in USDC, at the moment they are made.

What it costs

Seedance 2.0 Pro is metered on the tokens it generates rather than on a flat per-second rate, so cost scales with both length and resolution. A default 5-second clip at 720p comes to $1.595, settlement fee included; the same clip at a higher resolution costs proportionally more, and the maximum supported length is 15 seconds. The exact price is quoted in the 402 before you pay, so you always see the figure for the job you actually requested. Generation is asynchronous: the API returns a job you poll, and the finished MP4 is mirrored to BlockRun storage so the URL does not expire.

Specifications

Default duration
5 seconds
Maximum duration
15 seconds
Input modes
Text-to-video and image-to-video
Reference assets
BytePlus RealFace
Payment
Pay-per-call USDC via x402
Output hosting
Permanent MP4 hosting on BlockRun

Calling it from your code

Pass bytedance/seedance-2.0 as the model field to the video generation endpoint. The response contains a job id; poll it until the clip is ready.

The first request comes back as an HTTP 402 carrying a signed price quote. Your client signs that quote with a wallet holding USDC and retries; the second request returns the completion, and the payment settles on-chain. Client libraries handle this handshake for you, so in practice it is a single call. See the documentation for request and response shapes, or browse the full catalog of 71 chat models to compare alternatives.

Other video models

Every model on BlockRun is reached through the same endpoint and the same payment flow, so switching is a one-line change to the model field. These are the closest alternatives to Seedance 2.0 Pro: