額度快用完了,離重置還有好幾天怎麼辦?
先看兩件事:還剩多少、哪天重置(Claude Code 用 /usage,Codex 用 /status)。然後依見效快慢做減法:少開 subagent,推理降一級,換小一級的模型,換任務就開新的工作階段。還不夠的話,官方給的出路是等重置、升級方案、購買額外用量;Codex 還可以用掉存著的重置卡。
Codex
/status 看剩餘額度和重置時間;先關 subagent、降推理、換小模型;不夠再用重置卡或買用量。
先分清楚碰到的是哪一條:5 小時的等幾個小時就回來,每週額度才需要省著用。Plus 有 5 小時限制,兩種 Pro 方案目前沒有。做減法的順序:不讓它平行分派 subagent;用 /model 把推理強度降一級、換小一級的模型,/fast 開著就關掉;換任務用 /new 開新的工作階段。這樣還不夠時怎麼辦,見下面的小節。
官方原文
If you want to see your remaining limits during an active Codex CLI session, you can use /status.We are for the upcoming months keeping the 5h limit not enabled for Pro $100 and Pro $200 subscriptions.Because each subagent does its own model and tool work, subagent workflows consume more tokens than comparable single-agent runs.agents.enabled defaults to true. Set it to false to disable multi-agent tools.Higher effort can use more of your allowance and does not always produce a better result.Switch to a smaller model for routine tasks. Using GPT-5.6 Terra or GPT-5.6 Luna can extend your local-message usage limits, depending on the model you switch from.Claude
/usage 看剩餘額度和重置時間;先停 subagent、降 effort、換 Sonnet;不夠就等重置、升級或買額外用量。
Claude 的每週重置時間固定綁定帳號,每次都是上一次加 7 天,用多用少、有沒有公告重置都不變,所以「還要撐幾天」是確定的。做減法的順序:別讓它大量分派 subagent,agent team 用完就關;/effort 降一級;/model 換成 Sonnet;換任務先 /rename 再 /clear。模型和 effort 放在新工作階段的開頭換:在長工作階段中途換,下一則訊息就用不上快取,要把整段對話重讀一遍。
官方原文
Weekly limits reset at a fixed time each week that is assigned to your account. Your reset day and time stay the same regardless of when you start using Claude or when your subscription begins, and you receive your full weekly allowance each cycle.A single burst of heavy activity, such as a large workflow fanout, can exhaust the weekly allowance before the session window resets.To prevent Claude from delegating to any subagent, deny the Agent tool itself with permissions.deny.Sonnet handles most coding tasks well and costs less than Opus. Reserve Opus for complex architectural decisions or multi-step reasoning. Use /model to switch models mid-session, or set a default in /config.Each model has its own cache. Switching with /model means the next request reads the entire conversation history with no cache hits, even though the content is identical.Use /clear to start fresh when switching to unrelated work. Stale context wastes tokens on every subsequent message.The session and weekly limits are shared across all models, so switching models doesn't restore access. The Opus and Sonnet limits each apply only to requests to that model family, so switching to a model outside the family with /model keeps you working.依這個順序做減法
順序依見效快慢排列,先做第一步,再看後面的。
先砍 subagent:一次大規模的平行分派就可能用光每週額度。Codex 裡不要讓它平行分派,或在 ~/.codex/config.toml 的 [agents] 下寫 enabled = false。Claude Code 裡 agent team 用完就關;要徹底禁止分派,就在設定的 permissions.deny 裡加上 Agent。
推理降一級:Claude Code 用 /effort,Codex 用 /model;只替真正的難題調回去。
換小一級的模型:Claude Code 選 Sonnet,Codex 選定價頁點名的小一級模型;Codex 的 /fast 開著就關掉。
換任務就開新的工作階段:Claude Code 先 /rename 再 /clear,Codex 用 /new;模型和推理等級也在這時候換,不要在長工作階段中途換。
還不夠時,官方給的出路
Codex:帳號裡有重置卡就用掉,入口在 Settings → Usage,或 CLI 的 /usage。Plus 和 Pro 還可以買 credits 接著用,或買一次即時重置。用了重置卡或買了重置之後,下次每週重置改為你之後送出的第一則訊息起算 7 天,所以重置後馬上送出一則。OpenAI 客服不會應要求重置額度。
Claude:官方給的出路有三條:等重置、升級方案、用 /usage-credits 購買額外用量。每週額度和 5 小時額度是所有模型共用的,用完之後換模型也不能接著用。Claude 沒有重置卡。
Claude 開了額外用量之後別讓工作階段閒置:這時快取只保留 5 分鐘(訂閱額度內是 1 小時),停久了再回來,第一則訊息要重讀整段對話。
官方原文
ChatGPT Plus and Pro users who reach their usage limit can purchase additional credits to continue working without needing to upgrade their existing plan.Using a full banked reset refreshes your 5-hour and weekly Codex usage windows and changes your weekly reset date.A completed purchase immediately restores both 5-hour and weekly usage. It pulls your normal weekly allowance forward rather than adding a separate usage entitlement.OpenAI Support does not reset ChatGPT or Codex usage limits.If you hit your usage limit, you'll need to wait for it to reset, upgrade your plan, or purchase usage credits.Run /usage-credits to buy additional usage on Pro and Max, or to request it from your admin on Team and Enterprise.Cache misses: your first message after a break longer than the cache lifetime misses the cache and reprocesses your full context. The lifetime is an hour on a subscription and drops to five minutes once you're drawing on usage credits常見誤解
- Claude 每週額度用完了,換個模型就能接著用
不能。每週額度和 5 小時額度是所有模型共用的,換模型不會讓額度回來。只有提示寫的是 Opus 限制或 Sonnet 限制時,用 /model 換到另一個系列才能繼續。
- Codex 的重置卡先存著,不急著用
不對。重置卡會過期,通常是發放後 30 天,以帳號裡顯示的到期時間為準,過期不補。沒有可重置的額度時點了也不會扣,所以快過期、兩條進度條又都用得多的時候就該用掉。
- Codex 買一次重置或用一張重置卡,原來的每週重置時間不變
會變。重置生效後,下次每週重置改為你之後送出的第一則訊息起算 7 天,原來的時間作廢。買的即時重置付款後立刻生效,不能存著以後用。Claude 相反:每週重置時間固定,買額外用量也不會改變它。
建議
- 先看數字:Claude Code 執行 /usage,Codex 執行 /status;拿「已用百分比」和「離重置還有幾天」比一下,用本站的每週額度計算機算算照現在的速度夠不夠。
- 先砍 subagent,這一步見效最快。
- 推理降一級,日常任務換小一級的模型。
- Codex 有重置卡就用,用完馬上送出一則訊息:下次每週重置從這則訊息起算 7 天。
- Claude 開了額外用量之後別讓工作階段閒置:快取只保留 5 分鐘,停久了再回來,第一則訊息要重讀整段對話。
- 能等的大任務排到重置之後;重置時間和有沒有公告重置,看本站的 Codex、Claude 重置頁。
