On this page

Coding Tools

OpenAI Codex Review 2026 — Pricing, Usage, and How It Actually Works

Sajid Khan

Lead AI Tech Analyst & Editorial Director

Developer guide6 min readUpdated February 3, 2026Claims verified February 2026

You're mid-flow on a coding task, making real progress. Codex just stops responding. No warning came first, and there's no obvious dashboard telling you it was coming.

That gap, between what Codex's $20/month sticker price suggests and what actually happens once you're using it daily, is the single most useful thing to understand before you rely on it. This review covers that directly, along with what Codex actually does well.

Here's how Codex pricing really works in 2026, what the app and dashboard actually show you, and whether it's worth building your workflow around. No inflated claims. Just what the evidence shows.

What Is OpenAI Codex?

Codex is OpenAI's AI coding agent, available through the ChatGPT app, a dedicated desktop application, a command-line interface, and as of April 2026, macOS Computer Use features that let it control your desktop directly for tasks beyond code.

Codex has grown well past its original coding-only scope. More than 5 million people use it weekly as of mid-2026, and non-developers, analysts, marketers, designers, and researchers, now make up roughly 20% of its user base, growing faster than its developer segment. It's bundled into ChatGPT plans rather than sold as a separate subscription.

Is Codex Free?

Yes, in a limited way. Codex is included in the ChatGPT Free tier with restricted access, and in the Go tier at $8/month with somewhat expanded usage. Neither gives you the flagship-level experience, but both let you test whether Codex fits your workflow before paying for Plus or higher.

OpenAI Codex Pricing — What You'll Actually Pay

Codex doesn't have a standalone subscription. Your access depends entirely on which ChatGPT plan you're already on.

OpenAI Codex subscription plans and usage limits
PlanWhat's IncludedPrice
FreeLimited trial access$0
GoExpanded access over Free$8/month
Plus10-60 cloud tasks and 20-50 code reviews per 5-hour window$20/month
Pro 5x5x Plus usage$100/month
Pro 20x20x Plus usage$200/month
BusinessPer-seat pricing, admin controlsAround $25/user/month

Here's the detail that matters most: on April 2, 2026, OpenAI switched Codex from per-message billing to token-based credits for Plus, Pro, and Business plans. This means a long, complex task now costs meaningfully more than a short one, even though both used to count as "one message" under the old system. OpenAI's own published guidance estimates real-world costs of $100-200 per developer per month for anyone using Codex as a primary coding tool rather than an occasional helper, well above what the plan's sticker price alone suggests.

How Do I Check My Codex Usage? (The Dashboard Question)

This is one of the most searched Codex questions, and the honest answer involves three different tools, not one clear dashboard.

The official usage dashboard at platform.openai.com/usage shows your historical token and credit spend after you sign in. It's useful for looking backward, but it is not a live meter and won't warn you before you hit your current 5-hour usage window. For a live, in-the-moment check, run the /status command directly inside the Codex CLI, this is the fastest free way to see your remaining usage right now. For always-on monitoring without checking manually, several third-party menu-bar tools have emerged specifically to fill this gap, tracking your rolling 5-hour window and giving lockout warnings the official tools don't provide.

The core problem this solves: Codex currently has no built-in warning system before you hit either your 5-hour or weekly usage cap. You'll be working normally, then suddenly locked out with no clear indication of when capacity resets. If you use Codex daily, checking /status periodically or using a dedicated tracker is worth the small effort to avoid losing momentum mid-task.

OpenAI Codex Features

Parallel Cloud Tasks

Codex can run multiple coding tasks simultaneously in sandboxed cloud environments, letting you assign several jobs and check back later rather than waiting on one task at a time. This parallel execution is a genuine differentiator among AI coding agents.

Computer Use (Desktop Control)

Added in the April 16, 2026 update, Codex can control your Mac desktop directly, opening applications, navigating interfaces, and completing tasks beyond code with your explicit permission granted through macOS Accessibility settings.

Plugins for Non-Developers

Role-specific plugins, introduced in June 2026, adapt Codex for analysts, marketers, and other non-coding roles, reflecting how much of its actual usage has shifted beyond pure software development.

GitHub Code Review

Available from the Plus tier upward, Codex can automatically review pull requests and flag issues directly inside your existing GitHub workflow.

Enhancing Codex with Context7 MCP

Context7 is a free, open-source MCP (Model Context Protocol) server built by Upstash that injects real-time, version-specific library documentation directly into your coding assistant's context. It solves a real, common problem: AI models sometimes suggest outdated or hallucinated code based on stale training data rather than a library's current version. Adding Context7 to Codex, Claude Code, Cursor, or another MCP-compatible client means your agent pulls current, official documentation as it works rather than relying on what it already "knows." It's free to use with basic rate limits, or free to register for a higher-limit API key at context7.com.

OpenAI Codex API

Developers can access Codex through OpenAI's standard API using a pay-as-you-go key, separate from a ChatGPT subscription. As of mid-2026, this is priced around $1.50 per million input tokens and $6.00 per million output tokens for the current lightweight model, though rates vary by model and change periodically.

API access excludes some conveniences available on ChatGPT plans, including automatic GitHub code review and Slack integration, and new models are typically made available to ChatGPT subscribers before API users. For light, occasional use (roughly under 10-40 sessions a month by most independent estimates), API billing can come out cheaper than a flat Plus subscription; for regular daily use, the subscription usually wins.

Codex vs Claude Code

Both are strong, widely-used AI coding agents with different strengths. Codex's parallel cloud task execution is unique among major coding agents, letting you fire off multiple jobs and check back later. Claude Code is generally preferred for complex, nuanced tasks and interactive, step-by-step problem solving, where you want to steer the agent mid-task rather than assign and wait. For a full breakdown of Claude Code specifically, see our complete Claude review.

OpenAI Codex Pros and Cons

Pros

  • Bundled into ChatGPT plans, meaning existing Plus subscribers get a capable coding agent at no extra cost
  • Genuinely unique parallel task execution among major coding agents
  • Growing fast beyond pure coding use cases, with real value for non-developer roles
  • Computer Use feature extends capability meaningfully beyond code
  • Free and Go tiers let you test the product before committing to Plus

Limitations

  • Real-world cost for heavy users ($100-200/month) runs well above the $20 Plus sticker price
  • No built-in warning before hitting your usage limit, leading to unexpected mid-task lockouts
  • Official usage dashboard only shows historical spend, not a live usage meter
  • You can't steer or redirect a task mid-execution the way you can with more interactive agents
  • Complex refactors and nuanced tasks are reportedly weaker than Claude Code's interactive approach
  • Pricing has changed multiple times in 2026, making long-term cost planning difficult

Is Codex Worth It?

If you're already paying for ChatGPT Plus, Codex is effectively a free add-on worth trying, and for straightforward coding tasks and code review, it performs well.

If you're coding heavily and daily, budget realistically for $100-200/month rather than assuming the $20 sticker price covers your real usage, and get in the habit of checking /statusor a usage tracker so you're not caught off guard mid-task.

Final Thoughts

Codex's core capability is genuinely strong, and its growth well beyond developers into analysts, marketers, and researchers reflects real, broad usefulness rather than hype alone.

The pricing model is the part that needs a clear head, not enthusiasm. The shift to token-based billing in April 2026 made costs harder to predict exactly when OpenAI's own guidance shows heavy users spending five to ten times the advertised Plus price. That's not a hidden fee in the deceptive sense, it's disclosed, but it's easy to miss if you only look at the plan names.

Our take: Codex earns its growing user base on real capability, especially if you're bundled into an existing ChatGPT plan. Track your usage proactively rather than reactively, and for anything requiring interactive, step-by-step problem solving, keep Claude Code in your toolkit alongside it.

Frequently Asked Questions

Does Codex work without a ChatGPT subscription?

Yes, through OpenAI's separate developer API, billed by token usage rather than a ChatGPT plan. This excludes some ChatGPT-specific features like automatic GitHub code review.

What happened to Codex's old per-message pricing?

OpenAI retired per-message billing for Plus, Pro, and Business plans on April 2, 2026, replacing it with token-based credits, meaning longer, more complex tasks now cost more than short ones.

Is Codex available in the ChatGPT mobile app?

Yes, Codex functionality has been extended to the ChatGPT mobile app as part of OpenAI's push to make AI coding accessible outside the desktop.

Can non-developers use Codex?

Yes. Role-specific plugins introduced in mid-2026 adapt Codex for non-coding roles like analysts and marketers, and this segment is currently growing faster than Codex's developer user base.

How do I avoid getting locked out of Codex mid-task?

Check your usage with the /status command in the Codex CLI periodically, or use a third-party usage tracker, since there's currently no built-in warning before you hit your 5-hour or weekly limit.

Is Codex better than GitHub Copilot?

Codex offers more autonomous, agentic task execution including parallel cloud tasks, while Copilot is generally considered more mature for in-editor autocomplete across a wider range of editors. The better fit depends on whether you want an autonomous agent or an in-editor assistant.

Does my Codex usage carry over if I don't use it?

No. Codex usage limits reset on a rolling 5-hour window rather than accumulating unused capacity, so unused allowance from a quiet period doesn't roll over to a busier one.

Editorial review. Not affiliated with OpenAI. Features and prices change — confirm details on openai.com before you subscribe.