最近调整了自己做的 reAPI 上 Wan 3.0 的价格,按视频秒数计费:

  • 标准版:官方国际站原价 6.8 折
  • Video Prime 加速版:官方国际站原价 7.8 折
  • 支持 2–30 秒,480P / 720P / 1080P
  • 支持文生视频、图生视频和参考素材生成,支持原生音频

以 720P 、10 秒、不带输入参考视频的请求为例,标准版是 $0.68 ,Prime 是 $1.092 。

折扣按阿里云国际站新加坡区的美元原价计算,9 月 7 日核对。官方标准版目前也有 7 折活动,我们是 6.8 折。官方价格表 ( https://www.alibabacloud.com/help/en/model-studio/model-pricing)。

标准版的文生视频请求:

curl https://reapi.ai/api/v1/videos/generations
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{ "model": "wan3.0-video", "prompt": "A lighthouse keeper climbing a spiral staircase at dawn", "resolution": "720P", "duration": 10 }'

拿到返回的任务 ID 后,轮询 /api/v1/tasks/{task_id} 获取结果。

两个模型页都有 playground 和完整参数:

Prime 的参数和标准版有些差异,接入时看各自文档。