---
name: "xpay-minimax"
description: "AI video generation from text and images with cinematic quality."
version: "1.0.0"
provider: "MiniMax"
tools: 1
---

# MiniMax

AI video generation from text and images with cinematic quality.

## MiniMax

AI video generation from text and images with cinematic quality.

### Available Tools

- **minimax_video_01**: Video-01 — generate short cinematic videos from text prompts — $0.5/call

### Quick Start

```json
{
  "mcpServers": {
    "minimax": {
      "url": "https://minimax.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

Pay per tool call from your XPay wallet. No subscriptions, no minimums.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 1
**Category:** General

## When to Use

Use MiniMax tools when you need to ai video generation from text and images with cinematic quality.. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Minimax Video 01** — Video-01 — generate short cinematic videos from text prompts — $0.50/call — [SKILL.md](https://xpay.tools/skills/minimax/minimax-video-01/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("minimax")`
2. **`xpay_details`** — Get input schema: `xpay_details("minimax/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("minimax/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/minimax/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
