Claude 桌面端配置 Coding Plan

47 阅读1分钟

一、安装 Claude

访问 claude 官网,下载 Download desktop app

https://claude.ai/login

claude 官网.png

二、配置 Coding Plan

1.启用开发者模式 Help —— Troubleshooting——Enable Developer Mode 启用开发者模式.png

2.重启后打开,配置第三方推理 Developer —— Configure Third-Party Inference...

配置第三方推理.png

3.配置 Coding Plan 配置兼容 Anthropic 接口协议的 BaseUrl 和 ApiKey

配置Coding PlanI.png 配置模型列表

模型列表.png

这里使用的是方舟 Coding Plan,可以参考一下 JSON 配置

{
  "disableDeploymentModeChooser": false,
  "inferenceProvider": "gateway",
  "inferenceGatewayBaseUrl": "https://ark.cn-beijing.volces.com/api/coding",
  "inferenceGatewayApiKey": " ",
  "inferenceGatewayAuthScheme": "bearer",
  "inferenceModels": [
    {
      "name": "glm-5.1"
    },
    {
      "name": "kimi-k2.6"
    },
    {
      "name": "minimax-latest"
    },
    {
      "name": "doubao-seed-2.0-pro"
    },
    {
      "name": "doubao-seed-2.0-lite"
    }
  ],
}

三、使用 Claude

重启后就可以正常使用了

开始使用claude.png