Release: llm-openai-via-codex 0.1a0
TLDR
-
A new Python plugin lets the
llmCLI tool piggyback on existing Codex CLI credentials to call OpenAI models.
Key Takeaways
-
llm-openai-via-codexis version 0.1a0, an alpha release by Simon Willison. - It works by hijacking Codex CLI credentials rather than requiring a separate OpenAI API key.
-
The plugin integrates with Simon Willison’s
llmtool, which has 590 prior tagged entries on his blog. -
Tagged under
openai,llm, andcodex-cli; released April 23, 2026.
Why It Matters
-
Developers with a Codex subscription can access OpenAI models through
llmwithout provisioning or paying for a separate API key. - Reusing existing auth credentials lowers the setup barrier for scripting and local LLM workflows against OpenAI’s API.
Simon Willison · 2026-04-23 · Read the original