minimax

Generate videos, music, and speech through MiniMax models via the Pixazo API gateway.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill minimax-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: minimax
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/minimax
Command: npx skills add https://github.com/Pixazo-AI/skills --skill minimax-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets an AI coding agent call MiniMax's Hailuo video, music, and speech models through the Pixazo API without the user writing integration code, handling authentication, operation routing, and async polling automatically. ## Core Features & Use Cases - Video Generation: Text-to-video, image-to-video, last-frame, start/end-frame, and reference-to-video using MiniMax Hailuo H3, H3 Max, and Hailuo 2.3. - Music & Speech: Text-to-music with MiniMax Music 3.0/2.6 and text-to-speech with Speech 2.8 HD/Turbo and Voice Design. - Managed Workflow: One-time API key setup saved to ~/.pixazo/api-key, async task polling until results are ready, and user-friendly handling of 401/402/429/5xx errors. - Use Case: Ask your agent to create a short product teaser clip from a text prompt; it submits the job to MiniMax Hailuo, polls the status endpoint, and returns the video URL. ## Quick Start Ask your agent to generate a short video from a text prompt using MiniMax, and paste your Pixazo API key when prompted.

Frequently Asked Questions about minimax

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

FAQPage Schema
How do I generate a video with MiniMax Hailuo?▼

Submit a POST request to the Pixazo gateway endpoint for your chosen Hailuo version, such as /minimax-hailuo-h3/v2/text-to-video, with your prompt and API key. Video generation is asynchronous, so poll the result endpoint with the returned task_id until the status is completed.

What MiniMax models are available through the Pixazo API?▼

Available models include Hailuo H3, H3 Max, H3 Max Turbo, and Hailuo 2.3 for video, Music 3.0 and 2.6 for music, and Speech 2.8 HD/Turbo plus Voice Design for text-to-speech. Each maps to a specific apiId and operationId listed in the routing table.

Where do I get a Pixazo API key for MiniMax video generation?▼

Get a free key at https://api-console.pixazo.ai/api_keys by signing in and clicking Create new key. The skill saves it to ~/.pixazo/api-key with chmod 600 so you only provide it once.

Why does MiniMax video generation take so long to return a result?▼

Video generation is asynchronous: the initial request returns a task_id rather than the video. You must poll the status endpoint every 5-10 seconds, with a total wait of up to roughly 10 minutes for video and 3 minutes for music.

What does a 402 error mean when calling the MiniMax API?▼

A 402 response means your Pixazo account is out of credits. Top up your balance at https://api-console.pixazo.ai/dashboard, then retry the request.