Video Generationtextimagevideoaudio

MiniMax H3 Fast

MiniMax H3 Fast 支持文生视频、图生视频及参考生视频,支持 480P 输出及原生音频。

Entrada

Generation mode

This template only supports the following input

Text-to-video

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
415
Resolution
Aspect ratio
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": "minimax-h3-fast",
  "prompt": "A cat walking across a room",
  "style": "style1",
  "duration": 5,
  "resolution": "480p",
  "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 Documentation

Overview#

MiniMax H3 Fast supports text-to-video, image-to-video, and reference-to-video at 480P, with native audio.

API#

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