Is There an API for ChatGPT Pro?
No. ChatGPT Pro ships no API key and no credits. It does include Codex with the largest individual plan windows: an estimated $3,500 to $14,000 of monthly API-equivalent capacity.
No. ChatGPT Pro is a subscription to the ChatGPT product, and at $200 a month it still includes no API key, no API credits, and no discount on per-token prices. The OpenAI API remains a separate product with separate billing, whatever plan you hold. What Pro does include is Codex at the largest usage windows OpenAI sells to an individual account, and Codex runs programmatically. As planning estimates, Pro 5x at $100 absorbs roughly $3,500 of API-equivalent work per month and Pro 20x at $200 roughly $14,000.
So the accurate answer has two halves: no API, and the most programmatic capacity of any consumer plan. This page works through both.
The two questions hiding inside this one
People searching “ChatGPT Pro API” mean one of two things. The first: does the $200 plan fund API usage? It does not, and never has; the same is true of Plus, covered in does ChatGPT Plus include API access? The second: can Pro’s capacity do API-style work, programmatic calls from scripts, agents, and pipelines? It can, because Codex is included in every ChatGPT plan, codex exec is the CLI’s documented non-interactive mode, and OpenAI documents device-code sign-in for headless machines.
The first answer disappoints; the second one is where the $200 starts earning.
Pro’s tiers, priced as capacity
Pro comes in two shapes, named for their window multiples. Our planning estimates of what each absorbs per month, next to the cost of running that workload through an endpoint:
| Plan | Price | Planning estimate (API-equivalent/mo) | With ProxyLLM ($129) | Same work at API rates |
|---|---|---|---|---|
| Pro 5x | $100/mo | ~$3,500 | $229/mo | $3,500 |
| Pro 20x | $200/mo | ~$14,000 | $329/mo | $14,000 |
A Pro 20x plan plus the $129 platform fee runs $329 a month against an estimated $14,000 of API-equivalent capacity, about 98 percent less than the metered bill for the same work. The same arithmetic on Pro 5x lands at $229 against $3,500, about 93 percent less.
Estimates, both of them. OpenAI sets the windows, publishes current limits on its pricing page, and tunes them as models rotate. Size below the top of a range, and verify with your own request log. The full tier-by-tier breakeven analysis, including where the meter still wins, is in OpenAI API vs ChatGPT subscription cost.
The Pro-specific terms note
ChatGPT Pro’s help documentation names two prohibitions worth quoting rather than paraphrasing: “abusive usage, such as automatically or programmatically extracting data,” and “reselling access or using ChatGPT to power third-party services.”
Read carefully, because the first clause trips people up: it is an anti-scraping rule, and codex exec is OpenAI’s own documented programmatic interface, used as documented. Programmatic Codex use is not extraction; it is the product working as shipped.
The second clause is the one that draws a real line. Do not resell access to your account, do not pool it for other people, do not wire your subscription up as capacity you sell raw. Your own workloads, on an account you own and pay for, are the shape everything on this page assumes, and it is the shape Codex Hosted enforces structurally: one account, one isolated container, never pooled, signed in by you through OpenAI’s device-code flow. Where exactly OpenAI draws the line on products built downstream is OpenAI’s call to make; our standing phrasing is intended functionality, but OpenAI has the final call. The complete reading of the terms, with sources, is in is Codex Hosted against OpenAI’s terms?
Living with Pro’s windows
Pro’s capacity arrives in rolling windows, not as a monthly budget, and heavy fleets can exhaust even 20x on burst days. Two structural notes from running this at scale: the Codex lane returns complete responses rather than streams, so latency-sensitive chat UIs belong on an API-key lane; and overflow needs a destination decided in advance, a second account you own or your own key, so a window reset never becomes an outage. How Pro compares to Plus and Business on the window mechanics themselves is covered in Codex limits: Plus vs Pro vs Business.
If your monthly API bill sits anywhere between $1,500 and $14,000, Pro is probably the cheapest covering tier you can buy. The calculator confirms or corrects that in thirty seconds with your actual number.
Frequently asked questions
Is there an API for ChatGPT Pro?
No. ChatGPT Pro is a subscription to the ChatGPT product, not an API plan: it includes no API key, no token credits, and no API discount. It does include Codex, OpenAI's coding agent, which runs programmatically on your plan through the documented codex exec mode.
Does ChatGPT Pro include API credits?
No. The OpenAI API bills separately on OpenAI's developer platform, and no ChatGPT plan, including the $200 Pro tier, funds it. Paying for Pro changes nothing about an API key's balance.
How much programmatic capacity does ChatGPT Pro carry?
As planning estimates: Pro 5x at $100 a month absorbs roughly $3,500 of API-equivalent Codex work, and Pro 20x at $200 roughly $14,000. These are estimates derived from plan usage windows, never guarantees, and OpenAI adjusts the underlying limits over time.
Can I use ChatGPT Pro to power a service I sell to others?
OpenAI's Pro terms specifically prohibit reselling access and using ChatGPT to power third-party services. Running your own workloads on an account you own, through Codex's documented programmatic surfaces, is the intended-functionality side of the line. OpenAI has the final call on where that line sits.