为什么选它
- 仅在工作区审核通过或引导交付后开通。
- 价格仅在实时服务目录验证后展示。
Qwen / Alibaba
wan2.7
Wan 2.7 可通过审核开通或引导交付接入。
参数规模
N/A
上下文
N/A
最大输出
N/A
许可证
Proprietary
接口
/v1/videos
接入状态
审核开通
为什么选它
价格与对比
import requests
resp = requests.post(
"https://api.batchin.tech/v1/videos",
headers={"Authorization": "Bearer BATCHIN_API_KEY"},
json={
"model": "wan2.7",
"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: "wan2.7",
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": "wan2.7",
"prompt": "A tracking shot through a futuristic city",
"duration": 5
}'规格与行为
架构
MoE Transformer
厂商
Qwen / Alibaba
上下文
N/A
最大输出
N/A
适用场景
相关模型
返回模型中心