一、配置 auth.json
apikey如下:
bash
sk-8UvPchGMHwu8E8h7uuzzpk9Zv70SI8SU5cNNSnyy8nnv5mLV
二、配置 config.toml
bash
model_provider = "codexeasy"
model = "gpt-5.4"
model_reasoning_effort = "high"
disable_response_storage = true
[model_providers.codexeasy]
name = "codexeasy"
base_url = "https://www.codexeasy.com"
wire_api = "responses"
requires_openai_auth = true
web_search = "live"