Video · MiniMax

MiniMax H3 API

텍스트-비디오, 이미지-비디오 및 이미지·영상·오디오 다중 참조로 최대 2K 영상을 생성하는 MiniMax H3 API.

운영 중 · 2 endpoints · 최저 $0.370
runapi.ai
curl -X POST https://runapi.ai/api/v1/minimax_h3/image_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "minimax-h3",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "참조 이미지의 캐릭터를 유지하면서 종이 도시가 일출과 함께 깨어나는 8초 2K 시네마틱 영상을 생성해 주세요."
}'
import { MinimaxH3Client } from "@runapi.ai/minimax-h3";

const client = new MinimaxH3Client();
const result = await client.imageToVideo.run({
    model: "minimax-h3",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "참조 이미지의 캐릭터를 유지하면서 종이 도시가 일출과 함께 깨어나는 8초 2K 시네마틱 영상을 생성해 주세요.",
});
require "runapi/minimax_h3"

client = RunApi::MinimaxH3::Client.new
result = client.image_to_video.run(
    model: "minimax-h3",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "참조 이미지의 캐릭터를 유지하면서 종이 도시가 일출과 함께 깨어나는 8초 2K 시네마틱 영상을 생성해 주세요."
)
npx skills add runapi-ai/minimax-h3 -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/minimax-h3 v1
개요

MiniMax H3는 768p 또는 2K로 4~15초 영상을 생성합니다. 텍스트로 영상을 만들거나 첫·마지막 프레임을 애니메이션화하고, 여러 참조 자료로 캐릭터·동작·장면·사운드 일관성을 유지할 수 있습니다.

  • 품질과 지연 시간 목표에 맞춘 모델 변형
  • 통합 API key
  • Model skill에 docs, schema, 설정 메모 포함
  • 실패한 생성은 과금되지 않습니다
요금

요금

실패한 생성은 과금되지 않습니다
Text to video
$0.22-$0.37 / second
Output resolution: 2k $0.36
Output resolution: 768p $0.22
Image to video
$0.22-$0.37 / second
Output resolution: 2k $0.36
Output resolution: 768p $0.22
스펙

스펙

모델 ID minimax-h3
제공사 MiniMax
모달리티 video
작업 유형 asynchronous
과금 second
Endpoint /api/v1/minimax_h3/image_to_video
상업적 사용
카탈로그 상태 운영 중
MODELS

앱 개발을 위해 MiniMax H3 skill 설치

모델 docs, schema, 가격 메모, 설정 단계를 코딩 워크스페이스로 불러옵니다.

# Install the model skill for app development workflows
npx skills add runapi-ai/minimax-h3 -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the MiniMax H3 skill for this app:

1. Add runapi-ai/minimax-h3 with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
작동 방식

이 model skill로 구현하는 방법

01

모델 선택

출력 유형, 품질 기준, 지연 시간 목표에 맞는 모델과 변형을 고릅니다.

02

한 번 인증

모든 지원 모델에 RunAPI key를 사용합니다.

03

skill 설치

기능을 구현하기 전에 코딩 워크스페이스에 model skill을 추가합니다.

04

결과 받기

task ID로 조회하거나 생성 완료 시 callback을 처리합니다.

컨텍스트

MiniMax H3의 위치

텍스트-비디오와 이미지-비디오는 하나의 RunAPI 모델 ID를 사용합니다. 참조 모드는 이미지 9장, 영상 3개, 오디오 3개까지 지원하며 오디오는 이미지 또는 영상 참조와 함께 사용해야 합니다.

Provider
MiniMax
Modality
Video
RUNAPI를 선택하는 이유

RunAPI로 MiniMax H3을 쓰는 이유

하나의 API key

모델과 제공사를 넘나들며 같은 인증 정보를 사용합니다.

Skill-ready

model skill에 schema, 설정 메모, 가격 컨텍스트, 모델 ID가 포함됩니다.

예측 가능한 과금

호출 전에 사용량 기반 가격을 확인할 수 있습니다.

FAQ

자주 묻는 질문

MiniMax H3는 어떤 영상 입력을 지원하나요?

텍스트, 첫·마지막 프레임 또는 여러 참조 이미지·영상·오디오를 사용할 수 있습니다. 출력은 768p 또는 2K, 4~15초입니다.

이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

지금 시작

MiniMax H3로 개발을 시작하세요.

Endpoints
  • text_to_video
  • image_to_video
같은 카테고리
제공사
Docs