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

# MiniMax-H3 API

> Quickstart for MiniMax-H3 — text-to-video at 2K with synchronized audio, MiniMax's flagship multimodal video model.

## Overview

**MiniMax-H3** is MiniMax's flagship multimodal video model on RouterBase,
served via MiniMax's official API. It generates 2K video with synchronized
audio from a text prompt, billed per second of output.

|                     |                                                         |
| ------------------- | ------------------------------------------------------- |
| **Provider**        | MiniMax (official API)                                  |
| **Family**          | `minimax-h3`                                            |
| **Modality**        | Video                                                   |
| **Supported tasks** | `text-to-video`, `image-to-video`, `reference-to-video` |
| **Resolution**      | 2K                                                      |

## Endpoint

```http theme={null}
POST https://routerbase.com/v1/videos/generations
```

This is an **async** endpoint. The POST returns immediately with
`{id, status: "pending"}`; poll `GET /v1/videos/generations/{id}`
until `status` is `success` (with `data: [{url}]`) or `failed`.

## Supported Tasks

* [`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`

## Pricing

Billed per second of output at the 2K rate — see the
[pricing page](https://routerbase.com/pricing) for the current per-clip cost
by duration.
