










最近调整了自己做的 reAPI 上 Wan 3.0 的价格,按视频秒数计费:
以 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 的参数和标准版有些差异,接入时看各自文档。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。