Wanx API
$0.12-$0.28/video
Developer-ready API access
Wan 2.1 是一套先進的開源視頻基礎模型,樹立了視頻生成的全新標準。憑藉卓越的性能、多任務處理能力和對消費級 GPU 的相容性,Wan 2.1 是 AI 驅動視頻創作的未來!
"按量付費"選項
$0.12-$0.28/video
Developer-ready API access
Capabilities from the production model page.
Wan 2.1 持續超越現有開源模型和商業解決方案,在視頻生成領域樹立了新的基準。
Wanx 2.1 在多項任務中表現出色,包括文生視頻、圖生視頻、視頻編輯、文生圖和視頻轉音訊,實現了視頻生成領域的多功能性和廣泛應用。
即使不使用量化等優化技術,也能在約 4 分鐘內生成一段 5 秒 480P 視頻,是目前最高效的視頻生成工具!
Wan 2.1 擅長模擬複雜的身體動作,保持精準的時空關係,在視頻創作中實現流暢自然的運動序列。
Wanx 2.1 支援中英文雙語提示詞輸入,讓來自全球的開發者和內容創作者都能輕鬆使用。
Wanx 在 VBench 排行榜上以 84.7% 的高分躋身前三,在運動處理和多物件互動方面領先業界。
提供超過 100 種藝術風格範本,涵蓋油畫、賽博龐克等多種風格,用戶可在各種流派中創作獨特的視覺內容以滿足特定需求。
Wanx 2.1 可應用於廣告、短視頻製作、歷史影像數位修復和沉浸式教學材料製作等場景,是一款適用於多個行業的多功能工具。
高級方案訂閱用戶可將生成的視頻用於商業用途,滿足其業務需求。
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
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": "Qubico/wanx",
"task_type": "txt2video-1.3b",
"input": {
"prompt": "A cinematic shot of a futuristic city at sunset.",
"aspect_ratio": "16:9"
}
}'
# → { "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 wanx \ prompt="A cinematic shot of a futuristic city at sunset." \ aspect_ratio=16:9 ✓ Task completed! https://img.theapi.app/ephemeral/…
Wan 2.1 是由 Alibaba Cloud開發的先進 AI 模型,擅長創建真實感圖像和視頻,尤其在處理花樣滑冰、游泳和跳水等複雜動作方面表現出色,能夠生成高度精細且符合物理規律的視覺內容。
Wanx API 由 PiAPI 提供,旨在便於開發者存取 Wanx 2.1 模型。PiAPI 將利用其先進的推理框架和尖端硬體基礎設施,提供高效且可擴展的視頻生成能力。透過 Wan API,開發者可以輕鬆整合 Wan 2.1 模型出色的視頻生成能力。
Wanx 2.1 憑藉卓越的運動處理能力、複雜身體動作的模擬能力和快速視頻生成速度,躋身全球頂級視頻生成模型之列,引領行業發展。
Wanx 2.1 非常適合廣告、教育、影視、遊戲以及任何需要高品質視覺內容的行業,從視頻生成到藝術創作均可應用。
Wanx 2.1 支援 1 分鐘時長 1080p 視頻,僅需 15 秒即可生成。此外還提供 1280x720 解析度的 Pro 版本,適用於高品質輸出。
Wanx 2.1 提供超過 100 種藝術風格範本,涵蓋賽博龐克、油畫、素描和卡通等多種風格,為用戶提供豐富多樣的創意可能。
PiAPI 不對視頻生成器及其 API 的合法使用方式設置任何限制,並在原始模型授權協議範圍內允許將生成的視頻用於合法商業用途。
More questions? See the API docs.