← 返回
未分类 Key 中文

MiniMax CLI

MiniMax AI platform CLI — text, image, video, speech, music, vision, and web search from terminal or AI agents. Use when generating multimedia content (image...
MiniMax AI平台CLI — 通过终端或AI代理实现文本、图像、视频、语音、音乐、视觉及网页搜索,适用于生成多媒体内容(图像…)
tylerdotai
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 406
下载
💾 2
安装
1
版本
#latest

概述

MiniMax CLI

Official CLI for MiniMax AI Platform. Full multimodal platform — text, image, video, speech, music, vision, and search.

Install

npm install -g mmx-cli

Setup

# Authenticate (get key from https://platform.minimax.io)
mmx auth login --api-key sk-xxxxx

# Verify
mmx auth status
mmx quota

Core Commands

Text Chat

mmx text chat --message "prompt"
mmx text chat --model MiniMax-M2.7 --message "prompt" --stream
mmx text chat --system "You are a helpful assistant" --message "prompt"
mmx text chat --messages-file ./conversation.json --output json

Image Generation

mmx image "A lobster in space"
mmx image generate --prompt "A cat" --n 3 --aspect-ratio 16:9
mmx image generate --prompt "Logo" --out-dir ./out/

Video Generation

mmx video generate --prompt "Ocean waves at sunset" --async
mmx video generate --prompt "A robot painting" --download robot.mp4
mmx video task get --task-id <id>
mmx video download --file-id <id> --out video.mp4

Speech (TTS)

mmx speech synthesize --text "Hello!" --out hello.mp3
mmx speech synthesize --text "Stream test" --stream | mpv -
mmx speech synthesize --text "Hi" --voice English_magnetic_voiced_man --speed 1.2
mmx speech voices  # list all available voices

Music Generation

mmx music generate --prompt "Upbeat pop" --lyrics "[verse] La da dee" --out song.mp3
mmx music generate --prompt "Indie folk" --lyrics-optimizer --out song.mp3
mmx music generate --prompt "Cinematic orchestral" --instrumental --out bgm.mp3
mmx music cover --prompt "Jazz piano" --audio-file original.mp3 --out cover.mp3

Vision

mmx vision photo.jpg
mmx vision describe --image https://example.com/img.jpg --prompt "What breed?"

Web Search

mmx search "MiniMax AI latest news"
mmx search query --q "latest news" --output json

Quotas

FeatureCommandQuota
-------------------------
Text/Chatmmx text chat4,500 req/5hrs
Web Searchmmx searchintegrated
Image Genmmx image50/day

Check mmx quota for current usage.

Key Reference

For voice list, async video workflow, and API details see references/api-notes.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 04:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Meta-Harness Evolver

tylerdotai
端到端 Meta‑Harness 演进,为 Hoss(OpenClaw 代理)服务。每日凌晨3 点通过 OpenClaw cron 自动运行,读取 Hoss 当前工作区配置(SOUL.md、IDENTIT…)
★ 0 📥 390

Dexter Browser Automation

tylerdotai
Browser automation via Playwright. Use when pages are JS-rendered, require user interaction (click/fill), or need screen
★ 0 📥 402

Permission Vending Machine

tylerdotai
多渠道审批系统用于管理 AI 代理权限。将敏感操作(如文件删除、git 强制推送)设置为需人工审批,并通过 iMessage 通知。
★ 0 📥 354