IDE4. Download for Windows

COST & SETUP

Bring your own subscription

If you already pay for Claude or ChatGPT, you may already be paying for the coding agent you are about to buy again. Here is what the vendors actually say, and how to use what you have.

9 September 20267 min readSources checked on publication

The double-charge problem

A developer in 2026 can easily end up paying three separate AI bills: a chat subscription for thinking and writing, an editor subscription for coding, and metered model usage on top of the editor when the included pool runs dry. The three overlap heavily. All of them are ultimately renting time on the same handful of frontier models.

The overlap is worth noticing because two of the biggest coding agents are already included in subscriptions that a lot of people hold for unrelated reasons.

What Anthropic and OpenAI actually say

On Claude Code, Anthropic's documentation is direct about how you authenticate. Its surfaces — terminal, IDE extensions, desktop app, web — "require a Claude subscription or Anthropic Console account." A Console account is the pay-per-token API route. A Claude subscription is the other, equally supported route.

On Codex, OpenAI's pricing documentation is more explicit still:

"ChatGPT Work and Codex are included in your ChatGPT Free, Go, Plus, Pro, Business, Edu, or Enterprise plan."

learn.chatgpt.com/docs/pricing, checked 9 September 2026

Using an API key instead is a separate arrangement: "Pay for Codex usage based on API pricing." That is a genuinely different billing relationship, metered per token, and for interactive coding it is usually the more expensive of the two.

The practical takeawayIf you hold a ChatGPT Plus or Pro plan, Codex is already part of it. If you hold Claude Pro or Max, Claude Code runs on it. Neither requires you to open an API account or think about tokens.

Subscription or API key: which should you use?

Both work. They suit different shapes of work.

A subscription suits interactive work

Interactive coding is bursty. You think for ten minutes, then fire off a dense stretch of agent work, then read. A flat monthly fee with generous limits fits that rhythm, and — more importantly — it removes the small ongoing tax of wondering what a request costs. That hesitation is a real productivity cost, and it is the main argument for a subscription over a meter.

An API key suits automation

Programmatic, high-volume or unattended work is different. If you are running agents in CI, processing a large batch of files, or building a product on top of a model, per-token billing is predictable, auditable per request, and scales without a seat limit. Subscriptions are designed around a human at a keyboard and are usually the wrong tool for a cron job.

What a subscription does not get you

Being honest about the limits matters more than the pitch.

Where IDE4 fits

IDE4 is a Windows desktop workspace built on this premise. You sign in with the Codex or Claude Code account you already have, and IDE4 adds no model billing of its own — there is nothing for it to meter, because it is not reselling model access.

Practically, that means:

If you do not already hold one of those subscriptions, this advantage does not apply to you — starting one purely to use a workspace on top of it just moves the cost. The argument only works when the spend is already there.

Already paying for Claude or ChatGPT?

Put it to work in a workspace built around parallel agents. Free during the prototype, Windows x64.

Download IDE4

Sources

  1. Claude Code overview — code.claude.com/docs/en/overview, checked 9 September 2026.
  2. ChatGPT and Codex pricing — learn.chatgpt.com/docs/pricing, checked 9 September 2026.

Claude and ChatGPT are trademarks of their respective owners. IDE4 is not affiliated with, endorsed by, or sponsored by Anthropic or OpenAI. Plan terms are set by those providers and may change.

Read the full comparison against Cursor and GitHub Copilot →