← BACK TO HOME — Simon Willison — 入门
行业观点 · ANALYSIS · IMPACT 7/10

A pelican for GPT-5.5 via the semi-official Codex backdoor API

Although OpenAI's latest model GPT-5.5 hasn't officially launched its API, developers are already accessing it through a 'semi-official backdoor' in its Codex CLI using their ChatGPT subscription, revealing new dynamics in the battle over AI model distribution channels.

KEY POINTS
  • GPT-5.5 is released but its API is not yet publicly available, limited to ChatGPT subscribers and Codex
  • The developer community discovered they can call the model directly using existing subscriptions via a specific Codex CLI endpoint
  • OpenAI tacitly approves or even encourages this, in stark contrast to Anthropic's ban of similar tools
  • Simon Willison developed an LLM plugin based on this, allowing any developer to 'freeload' the API via subscription
ANALYSIS

The Context: A New Model Launches, But Without an API The release of GPT-5.5 is major news in itself, but its release strategy is even more intriguing. The model is available via ChatGPT subscriptions and Codex, yet the official API for developers is delayed, citing the need for "additional safeguards." This creates a timing and experience gap: everyday users have access, but developers who want to integrate it into their own applications or workflows are currently locked out. This sets the stage for the story: when official channels are closed, the community finds its own way. Deconstructing the 'Semi-Official Backdoor' The core of this article isn't about how powerful GPT-5.5 is, but about a technical "backdoor." This backdoor is an internal API endpoint (/backend-api/codex/responses) that OpenAI provides for its own tool, the Codex CLI. Since the Codex CLI is open-source and allows users to authenticate and use it with their ChatGPT subscription, it effectively creates a side path: you can mimic the behavior of the Codex CLI to use your relatively cheap monthly subscription to call an API that would otherwise be much more expensive. The key turning point was the public statement from OpenAI executives, who explicitly welcomed third-party tools (like Pi, OpenCode) to use this mechanism, granting it a "semi-official" legitimacy. Simon Willison's practical demonstration—having Claude Code reverse-engineer the Codex repository and develop the llm-openai-via-codex plugin—is the perfect illustration of this side path moving from theory to utility. Trend Insights: The Battle Over Distribution and 'Subscription-as-API' This incident reveals several deeper trends. First, the tug-of-war between model providers and developers over distribution channels is intensifying. Anthropic chose to block OpenClaw to protect its API revenue, while OpenAI chose to embrace and even encourage it, aiming to expand its ecosystem influence and user stickiness. It remains to be seen which strategy will prevail. Second, it blurs the line between consumer subscriptions and developer APIs. Traditionally, these are two separate markets with different pricing. However, the "subscription-as-API" model (even if unofficial) suggests that future model access might become more unified, where a user pays for one account and can use it across different scenarios (chat, coding, application integration). Third, open-source toolchains (like LLM) are playing an increasingly critical role in lowering the barrier to AI adoption. They can quickly integrate these non-traditional access points, rapidly democratizing access to cutting-edge capabilities. Practical Value: What Does This Mean for Developers? For IT professionals, this story has direct practical value. First, it offers a way to experience and test the latest models at a low cost. If you already have a ChatGPT Plus subscription, you can now use Simon's plugin to call GPT-5.5 in your own scripts or workflows for prototyping or personal projects, without waiting for the official API or paying high API fees. Second, it reminds us to pay attention to the open-source code of official toolchains, as they may contain integration opportunities that are not widely advertised. Finally, when designing your own products or services, you can consider how to leverage or respond to this ecosystem where official and unofficial channels coexist. For example, could your app also provide a smoother upgrade experience for users through a similar mechanism? Counter-Intuitive Angle An angle that might be overlooked is that OpenAI's move could be a savvy market strategy. By tacitly allowing this "backdoor" access, they are effectively cultivating a developer ecosystem and user habits at a relatively low marginal cost (since subscription users have already paid). When these users and applications become deeply dependent on GPT-5.5, the conversion and upgrade path will be smooth when the official API finally launches. This is more aggressive than a simple launch-wait-and-charge model. At the same time, it poses a dilemma for competitors like Anthropic: do they continue to strictly guard their access, or follow suit with a more open strategy?

Analysis by BitByAI · Read original

Originally from Simon Willison · Analyzed by BitByAI