Video Generationtextimage

MiniMax H3 Max Turbo

MiniMax H3 Max Turbo 支持文生视频及图生视频,支持 480P/768P 输出及原生音频。

输入

生成方式

当前模板仅支持以下输入方式

文生视频

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

参考图(可选)

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

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

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": "minimax-h3-max-turbo",
  "prompt": "A cat walking across a room",
  "duration": 5,
  "resolution": "768p",
  "aspect_ratio": "16:9"
}'

# 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#

MiniMax H3 Max Turbo supports text-to-video and image-to-video at 480P/768P, with native audio.

API#

POST https://api.token360.ai/v1/videos using model minimax-h3-max-turbo. Use frame_images for first/last-frame image-to-video. See the model parameter schema for supported durations, aspect ratios, and other options.