Why pick it
- Availability is synced from the live service catalog.
- Pricing appears only when verified by the live service catalog.
ByteDance
seedance-v1-lite-t2v-720p
Seedance V1 Lite T2V 720P is listed on the current BatchIn Model API surface.
Params
N/A
Context
N/A
Max Output
N/A
License
Proprietary
API Surface
/v1/videos
Access
Available
Why pick it
Pricing
Quick start
Works with common OpenAI-style integrations. Point your client to the BatchIn base URL and start testing.
import requests
resp = requests.post(
"https://api.batchin.tech/v1/videos",
headers={"Authorization": "Bearer BATCHIN_API_KEY"},
json={
"model": "seedance-v1-lite-t2v-720p",
"prompt": "A tracking shot through a futuristic city",
"duration": 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: "seedance-v1-lite-t2v-720p",
prompt: "A tracking shot through a futuristic city",
duration: 5,
}),
});
console.log(await resp.json());curl https://api.batchin.tech/v1/videos \ -H "Authorization: Bearer ***" \ -H "Content-Type: application/json" \ -d '{
"model": "seedance-v1-lite-t2v-720p",
"prompt": "A tracking shot through a futuristic city",
"duration": 5
}'Specs
Architecture
MoE Transformer
Vendor
ByteDance
Context window
N/A
Max output
N/A
Best for
Related models
Back to model center