Qwen
Wan3.0 Video API
The standard video generation model of Alibaba's Wan 3.0 line (early access). It supports text-to-video, image-to-video and multi-modal reference inputs, generating clips up to roughly 30 seconds with synchronized audio in a single pass — suitable for ads, short drama and narrative content. Official release date not yet announced.
- マルチモーダル出力
このモデルの説明は現在の言語に未対応のため、英語で表示しています。
コンソールで使う
wan3.0-videoUSD
料金
default
480P$0.3/s
720P$0.6/s
1080P$1.2/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",
"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 はどの用途に適していますか?
Wan3.0 Video は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。
Wan3.0 Video の料金体系は?
料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。
Wan3.0 Video を呼び出すには?
上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。
はじめる