[260926] How to connect Codex to third-party models? Codex v0.80.0+ now uses the Responses API as its sole inference interface and no longer supports the Chat Completions API, according to x-cmd documentation. The x-cmd tool offers `x codex ` (for example `x codex deepseek`) to inject third-party provider configurations such as DeepSeek, GLM and MiniMax into a single Codex process without modifying global configs, while users needing the legacy Chat Completions API can roll back with `x env use codex=v0.80.0`. The guide also covers manual global config edits, the Rust + Tauri GUI tool CC-Switch installed via `x install cc-switch`, and notes that manual editing risks overwriting existing settings. How to connect Codex to third-party models? TLDR - API Shift : Codex v0.80.0+ requires Responses API; Chat Completions API is deprecated. - x codex Quick Run : Run x codex