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は、 Wan 2.5の後継となる高度なAIモデルで、 Alibabaが開発しました。T2VとI2Vの両方のワークフローに対応し、マルチモーダル入力、同期音声、そしてプロフェッショナルグレードの1080p動画生成をサポートしています。
Wan 2.6 APIの料金はいくらですか?
Wan 2.6は、T2VおよびI2Vの720P生成が1秒あたり0.08ドル、T2VおよびI2Vの1080P生成が1秒あたり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

