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

