minimax-usage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMiniMax 使用状况查询
MiniMax Usage Status Query
功能
Function
运行 命令,解析输出并以清晰格式展示给用户。
minimax statusRun the command, parse the output, and display it to users in a clear format.
minimax status输出格式
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
- 运行 命令
minimax status - 解析命令输出,提取关键数据
- 按上述模板格式输出结果
- 如果显示「所有模型额度」部分,直接跳过不显示
- Run the command
minimax status - Parse the command output and extract key data
- Output the results in the format of the above template
- If the "All Model Quotas" section is displayed, skip it directly