WARMPIX VIDEO MINIMAX-H3 / RENDER ARCADE
GPU LINK CHECKING
ACTIVE 0
QUEUED 0
02

RENDER STAGE

H3.FL2VA00:00:00

STAGE READY

Describe a shot, then send it to the render queue.

Picture and stereo sound are generated together—prompt both.
864×480 24 FPS STEREO SEED —
CURRENT JOBNO JOB
QUEUE POSITION
ETA

RECENT RENDERS

00
Completed renders will appear here.
API/01

VIDEO API CONSOLE

OpenAI-style async generation. The same Sub2API bearer key works here and through subtoken.vip.

cURL
curl https://video.warmpix.com/v1/videos/generations \
  -H "Authorization: Bearer $SUB2API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: shot-001" \
  -d '{
    "model": "minimax-h3-video",
    "prompt": "A rain-soaked night market, slow dolly in...",
    "width": 864,
    "height": 480,
    "duration": 5,
    "steps": 20,
    "sampler": "res_multistep",
    "scheduler": "simple",
    "seed": -1
  }'