gpt-5.5 返回 API_OK。
先在运行环境中设置 HEIHUZI_ACCEPTANCE_API_KEY 为可调用 Responses 的 Key。该命令显式选择 https://code.heihuzi.ai,使用 Responses HTTP 连接,并禁用客户端自动重试。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
macOS 上实际运行的 Codex CLI HTTP 接入。
gpt-5.5 返回 API_OK。
先在运行环境中设置 HEIHUZI_ACCEPTANCE_API_KEY 为可调用 Responses 的 Key。该命令显式选择 https://code.heihuzi.ai,使用 Responses HTTP 连接,并禁用客户端自动重试。
codex \
exec \
--ignore-user-config \
--ephemeral \
--skip-git-repo-check \
--sandbox read-only \
--json \
--color never \
-m gpt-5.5 \
-c 'model_provider="heihuzi_acceptance"' \
-c 'model_reasoning_effort="low"' \
-c 'model_providers.heihuzi_acceptance.name="Heihuzi"' \
-c 'model_providers.heihuzi_acceptance.base_url="https://code.heihuzi.ai"' \
-c 'model_providers.heihuzi_acceptance.wire_api="responses"' \
-c 'model_providers.heihuzi_acceptance.env_key="HEIHUZI_ACCEPTANCE_API_KEY"' \
-c model_providers.heihuzi_acceptance.supports_websockets=false \
-c model_providers.heihuzi_acceptance.request_max_retries=0 \
-c model_providers.heihuzi_acceptance.stream_max_retries=0 \
'Reply with exactly API_OK. Do not use any tools or read files.'