---
title: "MiniMax H3 API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/minimax-h3.md"
canonical: "https://runapi.ai/ko/models/minimax-h3.md"
locale: "ko"
model: "MiniMax H3"
provider: "MiniMax"
modality: "video"
variant_count: 1
price_from_cents: 37
---

# MiniMax H3 API

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

**Provider:** MiniMax
**Modality:** Video
**Catalog:** 2 endpoints

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

## Variants

Single-SKU line. The SDK model ID is `minimax-h3` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_video` | $0.370 | second |
| `image_to_video` | $0.370 | second |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `minimax-h3` |
| Provider | MiniMax |
| Modality | video |
| Task type | asynchronous |
| Billing unit | second |
| API endpoint | `/api/v1/minimax_h3/image_to_video` |


## Install the skill

```sh
npx skills add runapi-ai/minimax-h3 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add MiniMax H3 features to an application.

## Context

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

## FAQ

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

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

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

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

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

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

