grok 快速判断是否降智的方法

Para 2026-08-01 12:44 1

grok 越来越 没法法用了



同一账号

不同 ip 现在会




  • 429

  • {"code":"subscription:free-usage-exhausted","error":"You've used all the included free usage for model grok-4.5 for now. Usage resets over a rolling 24-hour window — tokens (actual/limit): 812460/500000. Upgrade to a Grok subscription for higher limits: https://grok.com/supergrok"}

  • 降智

  • 正常


看到站内有帖子说降智模型的 tps 会特别快,测试了一下确实是的

用流式(“stream”=true)事件去测


curl -sS -N -w '\nfirst-byte: %{time_starttransfer}s total: %{time_total}s\n' \
'https://cli-chat-proxy.grok.com/v1/responses' \
-X POST \
-H 'Authorization: Bearer <your access token here>' \
-H 'Content-Type: application/json' \
-H 'x-grok-client-version: 0.2.111' \
-d '{
"model": "grok-4.5",
"input": "你内部的模型 id是?",
"max_output_tokens": 1000,
"stream": true
}'

正常不降智


首包和总耗时之间差别很大,是一个一个字出来的 tps 很低


降智


首包和总耗时之间差别很小 tps 很高


ip更烂


直接 429

或者 subscription:free-usage-exhausted

最新回复 (6)
  • 酷睿哥 08-01 12:47
    1

    TPS高的肯定是小模型了,这个办法是不是仅限直连的情况,中转的哪些有效吗?

  • Para 楼主 08-01 12:50
    2

    应该是一样的

    降智后 tps 高的离谱

  • Ljj 08-01 12:54
    3

    感谢大佬认可哈哈哈哈,我也在修最新的版本

  • ltw 08-01 14:03
    4

    不用判断,踏喵的明摆睁眼说瞎话我都懒得看了^-^

  • 疯狂阿强 08-01 14:13
    5

    降智表现 疯狂重复 还不给执行写文件

  • chi 08-01 14:20
    6

    这两天我的免费号都被要求重登了,已转luna,不折腾grok了

* 帖子来源Linux.do
返回