yunshuii 在 在无人在意的角落,grok web更新了modeId 中发帖
当调用 grok-4.3-beta 时,/v1/chat/completions 会返回上游 403,但同一部署下其它聊天模型可以正常使用,例如:
grok-4.20-auto
grok-4.20-expert
grok-4.20-0309-non-reasoning
测试后发现
grok-420-computer-use-sa:/rest/rate-limits 仍返回 200,但 /rest/app-chat/conversations/new 返回 403
grok-420:/rest/rate-limits 返回 200,/rest/app-chat/conversations/new 也可以正常返回 200
本地将相关映射从 grok-420-computer-use-sa 改为 grok-420 后,再调用 model=grok-4.3-beta 可以正常返回:
...