先说优点,比cc好用!比 codex 快!代码质量也比cc好得多!
配置说明:
安装 copilot
安装 copilot 接入第三方API的插件
{
"reasoning": {
"effort": "xhigh",
"summary": "auto"
},
"store": false,
"stream": true
}
effort 可选项 :low、medium、high、xhigh
配置密钥:
这里前面的小眼睛要点一下显示!
然后切换一下模型就可以开始愉快的玩帅了!
最后贴一个 settings.json 的配置版本
我这里的baseUrl 用的是 cc-switch 的proxy 地址,密钥随便填就行!
"gcmp.compatibleModels": [
{
"id": "rc:gpt-5.2",
"name": "RC-GPT-5.2-Xhigh",
"provider": "zhipu",
"baseUrl": "http://127.0.0.1:15721",
"model": "gpt-5.2",
"sdkMode": "openai-responses",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"capabilities": {
"toolCalling": true,
"imageInput": true
},
"useInstructions": false,
"includeThinking": true,
"extraBody": {
"reasoning": {
"effort": "xhigh",
"summary": "auto"
},
"store": false,
"stream": true
}
},
{
"id": "rc:gpt-5.2-low",
"name": "RC-GPT-5.2-Low",
"provider": "zhipu",
"baseUrl": "http://127.0.0.1:15721",
"model": "gpt-5.2",
"sdkMode": "openai-responses",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"capabilities": {
"toolCalling": true,
"imageInput": true
},
"useInstructions": false,
"includeThinking": true,
"extraBody": {
"reasoning": {
"effort": "low",
"summary": "auto"
},
"store": false,
"stream": true
}
},
{
"id": "rc:gpt-5.2-High",
"name": "RC-GPT-5.2-High",
"provider": "zhipu",
"baseUrl": "http://127.0.0.1:15721",
"model": "gpt-5.2",
"sdkMode": "openai-responses",
"maxInputTokens": 272000,
"maxOutputTokens": 128000,
"capabilities": {
"toolCalling": true,
"imageInput": true
},
"useInstructions": false,
"includeThinking": true,
"extraBody": {
"reasoning": {
"effort": "high",
"summary": "auto"
},
"store": false,
"stream": true
}
}
],









