explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — sub2api vs Sign in With ChatGPT
  • What Tibo posted
  • What sub2api actually does
  • Sign in With ChatGPT — the supported integration model
  • Sol-era drain — the complaint Tibo did not fully resolve
  • What developers should do
  • What people are asking
  • Related on explainx.ai
← Back to blog

explainx / blog

Codex Usage Limits and sub2api: What Tibo Said About Fraud vs OAuth

Codex, OpenAI, ChatGPT Work, Rate Limits, Developer Tools, AI Security

OpenAI Codex lead Tibo Sottiaux says many limit complaints traced to sub2api subscription-to-API sharing — not supported. Sign in With ChatGPT via official or OSS clients is the supported path.

Aug 21, 2026·8 min read·Yash Thakker
add explainx.ai
go deep
Codex Usage Limits and sub2api: What Tibo Said About Fraud vs OAuth

Update — August 21, 2026 (later the same day): Tibo followed this post with a second one: Codex + ChatGPT Work crossed 20 million active users, and OpenAI credited every user a banked reset usable on their own schedule. See the 20M/banked-reset coverage — a separate, unrelated story from the sub2api investigation below.

Update — August 24, 2026: Official Sign-in-With-ChatGPT users were still burning quota. Tibo named three product drains and hard-reset paid usage. If you are not on a proxy and the meter still looked wrong this weekend, start here: Why Codex quota drains fast.

Developers have been comparing Codex usage meters in public threads for weeks — some accounts drain in days, others survive a full week on the same plan tier. On August 21, 2026, OpenAI Codex lead Tibo Sottiaux posted a direct explanation: after investigating, many of the affected users were on sub2api — routing a personal ChatGPT subscription through a proxy that re-serves it as shared API traffic. That pattern is not supported and gets flagged by fraud-prevention systems.

The same post drew a line around what is supported: Sign in With ChatGPT through official clients or open-source tools (Pi, OpenCode, and similar) that authenticate with your account and consume your included usage.

Community pushback is real too — plenty of builders on the official ChatGPT app report faster limit drain since GPT-5.6 Sol landed. Those are separate complaints from the sub2api fraud flag, but both matter if you are budgeting agent time this month.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR — sub2api vs Sign in With ChatGPT

table · 2 cols
QuestionAnswer
Did OpenAI secretly change Codex limits?Tibo says no — limit changes would come with community engagement and transparency.
Why did some accounts hit limits faster?Many traced users were on sub2api — subscription converted to shared API traffic.
Is sub2api supported?No. Fraud-prevention systems flag subscription resale and pooling.
What is supported?Sign in With ChatGPT in official Codex/Work clients or OSS clients (Pi, OpenCode) on your account.
Are official-app users affected too?Community reports say yes — Sol and larger context increase burn on the shared Work/Codex pool.
What should teams do?Stop relaying subscriptions; use OAuth or a real API key; route heavy tasks like AT&T's LiteLLM playbook.

What Tibo posted

Tibo's August 21 thread (paraphrased for clarity — see his post on X for exact wording) covered four points:

  1. Investigation — OpenAI looked into messages claiming Codex usage limits were different across accounts.
  2. Transparency — limit policy changes are not something OpenAI does quietly; they would engage the community first.
  3. sub2api pattern — talking to affected users, many were using sub2api: converting a subscription into API traffic, then re-serving or sharing it across many users.
  4. Supported path — you are fine using your subscription through Sign in With ChatGPT, whether in OpenAI's official clients or OSS clients that sign in with your account and use included usage.

That is the clearest on-the-record distinction OpenAI has drawn between personal OAuth sessions and subscription pooling proxies — at least for Codex and ChatGPT Work.

What sub2api actually does

sub2api sits in the same category as newapi and other relay panels explainx.ai mapped in the AI token black market post and the July token relay market anatomy follow-up.

The mechanics, simplified:

text
Paid ChatGPT/Codex seat → sub2api gateway → many downstream "API users"

One subscription (or a farm of them) backs an OpenAI-compatible endpoint. Resellers meter tokens, undercut official API list prices, and hide the upstream account. Consumers get cheap inference; OpenAI sees one subscriber's credentials serving traffic that looks like a small API business.

That is not the same as:

text
Your ChatGPT account → Sign in With ChatGPT → Codex CLI on your laptop

The second path is one human, one account, one quota bar — exactly what Tibo endorsed.

Why fraud systems care

Subscription pooling breaks the economic model OpenAI priced into Plus, Pro, and team plans. Included Codex and ChatGPT Work usage share one agentic pool; reselling that pool as pseudo-API capacity is terms abuse and looks like the same account-farm patterns labs already fight in distillation campaigns.

Tibo's wording — flagged by fraud-prevention systems — implies automated classifiers, not a manual support ticket. If your endpoint suddenly throttles or your account gets restricted, check whether any tool in your stack proxies through a shared subscription gateway before assuming OpenAI changed the quota formula.

Sign in With ChatGPT — the supported integration model

Sign in With ChatGPT is OpenAI's OAuth flow for third-party apps to act as you, with your plan limits. Supported surfaces Tibo named explicitly:

table · 3 cols
Client typeExamplesWhat you get
Official OpenAICodex app, CLI, IDE extension, ChatGPT Work modeFull harness, your quota
OSS with OAuthPi, OpenCode, other community clients with ChatGPT sign-inIncluded usage on your account

This is the same integration philosophy OpenAI expanded in Codex as a platform — embed the harness, authenticate the user, respect sandbox and approval boundaries — but Tibo's August post adds a compliance line: OAuth for yourself is in; subscription gateways for a crowd are out.

Codex inside another harness

Using Codex through your account inside a different product is still on the supported side when OAuth is yours. explainx.ai's OpenAI Codex plugin for Claude Code guide walks that path: Claude Code owns the UI; Codex runs delegated tasks against your ChatGPT/Codex entitlement.

Do not confuse that with pointing Claude Code at a Telegram-sold sub2api URL — same IDE, completely different trust and terms posture.

Sol-era drain — the complaint Tibo did not fully resolve

Pushback in replies is worth separating from the sub2api story:

  • Official-app users report hitting weekly caps faster after GPT-5.6 Sol became default in Codex and Work.
  • Sol ships with a larger context window; Tibo himself posted config for 1M-context Codex through ChatGPT accounts — with a warning that defaults were tuned carefully for a reason.
  • OpenAI has been issuing manual usage resets around milestones — 8M users, 15M users, August 9 celebrations — but those are gifts, not a published new baseline. See Limit Reset Day for how 5-hour, weekly, and banked buckets interact.

If you are on official clients only and still burning out in 2–3 days:

  1. Check whether you enabled 1M context or Sol Ultra on long-running loops.
  2. Remember Work and Codex share one pool — a deck-building Work session and a repo refactor both draw from the same meter.
  3. Watch for auto-review and background agent passes eating quota silently — Codex auto-review controversy covers that thread.
  4. For team infrastructure, route cheap steps to cheaper models the way AT&T cut coding spend 56% with LiteLLM — included Codex usage is finite; not every subtask needs frontier Sol.

What developers should do

If you are on sub2api or a similar relay today

  1. Stop routing production work through pooled subscription endpoints — account bans and sudden cutoffs are common in gray-market threads.
  2. Migrate to Sign in With ChatGPT in an official or documented OSS client for personal included usage.
  3. Buy real API capacity for anything that needs SLAs, logging, or team billing — subscription resale is not an enterprise contract.
  4. Read the June token black market post for why resellers also log prompts and reasoning traces — a separate risk from quota alone.

If you are already on official OAuth

  1. Confirm both quota bars (5-hour where active, weekly) in Settings or the Codex usage page before blaming fraud classifiers.
  2. Right-size context — Tibo's 1M config is opt-in; defaults exist because long context costs real tokens.
  3. Split chat from agentic work where you can — ChatGPT Work vs Codex documents which surfaces still route around the shared pool via Quick chat.
  4. Evaluate routing before you assume you need more subscription tier — enterprise teams are cutting burn with gateways and open-weight fallbacks, not bigger relay pools.

If you run a team

  • One seat per human with OAuth — never a shared sub2api key in CI.
  • Central API keys with budgets for shared automation.
  • Model routers for repetitive lint/fix loops — the pattern in Databricks' cost-at-scale post and AT&T's August numbers.

What people are asking

"Is OpenCode safe if Tibo named it?"

Tibo listed OpenCode as an example of an OSS client that supports Sign in With ChatGPT — not an endorsement of every deployment. Safe means: you downloaded a client that implements OAuth to your account, not a hosted instance someone else operates with pooled credentials.

"Did Anthropic ban Boris for the same thing?"

Different company, related anxiety. Tibo vs Boris — Claude proxy suspension covered harness freedom and account classifiers on the Claude side. The lesson generalizes: upstream providers instrument for sharing patterns.

"Should I use OpenRouter Ox Alpha instead?"

Ox Alpha is a separate OpenRouter stealth model with its own terms — not a workaround for Codex subscription limits. If you need cheap agent tokens, evaluate it on its merits (Ox Alpha guide), not as a substitute for terms-compliant Codex access.

Related on explainx.ai

  • Why Codex quota drains fast — Tibo's Aug 24 reset — product bugs, not sub2api, for this weekend's drain
  • Codex hits 20M users — banked reset for everyone (Aug 21) — same-day companion story
  • ChatGPT Work vs Codex — complete guide — shared quota, mode split, Quick chat loopholes
  • Codex as a platform — open agent harness — codex exec, SDK, app-server
  • AT&T cut AI coding costs 56% with routing — LiteLLM tokenomics playbook
  • AI token black market — sub2api and newapi — gray-market mechanics
  • Limit Reset Day — Claude, Codex, Cursor — 5-hour vs weekly vs banked
  • OpenAI Codex plugin for Claude Code — delegated Codex on your account
  • Codex 15M users — Tibo reset tease — manual refill context
  • Codex auto-review token usage controversy — hidden burn sources

Sources: Tibo Sottiaux on X (August 21, 2026) · OpenAI Codex pricing · OpenAI Developer Community — Codex rate limits

Subscription pooling tools, fraud classifier behavior, and Sol default context settings may change after publication. Verify current terms on openai.com and your account usage page before routing production traffic.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 25, 2026

Codex Plus Gets the 5-Hour Limit Back — Pro Plans Stay Uncapped (For Now)

OpenAI Codex lead Tibo Sottiaux posted August 25 that the rolling 5-hour usage window comes back tomorrow for Plus accounts on ChatGPT Work and Codex — a policy he had teased, then postponed. Pro $100 and Pro $200 subscriptions keep the 5-hour gate disabled for the upcoming months. explainx.ai maps the bait-and-switch reactions, the compute argument, and what it means if you picked Codex over Claude because the cap was gone.

Aug 24, 2026

Are You Hitting Codex Quota Fast? Tibo's Reset, and What Was Burning It

If your Codex or ChatGPT Work meter fell through the floor this weekend, you were not imagining it. OpenAI's Tibo Sottiaux named three product drains, pushed a full reset for paid plans on August 24, and closed a continue-after-zero quirk. explainx.ai maps the timeline, what still burns quota, and why GPT can drop tasks without saying so.

Aug 21, 2026

Codex Hits 20 Million Users — Tibo Credits Everyone a Banked Reset

OpenAI Codex lead Tibo Sottiaux posted that Codex plus ChatGPT Work crossed 20 million active users "some time this week" and, to celebrate, credited every user a banked usage reset they can spend on their own schedule. He also teased "some other good news later too." explainx.ai maps the growth timeline from 8M to 20M, what a banked reset actually does, and how it connects to the same-day sub2api fraud story.