Video Generationtextimagevideoaudio

Berry 1.0 Turbo

CarrotHub Berry 1.0 高速视频生成模型,基于 Wan 3.0 Prime。

Entrada

Generation mode

Describe the video with text only—no images required.

Reference image (optional)

PNG, JPG or WebP · you can also drag and drop a file here

PNG, JPG or WebP · you can also drag and drop a file here
Duration
230
Resolution
Aspect ratio
Prompt extend
Generate audio
Ready to generateReady to generate

Referencia de la 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-turbo",
  "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 Documentation

Overview#

Faster CarrotHub Berry 1.0 video generation, based on Wan 3.0 Prime. 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: 480p, 720p, 1080p. Aspect ratios: adaptive, 16:9, 4:3, 1:1, 3:4, and 9:16. Audio and prompt extension default to enabled.

Pricing#

  • 480p: $0.068/second
  • 720p: $0.140/second
  • 1080p: $0.280/second

Upstream reference#

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