Capabilities & Performance
- Ultra-consistent temporal motion and multi-subject composition
- Enterprise rate Price/second
ByteDance frontier Seedance 2.5 video generation model with temporal consistency and complex scene choreography.
Params
Seedance 2.5
Context
Prompt & Keyframe
Max Output
1080p Video
| Lane | Public Rate | Cached |
|---|---|---|
| Realtime API | ¥0.343 / second | N/A |
Billed per job/second with automated failure refunds and verifiable cryptographic receipts.
import requests
resp = requests.post(
"https://api.batchin.tech/v1/videos",
headers={"Authorization": "Bearer $BATCHIN_API_KEY"},
json={
"model": "seedance2.5",
"prompt": "Cinematic aerial tracking shot over a coastal metropolis at dusk",
"duration_seconds": 5
},
timeout=60,
)
print(resp.json())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: "seedance2.5",
prompt: "Cinematic aerial tracking shot over a coastal metropolis at dusk",
duration_seconds: 5,
}),
});
console.log(await resp.json());curl https://api.batchin.tech/v1/videos \
-H "Authorization: Bearer $BATCHIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance2.5",
"prompt": "Cinematic aerial tracking shot over a coastal metropolis at dusk",
"duration_seconds": 5
}'Official Huoshan direct enterprise channel for Seedance 2.5 with guaranteed compute rendering queues and zero concurrency drops.
Alibaba Wan 3.0 next-generation cinematic video generation model with photorealistic lighting, physics, and camera controls.
Kuaishou Kling v3 video generation model featuring complex physics simulation and fluid real-world mechanics.