> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vibetoken.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# MiniMax-H3 API

> MiniMax-H3 快速入门 —— 2K 视频生成、音画同步，MiniMax 旗舰多模态视频模型。

## 概述

**MiniMax-H3** 是 MiniMax 在 VibeToken 上的旗舰多模态视频模型，
通过 MiniMax 官方 API 提供服务。它可根据文本提示词生成带同步音频的
2K 视频，按输出秒数计价。

|           |                                                       |
| --------- | ----------------------------------------------------- |
| **服务商**   | MiniMax（官方 API）                                       |
| **系列**    | `minimax-h3`                                          |
| **模态**    | 视频                                                    |
| **支持的任务** | `text-to-video`、`image-to-video`、`reference-to-video` |
| **分辨率**   | 2K                                                    |

## 端点

```http theme={null}
POST https://vibetoken.cn/v1/videos/generations
```

这是一个**异步**端点。POST 请求会立即返回
`{id, status: "pending"}`；随后轮询 `GET /v1/videos/generations/{id}`
直到 `status` 变为 `success`（携带 `data: [{url}]`）或 `failed`。

## 支持的任务

* [`text-to-video`](/minimax-h3-api/text-to-video) — `minimax/minimax-h3-t2v`
* [`image-to-video`](/minimax-h3-api/image-to-video) — `minimax/minimax-h3-i2v`
* [`reference-to-video`](/minimax-h3-api/reference-to-video) — `minimax/minimax-h3-r2v`

## 定价

按输出秒数以 2K 费率计价 —— 各时长对应的每段价格请参见
[定价页](https://vibetoken.cn/pricing)。
