Token消失了?Codex、Claude的token余额这样查
Codex你可以在 ChatGPT 网页版的 Codex 设置中查看积分余额和使用情况也可通过终端命令/status查询。网页版查询登录ChatGPT 网页版。进入Codex 设置。打开设置-分析即可查看当前积分余额、最近使用情况以及 5 小时和每周的使用限额。官方查询网站 https://chatgpt.com/codex/cloud/settings/analytics终端/CLI查询1. 如果使用 Codex CLI在终端执行命令/status2. 系统会返回你的 5小时限额、每周限额及重置时间。大概额度GPT公司会根据算力和用户请求动态规划Token额度大概的额度量如下Plus 用户每 5 小时可发送约 30-150 条本地消息或 5-40 个云任务。Pro 用户每 5 小时可发送 300-1,500 条本地消息或 50-400 个云任务。Business 用户基础额度与 Plus 相似但支持多用户和组织管理可通过开通多个 Business 会员实现额度叠加。Claude Code网页版查询1. 在 Claude Code Web/IDE 插件中使用通常在右上角或设置Settings里会显示剩余用量或 Billing/Usage2. 登录 Claude 账号 → 进入 Account / Usage 页面 → 查看当前周期的剩余额度命令行工具1. claude-code-usage-monitorGitHubhttps://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor不仅可以实时显示Token用量还可以显示当前会话窗口下的平均 Token 消耗速率与预计耗尽时间多种安装下载方式从PyPI下载未下载uv# On Linux/macOS: curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows: powershell -ExecutionPolicy ByPass -c irm https://astral.sh/uv/install.ps1 | iex # After installation, restart your terminal工具下载# Install directly from PyPI with uv (easiest) uv tool install claude-monitor # Run from anywhere claude-monitor # or cmonitor, ccmonitor for short从源下载# Clone and install from source git clone https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor.git cd Claude-Code-Usage-Monitor uv tool install . # Run from anywhere claude-monitorpip下载# Install from PyPI pip install claude-monitor # If claude-monitor command is not found, add ~/.local/bin to PATH: echo export PATH$HOME/.local/bin:$PATH ~/.bashrc source ~/.bashrc # or restart your terminal # Run from anywhere claude-monitor # or cmonitor, ccmonitor for short2.glm-quota-lineGithub: https://github.com/deluo/glm-quota-line能在 Claude Code 终端底部实时显示 GLM Coding Plan 的剩余额度无需切换窗口npm install -g glm-quota-line glm-quota-line install安装完成后Claude Code 底部状态栏会自动显示配额GLM Lite █████████░ 91% | W 47% | 14:47也可以直接在终端运行glm-quota-line快速查看用量无需启动 Claude Code。
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2524501.html
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!