一、安装 Claude
访问 claude 官网,下载 Download desktop app
https://claude.ai/login
二、配置 Coding Plan
1.启用开发者模式
Help —— Troubleshooting——Enable Developer Mode
2.重启后打开,配置第三方推理 Developer —— Configure Third-Party Inference...
3.配置 Coding Plan 配置兼容 Anthropic 接口协议的 BaseUrl 和 ApiKey
配置模型列表
这里使用的是方舟 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
重启后就可以正常使用了