@interjc: Codex now officially supports integration with third-party open-source large language models.
Summary
Codex now supports integration with third-party open-source large language models via its App, CLI, and SDK, not just OpenAI models.
View Cached Full Text
Cached at: 06/18/26, 10:05 AM
Codex now officially supports third-party open-source large models
Tibo (@thsottiaux): Reminder that you can use the Codex App, CLI and SDK with any open source model, not just with OpenAI models.
Similar Articles
@Lonely__MH: Wow! OpenAI is really open! Official statement: Support for third-party models is here. The spring of domestic models has arrived—use them openly! Congrats to @deepseek_ai @Zai_org @Alibaba_Qwen @XiaomiMiMo @MiniMax_AI …
OpenAI officially announces that Codex supports third-party models, including domestic models such as DeepSeek, Alibaba Qwen, etc. Developers can freely integrate multiple models.
@OpenAI: https://x.com/OpenAI/status/2061845950705140121
OpenAI introduces new role-specific plugins for Codex, along with annotations and the ability to create interactive apps, expanding the tool's use to non-developers in various fields.
@vista8: The AI coding tool I use most often right now is Codex. But its front-end design taste is awful. I found an OpenCodex project that lets you switch your Codex to non-OpenAI models anytime — like Kimi K3 (OAuth), Grok 4.5 (OAuth), GLM 5.…
Introducing the OpenCodex project, which allows the AI coding tool Codex to switch to non-OpenAI models (such as Kimi K3, Grok 4.5, GLM 5.2, etc.) at any time, improving front-end design flexibility.
@QingQ77: A high-performance API proxy bridging the OpenCode Zen protocol to Anthropic/OpenAI-compatible format, enabling tools like Claude Code and Codex CLI to transparently use domestic models. https://github.com/Kiowx/ope…
opencode-cc is a high-performance Go API proxy that bridges the Anthropic/OpenAI-compatible protocol to the OpenCode Zen protocol, enabling tools such as Claude Code and Codex CLI to transparently use domestic large models including GLM, Kimi, DeepSeek, and Qwen. It supports automatic protocol routing, tool calling, web control panel, and other features.
@VincentLogic: Codex integrates third-party models. The easiest way: let Codex configure itself. Just tell it "Read ~/.codex/config.toml, add a custom model for DeepSeek, don't overwrite existing config, read API Key from environment variable". It will modify the config and…
Codex can self-configure to integrate third-party models like DeepSeek and Ollama by reading and modifying its config file automatically.