Claude Desktop

开启第三方推理

  1. 在 Claude Desktop 中打开 Help > Troubleshooting,开启 Developer Mode。
  2. 打开 Developer > Configure Third-Party Inference
  3. 选择 Gateway 作为推理服务商。

配置 JoyToken

配置项
Gateway base URLhttps://api.joytokens.ai/anthropic
Gateway API key你的 JoyToken API Key
Credential kindStatic API key
Gateway auth schemex-api-key
Model discovery关闭
Inference modelauto

在本机应用配置,然后新建一个对话。

验证

发送 Reply with exactly: pong。成功时会返回 pong

常见错误

错误处理方式
401 Unauthorized检查 Gateway API key,并确认鉴权方式是 x-api-key
没有可用模型关闭模型发现并手动添加 auto
请求使用了其他服务商确认 Inference provider 已设置为 Gateway

相关资源