What problem does it solve?
This Skill provides curl-based access to the MiniMax API for AI chat, text-to-speech, and video generation, reducing manual API integration effort and enabling automation at scale.
Core Features & Use Cases
- Chat completion with Chinese-optimized MiniMax models (MiniMax-M1/M2)
- Text-to-Speech with natural voices and emotion control
- Text-to-Video generation from prompts, including Image-to-Video
- Streaming and reasoning model options for real-time or stepwise tasks
Quick Start
Run a basic chat: bash -c 'curl -s "https://api.minimax.io/v1/text/chatcompletion_v2" -X POST -H "Authorization: Bearer ${MINIMAX_API_KEY}" -H "Content-Type: application/json" -d '{"model": "MiniMax-M2","messages":[{"role": "user","content": "Hello"}]}' | jq .'