pi-codex-5.5

Extra LLM models for pi (OpenAI Codex GPT-5.5).

Package details

extension

Install pi-codex-5.5 from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-codex-5.5
Package
pi-codex-5.5
Version
0.1.0
Published
Apr 23, 2026
Downloads
118/mo · 118/wk
Author
rossz
License
unknown
Types
extension
Size
3.7 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-codex-5.5

A pi extension that adds a gpt-5.5 model to the existing built-in openai-codex provider.

This extension is just a quick win. Official pi.dev support for openai-codex/gpt-5.5 should land soon.

What it does

  • reuses the built-in openai-codex provider
  • preserves the existing OpenAI Codex OAuth login flow
  • keeps all currently built-in openai-codex models
  • adds or overrides gpt-5.5

gpt-5.5 is derived from gpt-5.4 with these changes:

  • context window: 1,000,000
  • cost: doubled from gpt-5.4

Install

Local path install:

pi install npm:pi-codex-5.5

Auth

Log in with the normal Codex provider if needed:

/login openai-codex

Result

After install/reload, select:

  • provider: openai-codex
  • model: gpt-5.5