---
title: "MiniMax H3 API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/minimax-h3.md"
canonical: "https://runapi.ai/ja/models/minimax-h3.md"
locale: "ja"
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

テキスト動画生成と画像動画生成は1つのRunAPIモデルIDで利用できます。リファレンスモードは画像9枚、動画3本、音声3本まで対応し、音声は画像または動画と併用します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

失敗した生成は課金されません

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

