WAN 2.6 API 定价
Pay-as-you-go access through PiAPI.
T2V 720PText-to-video
$0.08 /秒
- 720P output
- Text-to-video generation
T2V 1080PText-to-video
$0.12 /秒
- 1080P output
- Text-to-video generation
I2V 720PImage-to-video
$0.08 /秒
- 720P output
- Image-to-video generation
I2V 1080PImage-to-video
$0.12 /秒
- 1080P output
- Image-to-video generation
Features
Capabilities from the production model page.
无缝音画同步
Wan 2.6 原生支持高保真视频生成与同步音频,让画面、人声与环境音完美契合。
多模态输入
通过 Wan 2.6 API,使用文本、图像、音频和视频作为输入,构建更丰富的生成工作流。
电影级美学
Wan 2.6 支持专业级叙事表达,具备更强的动态表现力和画面稳定性,最长可生成 15 秒的 1080p 视频。
异步 API 调用
提交任务并设置回调,任务完成后即可获取结果,不会阻塞你的应用流程。
多图控制
支持基于参考图的生成与编辑,具备商业级的角色与场景一致性。
精准度、动态表现与画面保真度
Wan 2.6 在 T2V 和 I2V 工作流中全面提升指令遵循能力、动作流畅度和输出质量。
可调节的画面比例
支持多种画面比例输出,适用于社交媒体、娱乐、产品展示及更广泛的内容创作场景。
世界级场景理解
Wan 2.6 融合真实世界理解与结构化生成能力,呈现更连贯、更具电影感的视觉叙事。
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Wan",
"task_type": "wan26-txt2video",
"input": {
"prompt": "A cinematic shot of a futuristic city at sunset.",
"resolution": "720p",
"aspect_ratio": "16:9",
"duration": 5
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run wan-2-6 \ prompt="A cinematic shot of a futuristic city at sunset." \ resolution=720p \ aspect_ratio=16:9 \ duration=5 ✓ Task completed! https://img.theapi.app/ephemeral/…
想进一步了解 Wan 2.6 API?
什么是 Wan 2.6?
Wan 2.6 是一款先进的 AI 模型,是 Wan 2.5 的升级版本,由 Alibaba 开发。它支持多模态输入、同步音频,并可为 T2V 和 I2V 工作流提供专业级的 1080p 视频生成能力。
Wan 2.6 API 收费标准是什么?
Wan 2.6 的 T2V 和 I2V 720P 生成费用为每秒 $0.08,T2V 和 I2V 1080P 生成费用为每秒 $0.12。
如何通过 API 访问 Wan AI?
使用 PiAPI 的 Wan 2.6 API 接口,即可通过编程方式提交提示词并获取生成的视频。
我可以控制视频时长和分辨率吗?
可以。通过 API 生成 Wan 2.6 视频时,你可以同时配置时长和分辨率。
我可以使用 Wan 2.6 API 生成 NSFW 内容吗?
请参阅我们的 NSFW 政策,了解更多信息并遵循相关指引。
More questions? See the API docs.
Our blog
Wan 2.6 API

