Analyzes images using MiniMax's CLI tool (mmx) with vision understanding.
mmx-cli installed: npm install -g mmx-clinpm install -g mmx-cli --prefix ~/.localmmx auth login --api-key mmx vision --prompt "What is in this image?" ./photo.jpg
mmx vision --prompt "Describe this image in detail" https://example.com/image.jpg
If not authenticated, get your key from platform.minimax.io, then:
mmx auth login --api-key <your-key>
Check quota:
mmx quota show
共 1 个版本