---
title: "MiniMax AI 模型 — RunAPI API 与 Skill 接入"
url: "https://runapi.ai/zh-CN/providers/minimax.md"
canonical: "https://runapi.ai/zh-CN/providers/minimax.md"
locale: "zh-CN"
provider: "MiniMax"
line_count: 2
variant_count: 13
---

# MiniMax

海螺视频生成，原生 1080p，精准物理模拟和复杂运动效果。

MiniMax 开发海螺视频生成模型，支持文生视频和图生视频，原生 1080p 输出，精准物理模拟、复杂运动和人体姿态保真。

## Models

- [Hailuo](https://runapi.ai/zh-CN/models/hailuo.md) — Video, 6 variants · from $0.300
- [MiniMax](https://runapi.ai/zh-CN/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/zh-CN/models/hailuo/02-image-to-video-pro.md |
| Hailuo | `02-image-to-video-standard` | call | $0.300 | https://runapi.ai/zh-CN/models/hailuo/02-image-to-video-standard.md |
| Hailuo | `02-text-to-video-pro` | call | $0.570 | https://runapi.ai/zh-CN/models/hailuo/02-text-to-video-pro.md |
| Hailuo | `02-text-to-video-standard` | call | $0.500 | https://runapi.ai/zh-CN/models/hailuo/02-text-to-video-standard.md |
| Hailuo | `2.3-image-to-video-pro` | call | $0.900 | https://runapi.ai/zh-CN/models/hailuo/2.3-image-to-video-pro.md |
| Hailuo | `2.3-image-to-video-standard` | call | $0.500 | https://runapi.ai/zh-CN/models/hailuo/2.3-image-to-video-standard.md |
| MiniMax | `m2` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/minimax/m2.md |
| MiniMax | `m2.1` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/minimax/m2.1.md |
| MiniMax | `m2.5` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/minimax/m2.5.md |
| MiniMax | `m2.5-highspeed` | 1K tokens | $0.020 | https://runapi.ai/zh-CN/models/minimax/m2.5-highspeed.md |
| MiniMax | `m2.7` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/minimax/m2.7.md |
| MiniMax | `m2.7-highspeed` | 1K tokens | $0.020 | https://runapi.ai/zh-CN/models/minimax/m2.7-highspeed.md |
| MiniMax | `m3` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/minimax/m3.md |

## LLM API endpoints

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

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/messages` — Anthropic compatible

Use the OpenAI or Anthropic SDK 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

### 这是 %{provider} 官方集成吗？

RunAPI 提供托管 API 接入，定价、能力和错误行为都清晰透明。

### 需要单独的 %{provider} 账号吗？

不需要——RunAPI key 即可使用托管接入。

### 代理会带来多少延迟？

一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 能自带 key 吗？

目前不支持——调用使用 RunAPI 托管接入。

