Seedance 2.0 Fast
bytedance
Video
ByteDance Seedance 2.0 Fast — fast video at 720p with synced audio (t2v), 5s default. ~60-80s to generate. Supports BytePlus RealFace assets — see /docs/video/real-person-ip for enrollment.
Pricing
$11.2/M tokens (text) · $6.6/M (image input)
Default 5s · max 10s
Model ID
bytedance/seedance-2.0-fastEndpoint
POST /api/v1/videos/generationsImage 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-fast",
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 URLTry It — Video Generation
Type a prompt below and click Generate.
Output: downloadable MP4. Payment in USDC via x402 — no API key.
Connect your wallet to generate. Pay-per-call in USDC on Base via x402 — no API key needed.