DocsMiniMax H3 Video
Videothird-party proxy

MiniMax H3 Video

Text-to-video and image-to-video through the shared app.nz H3 Cog, with first/last-frame control, scheduler-level seamless loops, native stereo audio, and GPU AV1 delivery.

$2.688/GPU-hour, metered by completed app.nz execution time (app.nz price + 20%)

Parameters

ParameterTypeRequiredDefaultDescription
promptstringrequiredScene, action, camera, style, and optional audio direction.
first_framestringoptionalPublic start-frame URL for image-to-video. Required for loop mode.
last_framestringoptionalOptional public target final-frame URL.
aspect_ratiostringoptional16:9Output frame ratio.Options: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9
sizestringoptionalbalancedPreview, balanced, or native 768px short-edge canvas.Options: preview, balanced, native
durationintoptional5Clip length from 4 to 15 seconds.
num_stepsintoptional20Sampling steps from 8 to 30.
seedintoptionalOptional deterministic seed.
structured_promptbooleanoptionaltrueExpand concise input into H3 structured prompting.
loopbooleanoptionalfalseReuse first_frame as the scheduler final-frame condition.
include_audiobooleanoptionaltrueGenerate H3 native stereo audio.
output_formatstringoptionalwebm-av1GPU delivery codec.Options: webm-av1, mp4-h264
encode_qualityintoptional26NVENC constant quality from 16 to 45; lower is higher quality.

Example Request

curl -X POST https://cutedsl.cc/api/service   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "service": "h3_video",
    "prompt": "A subtle living photograph of a waterfall",
    "first_frame": "https://example.com/start.webp",
    "loop": true,
    "include_audio": true,
    "size": "balanced",
    "duration": 5,
    "num_steps": 20,
    "output_format": "webm-av1"
  }'

Example Response

{
  "result": {
    "job_id": "video_...",
    "status": "queued",
    "status_url": "/api/video-jobs/video_..."
  },
  "credits_used": 0,
  "settlement": "completed app.nz prediction cost plus 20%",
  "price_usd_per_gpu_hour": 2.688
}

Playground

Connect your wallet to try the playground.

Connect Wallet