阿发的岳父 (@sw586) 在 codex cli 怎么配置使用CLIProxyAPI 中的多个模型 中发帖
CLIProxyAPI 文档Codex | CLIProxyAPI
示例:
model_provider = “cliproxyapi”
model = “gpt-5-codex” # Or gpt-5, you can also use any of the models that we support.
model_reasoning_effort = “high”
[model_providers.cliproxyapi]
name = “cliproxyapi”
base_url = “http://127.0.0.1:8317/v1”
wire_api = “responses”
今天才学用CLIProxyAPI 请问在~/.codex/config.toml中怎么配置多个模型,我看文档只列出单模型的写法,如果是CLIProxyAPI 中还有个gpt-6应该怎么...