Video Generationtextimagevideoaudio

Berry 1.0 Pro

Berry 1.0 超分版本,支持 1080p、2K 和 4K 输出,基于 Wan 3.0 Standard。

输入

生成方式

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

参考图(可选)

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

支持 PNG、JPG、WebP · 可将文件拖到此区域
Duration
230
Resolution
Aspect ratio
Prompt extend
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": "berry-1.0-pro",
  "prompt": "A cat walking across a room",
  "duration": 5,
  "resolution": "1080p",
  "aspect_ratio": "adaptive",
  "prompt_extend": true,
  "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#

Berry 1.0 with super-resolution output at 1080p, 2K, and 4K, based on Wan 3.0 Standard. The model supports text-to-video, first/last-frame image-to-video, and multimodal reference-to-video through POST /v1/videos.

Output controls#

Duration is 2-30 seconds or -1 for smart duration. Supported resolutions: 1080p, 2k, 4k. Aspect ratios: adaptive, 16:9, 4:3, 1:1, 3:4, and 9:16. Audio and prompt extension default to enabled.

Pricing#

  • 1080p: $0.18/second
  • 2k: $0.20/second
  • 4k: $0.23/second

Upstream reference#

https://www.mulerouter.ai/docs/api-reference/endpoint/carrothub/berry-1.0-pro/generation