codex 又送一次重置机会 +4 了

tab16360 2026-07-02 08:17 1

available_count: 4
available ,Full reset (Weekly + 5 hr)
granted_at: 2026-06-12 11:40:52 CST+0800
expires_at: 2026-07-12 11:40:52 CST+0800

available ,Full reset (Weekly + 5 hr)
granted_at: 2026-06-18 08:15:54 CST+0800
expires_at: 2026-07-18 08:15:54 CST+0800

available ,Full reset (Weekly + 5 hr)
granted_at: 2026-06-27 07:48:24 CST+0800
expires_at: 2026-07-27 07:48:24 CST+0800

available ,Full reset (Weekly + 5 hr)
granted_at: 2026-07-02 04:03:59 CST+0800
expires_at: 2026-08-01 04:03:59 CST+0800
最新回复 (23)
  • odirus 07-02 08:22
    1
    我只看到有三次重置机会,但没看到 expires_at ,这是哪里看到的?
  • wxyrrcj 07-02 08:34
    2
    @odirus 提示词:
    请使用本机 Codex 凭证查一下 rate-limit reset credits:

    读取 ~/.codex/auth.json 里的 tokens.access_token ,请求接口: https://chatgpt.com/backend-api/wham/rate-limit-reset-credits


    要求:
    1. 不要打印 access_token 、refresh_token 、cookie 或完整唯一 ID
    2. 只汇总 available_count 、每个 credit 的 status/title/granted_at/expires_at
    3. 把 granted_at/expires_at 从 UTC 转成本地时间
    4. 如果状态码返回 401 ,说明是凭证失效或没带对 Authorization heade
  • licoycn 07-02 08:34
    3
    已经 7 次机会了 ![]( )
  • licoycn 07-02 08:35
    4
    @odirus 可以试试 https://github.com/Licoy/codex-runway 😄
  • aeron 07-02 09:20
    5
    @licoycn #3 这个是什么面板,还能看到具体的到期时间
  • enaen 07-02 09:27
    6
    四次的不用查了,时效跟你的完全一样
  • astroj 07-02 09:40
    7
    根本蹬不完
  • Dream4U 07-02 09:43
    8
    现在是不是用的特别快?我 20X Pro 刚才看两天已经用了 951.74 刀,占到 7 天的 46%
    一周只有 2000 刀?
    以前没感觉这么快啊?
  • jimyag 07-02 09:45
    9
    ```bash
    python3 - <<'PY'
    import json, urllib.request
    from pathlib import Path

    auth = json.loads(Path("~/.codex/auth.json").expanduser().read_text())
    token = auth["tokens"]["access_token"]
    account = auth["tokens"]["account_id"]

    req = urllib.request.Request(
    "https://chatgpt.com/backend-api/wham/rate-limit-reset-credits",
    headers={
    "Authorization": f"Bearer {token}",
    "ChatGPT-Account-ID": account,
    "OpenAI-Beta": "codex-1",
    "originator": "Codex Desktop",
    },
    )

    print(urllib.request.urlopen(req).read().decode())
    PY
    ```
  • izyao 07-02 10:06
    10
    请教一下,plus 账号没有吗?通过 applestore 礼品卡订阅土区的
  • holdmycosmo 07-02 10:22
    11
    降智到无语,一个新功能引入 3 个 bug ,得修好几轮

    一样价格谁不用 claude ,只能靠送重置来挽留客户
  • tab16360 楼主 07-02 10:46
    12
    @izyao #10 有,陆续到账
  • oldManNewThought 07-02 10:48
    13
    @licoycn #3 同问,哪里看到期时间
  • nimonew 07-02 10:49
    14
    @tab16360 @izyao 有些账号是一直都没有的,例如:我的 /(ㄒoㄒ)/~~
  • tab16360 楼主 07-02 11:27
    15
    @oldManNewThought #13 把 2 楼的提示词发给 codex 就返回了
  • chjieza 07-02 11:41
    16
    @Dream4U 我昨天更新以后确实感觉消耗速度变快了
  • licoycn 07-02 12:19
    17
    @oldManNewThought
    @aeron

    这个: https://github.com/Licoy/codex-runway
  • doooool777 07-02 14:35
    18
    奇怪 6 月 27 号开的 pro 到现在这几次发卡一次都没到账过
  • FFM 07-02 15:25
    19
    只看到有次数,在哪里能看到过期日的?
  • tab16360 楼主 07-02 16:01
    20
    @FFM #19 把 2 楼的提示词发给 codex 就返回了
  • programApe 07-02 16:24
    21
    @Dream4U 体感上比 claude 快好多,5x 单窗口 40 分钟耗尽了,太夸张了
  • mgcnrx11 07-02 16:28
    22
    有没有什么工具,在 5h 跑到超过限额后停止的任务,在 5h 重刷后能帮我继续执行的?想着跑个通宵,但可能 2 小时就碰墙了
  • zoyua 07-02 16:44
    23

    我去 还真给了一次重置次数
* 帖子来源V2EX
返回