| name | cli-anything-minimax |
| description | Command-line interface for MiniMax AI — chat (MiniMax-M3, MiniMax-M2.7) and speech-2.x TTS via the MiniMax API. |
cli-anything-minimax
A CLI harness for MiniMax AI — providing chat completions and text-to-speech synthesis through the MiniMax API.
Installation
pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=minimax/agent-harness
Prerequisites:
Usage
Basic Commands
cli-anything-minimax --help
cli-anything-minimax
cli-anything-minimax chat --prompt "What is AI?"
cli-anything-minimax chat --prompt "Quick answer" --model MiniMax-M2.7
cli-anything-minimax stream --prompt "Write a poem about code"
cli-anything-minimax tts --text "Hello world" --output hello.mp3
cli-anything-minimax --json chat --prompt "Hello"
TTS options
--text (required) / --model / --voice / --output plus voice and audio
controls: --speed (0.5..2.0), (0..10), (-12..12),
(8k/16k/22.05k/24k/32k/44.1k), (32k/64k/128k/256k),
(mp3/pcm/flac), (1/2). See for defaults.