CODEX如何使用CPA的号池
- 内容介绍
- 文章标签
- 相关推荐
config.toml配置文件如下
model_provider = "cliproxyapi"model = “gpt-5.3-codex”
model_reasoning_effort = “xhigh”
[model_providers.cliproxyapi]
name = “cliproxyapi”
base_url = “http://127.0.0.1:8317/v1”
wire_api = “responses”
在CPA后台一直报401,确定auth.json中使用的是正确的apikey
image1129×635 50.2 KB
--【壹】--:
正常openai协议是能正常使用的,但是response就不行
--【贰】--:
terminal里设置api key试试
setx CPA_API_KEY “sk-”
config里
env_key = “CPA_API_KEY”
wire_api = “responses”
--【叁】--:
我有一部分是 401,然后其他的都正常
--【肆】--: inless427:
model_reasoning_effort = “xhigh”
model_reasoning_effort = “xhigh” 我这里填的是 high 其他跟你差不多
--【伍】--:
同样的key,在cherry里面是正常的,应该不是key的问题
不过cherry里面的response也用不了
--【陆】--:
config.toml配置文件如下
model_provider = "cliproxyapi"model = “gpt-5.3-codex”
model_reasoning_effort = “xhigh”
[model_providers.cliproxyapi]
name = “cliproxyapi”
base_url = “http://127.0.0.1:8317/v1”
wire_api = “responses”
在CPA后台一直报401,确定auth.json中使用的是正确的apikey
image1129×635 50.2 KB
--【壹】--:
正常openai协议是能正常使用的,但是response就不行
--【贰】--:
terminal里设置api key试试
setx CPA_API_KEY “sk-”
config里
env_key = “CPA_API_KEY”
wire_api = “responses”
--【叁】--:
我有一部分是 401,然后其他的都正常
--【肆】--: inless427:
model_reasoning_effort = “xhigh”
model_reasoning_effort = “xhigh” 我这里填的是 high 其他跟你差不多
--【伍】--:
同样的key,在cherry里面是正常的,应该不是key的问题
不过cherry里面的response也用不了
--【陆】--:

