Why pick it
- Access is enabled only after workspace setup or commercial review.
- Pricing appears only when verified by the live service catalog.
Zhipu AI
cogvideox-5b
CogVideoX 5B is available after commercial review or workspace setup.
Params
N/A
Context
N/A
Max Output
N/A
License
Proprietary
API Surface
/v1/videos
Access
Access review
Why pick it
Pricing
Quick start
This model is not yet open for public testing. Contact the team for the right access path.
import requests
resp = requests.post(
"https://api.batchin.tech/v1/videos",
headers={"Authorization": "Bearer BATCHIN_API_KEY"},
json={
"model": "cogvideox-5b",
"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: "cogvideox-5b",
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": "cogvideox-5b",
"prompt": "A tracking shot through a futuristic city",
"duration": 5
}'Specs
Architecture
MoE Transformer
Vendor
Zhipu AI
Context window
N/A
Max output
N/A
Best for
Related models
Back to model center