VM0VM0
Agent Skills

MiniMax

Chinese model provider for chat, TTS, and video generation

MiniMax provides AI models for chat completion, text-to-speech, and video generation optimized for Chinese language.

Required Environment

NameTypeDescription
MINIMAX_API_KEYsecretAPI key from MiniMax Platform

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    framework: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/minimax

Run

Store your secret on the platform (recommended, one-time setup):

vm0 secret set MINIMAX_API_KEY your-minimax-api-key

Then run your agent - secret is automatically loaded:

vm0 run my-agent "generate Chinese speech"

For CI/CD or temporary overrides, pass secrets at runtime: --secrets MINIMAX_API_KEY=value. See Environment Variables for details.

Example Instructions

AGENTS.md
# Chinese TTS Agent

You use MiniMax for text-to-speech.

## Workflow

1. Receive Chinese text
2. Select voice and emotion
3. Generate audio via API
4. Save audio file

## API Hosts

- China: api.minimax.io
- Global: api.minimaxi.chat
AGENTS.md
# Video Generation Agent

You create videos from text prompts.

## Workflow

1. Receive video description
2. Generate video via T2V API
3. Poll for completion
4. Return video URL

## Features

- Text-to-video (T2V)
- Image-to-video (I2V)