Video Generation Modelseedance2.5-huoshan

Seedance 2.5 Huoshan

Direct Huoshan Lane

Official Huoshan direct enterprise channel for Seedance 2.5 with guaranteed compute rendering queues and zero concurrency drops.

AvailableGenerative diffusion stackProprietary

Params

Huoshan Engine

Context

Prompt & Keyframe

Max Output

1080p Video

API Surface/v1/videos

Capabilities & Performance

  • Direct Huoshan SLA line for mission-critical video pipelines
  • Enterprise rate $0.051/second

Transparent Pricing

LanePublic RateCached
Realtime API$0.051 / secondN/A

Billed per job/second with automated failure refunds and verifiable cryptographic receipts.

100% OpenAI-Compatible Code

Drop-in API Examples

Python (OpenAI SDK)
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())
JavaScript / Node.js
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 / Shell
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
  }'

Related Next-Gen Models

View all models →
seedance2.5ByteDance

ByteDance Seedance 2.5

ByteDance frontier Seedance 2.5 video generation model with temporal consistency and complex scene choreography.

wan3.0-videoQwen

Wan 3.0 Video

Alibaba Wan 3.0 next-generation cinematic video generation model with photorealistic lighting, physics, and camera controls.

deepseek-v4-proDeepSeek

DeepSeek V4 Pro

DeepSeek next-gen MoE reasoning flagship for complex architectural design, autonomous coding loops, and math proofs.