Capabilities & Performance
- Direct Huoshan SLA line for mission-critical video pipelines
- Enterprise rate $0.051/second
Official Huoshan direct enterprise channel for Seedance 2.5 with guaranteed compute rendering queues and zero concurrency drops.
Params
Huoshan Engine
Context
Prompt & Keyframe
Max Output
1080p Video
| Lane | Public Rate | Cached |
|---|---|---|
| Realtime API | $0.051 / 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-huoshan",
"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-huoshan",
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-huoshan",
"prompt": "Cinematic aerial tracking shot over a coastal metropolis at dusk",
"duration_seconds": 5
}'ByteDance frontier Seedance 2.5 video generation model with temporal consistency and complex scene choreography.
Alibaba Wan 3.0 next-generation cinematic video generation model with photorealistic lighting, physics, and camera controls.
DeepSeek next-gen MoE reasoning flagship for complex architectural design, autonomous coding loops, and math proofs.