为什么选它
- 可用性以实时服务目录为准。
- 价格仅在实时服务目录验证后展示。
Qwen / Alibaba
wan-2.2
Wan 2.2 已纳入当前百因智算 Model API 目录。
参数规模
14B
上下文
N/A
最大输出
N/A
许可证
Apache-2.0
接口
/v1/videos
接入状态
可用
为什么选它
价格与对比
import requests
resp = requests.post(
"https://api.batchin.tech/v1/videos",
headers={"Authorization": "Bearer BATCHIN_API_KEY"},
json={
"model": "wan-2.2",
"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: "wan-2.2",
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": "wan-2.2",
"prompt": "A tracking shot through a futuristic city",
"duration": 5
}'规格与行为
架构
生成式扩散栈
厂商
Qwen / Alibaba
上下文
N/A
最大输出
N/A
适用场景
相关模型
返回模型中心