Codex
固定窗口:上一个窗口结束后,你发的第一条消息开启新的 5 小时。
一个窗口里能做多少不是固定条数:模型、上下文大小、推理档位、工具调用、检索和缓存都会改变一个任务的消耗,所以周额度还有剩,5 小时也可能不到点就用完。恢复时间看 chatgpt.com/codex/settings/usage 或 CLI 里的 /status。Business Premium 席位没有 5 小时限制。
官方原文
The five-hour limit determines how much usage is included in each window. A new window starts when you send your first message in Work or Codex after the previous window ends.You may reach the five-hour limit before five hours have passed, even if you still have weekly usage remaining. Check Settings → Usage for your current allowance and reset times. Limits vary by plan.These estimates are not fixed message limits; check your usage dashboard for current limits and reset times.Premium seats have 5x the included usage of Standard seats, with the benefit of no 5-hour limit so users can maximize uninterrupted session timeClaude
滚动的 5 小时会话;精确恢复时间在设置 › 用量和 /usage 里。
Anthropic 称之为滚动的 5 小时会话窗口,没有固定条数:消息长度、附件、对话长度、模型、effort 档位和工具都算。用量同时计入会话额度和周额度。官方没写窗口具体从哪一刻开始;Claude Code 会把恢复时间作为字段(five_hour.resets_at)显示,到点即清掉这个窗口。
官方原文
Your session-based usage limit will reset every five hours.Every plan has usage limits that reset on a rolling five-hour session window, and paid plans add weekly limits on top.How much you can do depends on the length and complexity of your conversations, the model you choose, and the features you use, so there's no fixed message count.Usage counts against the session and weekly allowances at the same time. A single burst of heavy activity, such as a large workflow fanout, can exhaust the weekly allowance before the session window resets.Claude Code drops a window once its resets_at time passes.实际影响
- 真正的倒计时在你账号里(Settings → Usage / 设置 › 用量),不在本站。
- 一次大动作(长 agent 任务、并行扇出)几分钟就能把一个窗口用空,时钟不会因此变慢。
官方原文于 2026-09-15 对照在线文档核对。