gpt-5.5를 직접 선택하지 못할 수 있습니다. 이는 Codex의 local model catalog limitation입니다. BetterToken https://www.bettertoken.ai/v1 endpoint를 사용할 수 없다는 뜻은 아닙니다.
local custom-models.json file을 추가하여 Codex가 gpt-5.5를 인식하게 한 다음 ~/.codex/config.toml에서 이를 reference할 수 있습니다. 이후 Codex version이 gpt-5.5를 native로 지원한다면 built-in Codex setup을 우선하세요.
이 페이지에서 제공하는 전체
custom-models.json을 사용하세요. file을 수동 편집한다면 existing model entries와 fields를 유지하고 필요한 model configuration만 변경하세요.설정 단계
1
custom model config file 준비
custom model config path는
~/.codex/custom-models.json입니다.- JSON file 다운로드
- JSON 수동 편집
전체 model catalog를 다운로드하세요.custom-models.json 다운로드downloaded file을 Codex config directory에 두고
custom-models.json으로 이름을 지정하세요.downloaded file은 전체 model catalog입니다. 다음 단계에서 Codex config로 이를 reference합니다.
2
Codex config에서 JSON file reference
Codex config file Windows 예시:
~/.codex/config.toml을 연 다음 다음 config를 add 또는 merge하세요.macOS / Linux 예시:model_catalog_json은 local absolute path여야 합니다. Windows의 TOML double-quoted strings에서는 \를 \\로 작성하세요.3
Codex 다시 시작
config file을 변경한 후 current Codex process를 중지하고 새 terminal session에서 시작하세요.
문제 해결
gpt-5.5가 여전히 작동하지 않는다면 다음 items를 순서대로 확인하세요.
model_catalog_json이 local absolute path를 사용함custom-models.json이 complete model catalog를 유지함base_url이https://www.bettertoken.ai/v1임wire_api가responses임model_provider가[model_providers.custom]의 provider id와 일치함
gpt-5.5를 native로 지원한다면 model_catalog_json을 제거하고 일반 Codex 설정 가이드로 돌아가세요.
