A pelican for GPT-5.5 via the semi-official Codex backdoor API
Summary
OpenAI released GPT-5.5 on April 23, 2026, making it available to paid ChatGPT subscribers and via OpenAI Codex, but not yet through its official API. This new model is described as fast, effective, and highly capable, though its specific API pricing will be $5 per 1M input tokens and $30 per 1M output tokens, double that of GPT-5.4. A new plugin, `llm-openai-via-codex`, allows users to access GPT-5.5 through their existing Codex subscriptions, leveraging a "semi-official" backdoor API endpoint that OpenAI has publicly endorsed for integration with third-party tools like OpenClaw and Pi. Benchmarking with a "pelican" SVG generation task showed improved results with higher reasoning effort, increasing from 39 to 9,322 reasoning tokens.
Key takeaway
For AI Engineers and developers seeking early access to GPT-5.5, you can integrate with the model immediately using the `llm-openai-via-codex` plugin and your existing OpenAI Codex subscription. This bypasses the official API delay and allows you to experiment with GPT-5.5's capabilities, including its improved performance with higher reasoning effort, before general API availability. Be mindful of the increased pricing for GPT-5.5 once the official API is released.
Key insights
OpenAI's GPT-5.5 is accessible via a semi-official Codex API, enabling early integration despite no public API release.
Principles
- OpenAI supports third-party integration via Codex API.
- Increased reasoning effort improves generative model output quality.
Method
Access GPT-5.5 through a Codex subscription by installing the `llm-openai-via-codex` plugin for LLM, then use `llm -m openai-codex/gpt-5.5` for prompting.
In practice
- Use `llm install llm-openai-via-codex` to enable access.
- Apply `-o reasoning_effort xhigh` for complex generations.
Topics
- GPT-5.5
- OpenAI Codex API
- LLM Plugin
- Agent Harnesses
- Model Pricing
Code references
Best for: AI Engineer, Machine Learning Engineer, Software Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.