Codex Plus quota running low? I open‑sourced a cheaper workaround

August 26, 2026 at 03:27 AM3 min read211 views22 likes
Codex Plus quota running low? I open‑sourced a cheaper workaround

A lot of people who actually use Codex for serious work run into a very real problem: the quota just isn't enough. If you're just tinkering now and then, Plus might be fine. But once you start using Codex to write code, debug, break down tasks, do research, or manage projects — and your usage picks up — you start wondering: is there a way to keep using Codex the same way, but spend a little less overall?


That's exactly why I open‑sourced Codex Third‑Party Workers recently. My thinking is pretty simple: don't run every single task at the same price.


Before this, Codex would handle everything — big or small, any type — through the same pipeline. Now I've added a task‑scheduling layer into the Codex workflow. Codex still stays as the main agent: it understands the task, breaks it down, judges what to do, reviews, and does the final sign‑off. But some subtasks that are suitable to offload can be sent to cheaper third‑party model APIs. Once those are done, the results come back to Codex. In short: user gives a task → Codex figures it out and splits it → appropriate subtasks go to third‑party Workers → Workers finish them → results return to Codex → Codex double‑checks and wraps up.


So this project isn't about replacing Codex. It's about solving a more practical question: how do you make your Plus quota go further?


For Plus users, I think this really matters. If you only fire up Codex once in a while, you don't need to overthink costs — the free version is plenty. But once Codex becomes your daily driver, how you allocate your quota, which tasks stay with Codex, which can go to cheaper models — that itself becomes a problem worth optimizing.


My goal is: make sure your Plus quota gets spent on the things you really want Codex for. Everything else that can be offloaded goes to lower‑cost Provider APIs.


This isn't about getting Codex for free — the third‑party APIs still cost money. What you're really optimizing is the average cost across your whole AI workflow. For the same project, running everything through one expensive pipeline versus splitting things up based on the task — the final bill can look pretty different.


That's why I keep coming back to: don't run every task at the same price.


Right now Codex Third‑Party Workers already bundles several third‑party Provider Packs: DeepSeek V4 Flash, MiniMax‑M3, and Alibaba Cloud Bailian Qwen3.7‑Max.

Codex Plus quota running low? I open‑sourced a cheaper workaround


MiniMax‑M3 and Qwen3.7‑Max have already been validated with real API calls, CLI, and Codex Desktop sub‑agent runs. DeepSeek V4 Flash is built in and passed isolation tests, though we're still doing full runtime verification on the public installer.


To avoid the classic trap — saving a few cents on API calls but ending up with a mess of API keys and local configs — I put some guardrails in place for security and installation. API keys are read from macOS Keychain; it runs a dry‑run by default; you have to explicitly use --apply to make real changes; third‑party Workers only handle tasks with clear boundaries; and the final result still goes back to the main Codex thread for review. The current baseline has passed 37 out of 37 isolation tests.

Codex Plus quota running low? I open‑sourced a cheaper workaroundCodex Plus quota running low? I open‑sourced a cheaper workaround


Of course, it's still Beta. For now it only supports macOS, and you'll need Codex Desktop, custom sub‑agent support, and Node.js 20+. Windows is being tested and should work as well. And keep in mind — third‑party Provider APIs are billed separately. So this isn't a magic bullet where "once you install Codex Third‑Party Workers, Plus will last forever."


Everyone's usage frequency, task mix, and third‑party pricing are different. But if you're a heavy Codex user, here's my suggestion: don't panic and jump to a more expensive plan the moment you see your quota tightening. First, take a real look at how your tasks are consuming it. Which ones absolutely need Codex? Which ones can be offloaded? What's a healthy pace for your Plus quota? Once you've got a handle on that, adding cheaper third‑party model APIs can let you get more work done for less total cost.


That's the real problem I wanted to tackle with this open‑source project. It's not about using AI less. It's about spending a little less, and doing a little more.


Project link: https://github.com/dhy365-creator/codex-third-party-workers
It's fully open‑source under MIT License. If you're also a heavy Codex user, give it a try. If you find the idea useful, a Star would be much appreciated. Thanks!

The views and opinions expressed in this article are those of the author and do not necessarily reflect the official position of AICompareNet. Information is provided for general guidance only and may not be up to date. Please verify details independently before making decisions based on this content.