Video Generationtextimagevideoaudio

Wan 3.0 Video Prime

阿里云万相 Wan 3.0 视频生成优速版,保持全模态统一能力并显著提升端到端生成速度。

输入

生成方式

仅使用文本描述生成视频,无需上传图片。

参考图(可选)

支持 PNG、JPG、WebP · 可将文件拖到此区域

支持 PNG、JPG、WebP · 可将文件拖到此区域
Duration
230
Watermark
Resolution
Aspect ratio
Generate audio
准备开始生成准备开始生成

API 参考

POSThttps://api.token360.ai/v1/videos
# Step 1: Create video generation task
curl https://api.token360.ai/v1/videos \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "wan3.0-video-prime",
  "prompt": "A cat walking across a room",
  "duration": 5,
  "watermark": false,
  "resolution": "1080p",
  "aspect_ratio": "adaptive",
  "generate_audio": true
}'

# Step 2: Poll for completion (replace VIDEO_ID with the id from step 1)
curl https://api.token360.ai/v1/videos/VIDEO_ID \
  -H "Authorization: Bearer your-api-key"

API 文档

Overview#

Wan 3.0 Video Prime is Alibaba Cloud's faster Wan 3.0 inference service. It supports text-to-video, first/last-frame image-to-video, and reference generation from images, video, and audio through POST /v1/videos.

Output controls#

Use duration=-1 for smart duration or 2-30 seconds. Resolutions are 480p, 720p, and 1080p; aspect_ratio supports adaptive, 16:9, 4:3, 1:1, 3:4, and 9:16.

Polling#

Poll GET /v1/videos/{video_id} until status is completed or failed.