白嫖高速渠道 zai/glm-5.2 8月27日截止 300tps

前原圭一 2026-08-18 12:47 1

先说来源:GLM 5.2 free for eve agents through August 27 via Blackbox on AI Gateway - Vercel


然后是ai总结:


最后是人类总结;


1.需要一个正常的vercel api key,曾经被斩杀的不行。


斩杀示例


[status 403] This team is blocked from using AI Gateway.

正常示例


[status 403] Free tier users do not have access to this model. 

2.确认没被斩杀后,覆盖User-Agent:eve/0.27.8

GPTLoad配置如图



3.然后就能用vercel ai gateway的apihttps://ai-gateway.vercel.sh

正常调用zai/glm-5.2模型

最新回复 (19)
  • 通融 08-18 12:59
    1

    谢谢佬,已经蹬上了!必须要走 UA验证

  • Ya Gao 08-18 13:01
    2

    佬友,请求的地址是哪个?没找到啊!

  • 前原圭一 楼主 08-18 13:02
    3

    可能有人没用过vercel ai gateway,补充下,需要绑卡

  • 木偶操纵者 08-18 13:02
    4

    请问一下,那这种还能给ZCode使用吗?只能是给CC Switch支持的那些软件使用吗。比如说claude、codex、gemini、opencode、openclaw、hermes。

  • 钟阮 08-18 13:03
    5

    套个NewAPI直接复写请求头。

  • 前原圭一 楼主 08-18 13:04
    6
    https://ai-gateway.vercel.sh/v1/chat/completions
  • 前原圭一 楼主 08-18 13:08
    7

    免费时间不长,而且vercel ai gateway也要验卡,所以不设帖子等级。


    有评论反馈说不需要验卡。可以自己试试。

  • zichang lin 08-18 13:09
    8

    curl -s -X POST “https://ai-gateway.vercel.sh/v1/chat/completions”

    -H “Authorization: Bearer 你的KEY”

    -H “Content-Type: application/json”

    -H “User-Agent: eve/0.27.8”

    -d ‘{“model”:“zai/glm-5.2”,“messages”:[{“role”:“user”,“content”:“hi”}]}’

    这个是格式

  • 通融 08-18 13:09
    9

    (帖子已被作者删除)

  • 前原圭一 楼主 08-18 13:12
    10

    好像验卡才能申请key调用,忘了,手里的key都是好久以前的,不知道没验卡能不能申请key。你不是说蹬上了吗,可能不验卡也能用吧。

  • 通融 08-18 13:13
    11

    2分31秒做的鹈鹕测试,

  • 零与一 08-18 13:15
    12

    zai/glm-5.2



    不用卡也可以创建API key,我注册一个账号直接创建了

  • alhz 08-18 13:15
    13

    zai/glm-5.2



    用量有限制吗?测试了一下可以调用

  • Acue 08-18 13:16
    14

    好快,感谢分享,

  • gcjer 08-18 13:17
    15

    (帖子已被作者删除)

  • 前原圭一 楼主 08-18 13:18
    16

    不知道呢,我没有大规模使用需求,自己试试吧 ^-^

  • 優希 石光 08-18 13:19
    17

    为啥我得验卡

  • Clove 08-18 13:19
    18

    {

    “Authorization”: “Bearer {api_key}”,

    “User-Agent”: “eve/0.27.8”,

    “Content-Type”: “application/json”,

    “re:^X-Trace-.*$”: true

    }


    newapi这样覆写请求头就可以了

  • Dea丶Planet 08-18 13:20
    19

    佬,这是要用自己的key还是怎么调用

* 帖子来源Linux.do
返回