minimax

Integrate MiniMax chat, text-to-speech, and video generation via HTTP API.

1|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/zhangdszq/vk-skills --skill minimax-zhangdszq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax
Source: https://github.com/zhangdszq/vk-skills/tree/main/minimax
Command: npx skills add https://github.com/zhangdszq/vk-skills --skill minimax-zhangdszq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a unified way to access MiniMax AI capabilities (chat, TTS, and video) from any client via HTTP API, eliminating the need to build bespoke integrations.

Core Features & Use Cases

  • Chat completion with MiniMax-M1/M2 models for Chinese language conversations.
  • Text-to-speech with emotion-capable voices and multiple formats.
  • Text-to-video and video-generation with async task handling, suitable for automation scripts and apps.

Quick Start

Run a curl command against the MiniMax API using your API key to perform chat, TTS, or video tasks.

Frequently Asked Questions about minimax

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate MiniMax API for Chinese LLM chat and text-to-speech using curl?

To integrate MiniMax API for chat and text-to-speech using curl, you need an API key to run HTTP requests against MiniMax endpoints. This supports Chinese language conversations, streaming, and emotion-capable TTS outputs directly from CLI tools or scripts.

Can I generate video from text via the MiniMax API in automation scripts?

Yes, you can generate video from text via the MiniMax API in automation scripts. The integration handles text-to-video generation through asynchronous task management, allowing your application to submit requests and retrieve video results once processing completes.

What is required to authenticate MiniMax API requests for chat and TTS?

Authenticating MiniMax API requests for chat and TTS requires a valid API key. You must include this key in your HTTP curl commands to access MiniMax-M1/M2 models, handle streaming responses, and process text-to-speech workflows securely.

Does the MiniMax API support streaming responses for Chinese language chat completions?

Yes, the MiniMax API supports streaming responses for Chinese language chat completions. By configuring your curl request appropriately, you can receive streamed data from MiniMax-M1/M2 models, enabling real-time conversational interactions in your web apps.

What are the limitations of using curl for MiniMax async video generation tasks?

When using curl for MiniMax async video generation tasks, the limitation is managing asynchronous polling manually. Your script must submit the video generation request and separately query the task status endpoint until the video output is ready for retrieval.