---
title: "MiniMax AI models — RunAPI API 접근과 skill"
url: "https://runapi.ai/ko/providers/minimax.md"
canonical: "https://runapi.ai/ko/providers/minimax.md"
locale: "ko"
provider: "MiniMax"
line_count: 2
variant_count: 13
---

# MiniMax

정확한 물리 시뮬레이션과 복잡한 모션을 갖춘 네이티브 1080p Hailuo 비디오 생성.

MiniMax는 정확한 물리 시뮬레이션, 복잡한 모션, 인체 자세 충실도를 갖추고 네이티브 1080p로 텍스트-투-비디오와 이미지-투-비디오를 생성하는 비디오 생성 모델 Hailuo를 개발합니다.

## Models

- [Hailuo](https://runapi.ai/ko/models/hailuo.md) — Video, 6 variants · from $0.300
- [MiniMax](https://runapi.ai/ko/models/minimax.md) — Text, 7 variants · from $0.010

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Hailuo | `02-image-to-video-pro` | call | $0.570 | https://runapi.ai/ko/models/hailuo/02-image-to-video-pro.md |
| Hailuo | `02-image-to-video-standard` | call | $0.300 | https://runapi.ai/ko/models/hailuo/02-image-to-video-standard.md |
| Hailuo | `02-text-to-video-pro` | call | $0.570 | https://runapi.ai/ko/models/hailuo/02-text-to-video-pro.md |
| Hailuo | `02-text-to-video-standard` | call | $0.500 | https://runapi.ai/ko/models/hailuo/02-text-to-video-standard.md |
| Hailuo | `2.3-image-to-video-pro` | call | $0.900 | https://runapi.ai/ko/models/hailuo/2.3-image-to-video-pro.md |
| Hailuo | `2.3-image-to-video-standard` | call | $0.500 | https://runapi.ai/ko/models/hailuo/2.3-image-to-video-standard.md |
| MiniMax | `m2` | 1K tokens | $0.010 | https://runapi.ai/ko/models/minimax/m2.md |
| MiniMax | `m2.1` | 1K tokens | $0.010 | https://runapi.ai/ko/models/minimax/m2.1.md |
| MiniMax | `m2.5` | 1K tokens | $0.010 | https://runapi.ai/ko/models/minimax/m2.5.md |
| MiniMax | `m2.5-highspeed` | 1K tokens | $0.020 | https://runapi.ai/ko/models/minimax/m2.5-highspeed.md |
| MiniMax | `m2.7` | 1K tokens | $0.010 | https://runapi.ai/ko/models/minimax/m2.7.md |
| MiniMax | `m2.7-highspeed` | 1K tokens | $0.020 | https://runapi.ai/ko/models/minimax/m2.7-highspeed.md |
| MiniMax | `m3` | 1K tokens | $0.020 | https://runapi.ai/ko/models/minimax/m3.md |

## LLM API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/responses` — OpenAI Responses
- `POST /v1/messages` — Anthropic compatible
- `POST /v1beta/models/{model}:generateContent` — Gemini generateContent
- `POST /v1beta/models/{model}:streamGenerateContent` — Gemini streamGenerateContent

Use a compatible SDK for the endpoint you call with your RunAPI API key.

## Install a model skill

```sh
npx skills add runapi-ai/<line> -g
```

Replace `<line>` with a model slug from this provider, then use the skill docs, schemas, pricing notes, and setup steps while adding the model feature.

## FAQ

### 공식 MiniMax 통합인가요?

RunAPI는 투명한 가격, 기능, 오류 동작을 가진 관리형 API 표면을 제공합니다.

### MiniMax 계정이 필요한가요?

아니요. RunAPI key만 있으면 관리형 접근을 사용할 수 있습니다.

### 가격은 어떻게 청구되나요?

호출 또는 단위 기준으로 과금되며 실패한 생성은 청구되지 않습니다.

