minimax-usage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

MiniMax 使用状况查询

MiniMax Usage Status Query

功能

Function

运行
minimax status
命令,解析输出并以清晰格式展示给用户。
Run the
minimax status
command, parse the output, and display it to users in a clear format.

输出格式

Output Format

必须包含以下信息:
  • 5小时限额:时间窗口内的已用额度百分比、剩余次数、重置时间
  • 周限额:周使用量百分比、剩余次数、重置时间
  • Token 消耗统计:昨日、近7天、当月消耗
禁止显示:
  • 当前模型
  • 模型额度详情(「所有模型额度」部分)
Must include the following information:
  • 5-hour Quota: Percentage of used quota within the time window, remaining times, reset time
  • Weekly Quota: Percentage of weekly usage, remaining times, reset time
  • Token Consumption Statistics: Consumption from yesterday, past 7 days, and current month
Prohibited from displaying:
  • Current model
  • Model quota details (the "All Model Quotas" section)

输出模板

Output Template

**MiniMax 使用状况**

| 项目 | 百分比 | 剩余次数 | 重置时间 |
|------|--------|----------|----------|
| 5小时限额 | XX% | XXX/XXXX 次调用 | X 小时 X 分钟后 |
| 周限额 | XX% | XXX/XXXX 次调用 | X 天 X 小时后 |

**Token 消耗统计**
| 周期 | 消耗量 |
|------|--------|
| 昨日 | XX.X万 |
| 近7天 | XX.X万 |
| 当月 | XXX.X万 |

**状态**:XXXXX
**MiniMax Usage Status**

| Item | Percentage | Remaining Times | Reset Time |
|------|--------|----------|----------|
| 5-hour Quota | XX% | XXX/XXXX Calls | In X hours X minutes |
| Weekly Quota | XX% | XXX/XXXX Calls | In X days X hours |

**Token Consumption Statistics**
| Period | Consumption |
|------|--------|
| Yesterday | XX.Xk |
| Past 7 Days | XX.Xk |
| Current Month | XXX.Xk |

**Status**: XXXXX

执行步骤

Execution Steps

  1. 运行
    minimax status
    命令
  2. 解析命令输出,提取关键数据
  3. 按上述模板格式输出结果
  4. 如果显示「所有模型额度」部分,直接跳过不显示
  1. Run the
    minimax status
    command
  2. Parse the command output and extract key data
  3. Output the results in the format of the above template
  4. If the "All Model Quotas" section is displayed, skip it directly