Skip to content

codex-gateway

Your ChatGPT/Codex subscription models in Claude Code’s /model picker. A local gateway routes claude-codex-* models to OpenAI’s Codex backend (via claude-code-proxy) and everything else to api.anthropic.com, so you switch between Claude and GPT-5.x mid-session like any other model. No OpenAI API key.

Version: 0.33.9

  • codex-gateway: Set up, update, or diagnose the local ChatGPT/Codex gateway for Claude Code’s /model picker. Use for gateway setup, login, model visibility, routing, or failures.
  • remote-control-compatibility: Enable, disable, or diagnose codex-gateway Remote Control compatibility when /remote-control is unavailable.
  • SessionStart: node "${CLAUDE_PLUGIN_ROOT}/hooks/registry-writer.js"
  • SessionStart: node "${CLAUDE_PLUGIN_ROOT}/bin/codex-gateway.js" ensure --quiet
  • codex-gateway.js

Source on GitHub