Qwen
Wan3.0 Video Prime API
The speed-first variant of Alibaba's Wan 3.0 line (early access). It shortens generation latency while retaining high-quality video output, making it a good fit for low-latency previews, batch drafts and fast-iterating short-video workflows. If ultimate visual control matters more than speed, the standard version is a better choice.
- マルチモーダル出力
このモデルの説明は現在の言語に未対応のため、英語で表示しています。
コンソールで使う
wan3.0-video-primeUSD
料金
default
480P$0.45/s
720P$0.9/s
1080P$1.8/s
米ドル建ての公開価格です。実際の料金はアカウントグループや利用量により異なる場合があります。
API
コード例
curl --location --request POST 'https://api.tokenhot.ai/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan3.0-video-prime",
"input": {
"prompt": "A miniature city built from cardboard and bottle caps comes to life at night. A cardboard train slowly passes by, with small lights dotted along it, illuminating the path ahead."
},
"parameters": {
"resolution": "720P",
"ratio": "16:9",
"duration": 5
}
}'Qwen
関連モデル
FAQ
よくある質問
Wan3.0 Video Prime はどの用途に適していますか?
Wan3.0 Video Prime は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。
Wan3.0 Video Prime の料金体系は?
料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。
Wan3.0 Video Prime を呼び出すには?
上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。
はじめる