
OpenAI Codex
An AI coding agent from OpenAI that can read, write, modify, and run code across your terminal, IDE, and cloud environment.

An AI coding agent from OpenAI that can read, write, modify, and run code across your terminal, IDE, and cloud environment.
Codex is bundled into existing ChatGPT/Workspace plans and can also be called through the API when you need more usage. Pricing below reflects how OpenAI positions it today.
| Tier / Path | Price / Access | Key Notes |
|---|---|---|
| ChatGPT Plus / Pro | Included in subscription | Run Codex from the web/cloud surface; good for individual devs who want the agent to work on small tasks. |
| ChatGPT Business | Included, higher limits | Org controls, better monitoring, can pair Codex with shared repos/workspaces. |
| ChatGPT Enterprise | Enterprise pricing | Admin tools, SSO, higher/pooled usage, better visibility into agent jobs. |
| API (GPT-5-Codex) | Pay-as-you-go | Call the GPT-5-Codex model directly from the API/Responses for programmatic use or to embed Codex-like behavior in your own tools. |
| Open-source CLI | Free to install, usage tied to your OpenAI account | npm i -g @openai/codex for the local agent; then authenticate and let it read/modify your repo. |
Pros:
Cons:
| Category | Highlights |
|---|---|
| Ideal for | Devs/teams already using OpenAI, working in real repos, wanting AI to change actual code not just generate |
| Best features | Multi-surface agent (CLI/IDE/cloud), GPT-5-Codex model, repo-aware edits, admin & monitoring |
| Potential drawbacks | Needs ecosystem buy-in, still requires code review, not a visual app builder |
| openai.com | OpenAI Codex overview | |
| developers.openai.com | Codex CLI | |
| platform.openai.com | GPT-5-Codex model | |
| openai.com | Codex GA announcement | |
| developers.openai.com | Codex changelog |