Qwen

Qwen / Alibaba

wan-2.5-t2v-fast

Wan 2.5 T2V Fast

Wan 2.5 T2V Fast 已纳入当前百因智算 Model API 目录。

模型详情可用MoE Transformer

参数规模

N/A

上下文

N/A

最大输出

N/A

许可证

Proprietary

接口

/v1/videos

接入状态

可用

为什么选它

  • 可用性以实时服务目录为准。
  • 价格仅在实时服务目录验证后展示。

价格与对比

层级公开价缓存说明
在线调用¥0.40 / 段暂无当前公开价格
批处理¥0.40 / 段暂无批处理价格开放后会同步显示
价格已从 BatchIn 目录同步。

快速开始

兼容常见接入方式,切换基础地址后即可开始测试。

Python
import requests

resp = requests.post(
    "https://api.batchin.tech/v1/videos",
    headers={"Authorization": "Bearer BATCHIN_API_KEY"},
    json={
        "model": "wan-2.5-t2v-fast",
        "prompt": "A tracking shot through a futuristic city",
        "duration": 5
    },
    timeout=60,
)

print(resp.json())
JavaScript
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.5-t2v-fast",
    prompt: "A tracking shot through a futuristic city",
    duration: 5,
  }),
});

console.log(await resp.json());
cURL
curl https://api.batchin.tech/v1/videos \  -H "Authorization: Bearer ***" \  -H "Content-Type: application/json" \  -d '{
    "model": "wan-2.5-t2v-fast",
    "prompt": "A tracking shot through a futuristic city",
    "duration": 5
  }'

规格与行为

架构

MoE Transformer

厂商

Qwen / Alibaba

上下文

N/A

最大输出

N/A

适用场景

qwen
available

相关模型

返回模型中心
Wan 2.5 T2V Fast | 百因智算