Research index
Model releases/

OpenAI Paused ChatGPT Pro ($200): GPT-6 Astra Is Still on the API

OpenAI paused new $200 ChatGPT Pro signups as Astra demand strains capacity. Existing accounts stay. The API is open. GPT-6 Astra is live on RouterPlex.

Written byRouterPlex
Reading time5 min
OpenAI Paused ChatGPT Pro ($200): GPT-6 Astra Is Still on the API

OpenAI paused new $200 ChatGPT Pro subscriptions on 10 September 2026. GPT-6 Astra demand is the reason. The API is not paused.

Thibault (Tibo) Sottiaux, who leads ChatGPT and Codex products at OpenAI, wrote:

To make sure our current users have an incredible experience and continued access to Astra, we are going to pause subscriptions to our $200 Pro plan. These put the most strain on our systems and we wanted to take the smallest step that allows us to continue giving the broadest access possible. All other plans and the api remain available.

There is no impact to existing accounts and we are working on adding more capacity as fast as we can.

If you wanted the ChatGPT Pro UI, new seats are closed until OpenAI says otherwise. If you wanted GPT-6 Astra in Cursor, Codex, Claude Code, or your own app, that path is the API. Model ID gpt-6-astra is live on RouterPlex at OpenAI list rates, on the same prepaid key as Claude, Gemini, and the rest of the catalog.

Sources: Tibo's pause post (10 September 2026), the 9 September warning, TechCrunch, and the GPT-6 Astra price page. OpenAI has not published a reopen date. API rates follow the live catalog.

What OpenAI actually paused #

This is admission control on one ChatGPT SKU, not an Astra shutdown.

Surface10 Sep 2026
New ChatGPT Pro ($200/month)Paused
Existing Pro accountsNo impact, per Tibo
Other ChatGPT plansRemain available (Tibo: "all other plans"; TechCrunch names Go and Plus)
OpenAI APIRemains available
GPT-6 Astra itselfStill rolling; Pro was the tier putting the most strain on systems
Reopen dateNot published

The day before, Tibo warned that Astra demand was "really unprecedented" and that OpenAI might pause new Pro subscriptions if it continued. The 10 September post is that pause. Do not read it as cancelling people who already pay $200.

Astra launched 3 September 2026. One week later the highest individual ChatGPT plan stopped taking new money so existing users could keep the model. That is a capacity story, not a model withdrawal.

The API is still open #

Tibo named the API in the same sentence as the other plans. Metered tokens are the release valve: you pay for what you run, OpenAI can add capacity without selling another unlimited-feeling $200 seat.

That is also why a ChatGPT Pro pause is the wrong reason to stop shipping Astra in a product. ChatGPT Pro is a subscription chat product. The API is a token bill. Cursor, Codex CLI, and your backend never needed the $200 SKU. They needed gpt-6-astra and a key.

RouterPlex is the second half of that sentence: one prepaid key, vendor list price, 0% markup, $0 top-up fee, balance never negative, hard per-key budget. When the key hits the cap, the request stops. It does not overdraft. It is not ChatGPT.

ChatGPT Pro vs the Astra API #

Do not convert $200/month into "unlimited Astra." OpenAI did not say Pro was unlimited. It said Pro accounts put the most strain on the system. A fixed-price seat that can run long agent threads is expensive for the provider even when it is expensive for you.

ChatGPT ProGPT-6 Astra on RouterPlex
ProductChatGPT subscriptionPrepaid API gateway
New signups (10 Sep 2026)PausedOpen
UIChatGPTNone. You bring Cursor, Codex, Claude Code, or HTTP
ModelAstra inside ChatGPT, plus the rest of that productgpt-6-astra, plus Claude, Gemini, Qwen, Kimi, Grok on the same key
Price$200 / month$10 / $50 per 1M at or below 272K input; $20 / $75 for the whole request above that
Spend capOpenAI's allowanceHard lifetime budget you set
Stops at $0No. It is a monthly seatYes. Prepaid, never negative

A 40,000-in / 2,000-out Astra turn is about $0.50 at the list rate. The 272K cliff still applies: one fat context doubles the request. That is the failure mode a $200 seat hides and a budgeted key makes visible.

If you wanted Pro for the ChatGPT app, wait for OpenAI. If you wanted Astra for work, buy tokens.

Use GPT-6 Astra on RouterPlex #

Model ID gpt-6-astra. OpenAI SDK base URL https://api.routerplex.com/v1. Anthropic SDK and Claude Code: https://api.routerplex.com.

bash
curl https://api.routerplex.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTERPLEX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-6-astra",
"messages": [
{"role": "user", "content": "Review this diff like a $200 Pro seat is not required."}
]
}'
python
import os
from openai import OpenAI
 
client = OpenAI(
api_key=os.environ["ROUTERPLEX_API_KEY"],
base_url="https://api.routerplex.com/v1",
)
 
response = client.chat.completions.create(
model="gpt-6-astra",
messages=[{"role": "user", "content": "Turn this stack trace into a one-line fix plan."}],
)
print(response.choices[0].message.content)

Cursor: override the OpenAI base URL to https://api.routerplex.com/v1 and add gpt-6-astra. Codex CLI: custom provider with wire_api = "responses". Same catalog ID.

Put Astra on its own key with a small budget until the first usage row looks right. A loop that would have been "someone else's $200 seat" is your prepaid balance here.

Same key for any model, not only Astra #

The Pro pause is an OpenAI ChatGPT-SKU problem. It is not a reason to run only OpenAI.

On RouterPlex the same key reaches GPT-6 Astra, GPT-5.6 Sol, the OpenAI hub, the Anthropic hub, Gemini, Qwen, Kimi, Grok, and the rest of the catalog. Swap the model string. Keep the budget.

That is the practical answer to "Pro is paused." You do not need a $200 ChatGPT seat to call Astra. You do not need a second vendor account to fall back to Claude when Astra is the wrong tool.

Start a $5 RouterPlex test, put gpt-6-astra on a budgeted key, and send one live request. Existing ChatGPT Pro users keep their seats. Everyone else still has the API.

Common questions

Frequently asked questions

Did OpenAI pause ChatGPT Pro?

Yes. On 10 September 2026 OpenAI product lead Thibault (Tibo) Sottiaux said OpenAI is pausing subscriptions to the $200 ChatGPT Pro plan because those accounts put the most strain on its systems after GPT-6 Astra demand. Existing Pro accounts are not affected. OpenAI has not said when new Pro signups will reopen.

Can I still use GPT-6 Astra if ChatGPT Pro is paused?

Yes. Tibo wrote that all other plans and the API remain available. GPT-6 Astra stays on the OpenAI API. On RouterPlex the model ID is gpt-6-astra at OpenAI list rates: $10 per 1M input and $50 per 1M output at or below 272K input tokens.

Does the ChatGPT Pro pause affect the OpenAI API?

No. The same announcement says the API remains available. This pause is for new $200 ChatGPT Pro subscriptions, not for metered API keys.

Are existing ChatGPT Pro subscribers losing Astra?

No. Tibo said there is no impact to existing accounts, and the stated goal is continued Astra access for current users while OpenAI adds capacity.

Is RouterPlex a ChatGPT Pro replacement?

No. ChatGPT Pro is OpenAI's $200/month chat product. RouterPlex is a prepaid API gateway. You do not get the ChatGPT UI. You get gpt-6-astra, Claude, Gemini, and the rest of the catalog through one key, at vendor list price, with a hard budget that stops at $0.

How do I call GPT-6 Astra on RouterPlex?

Create a prepaid key, set a hard budget, and point the OpenAI SDK at https://api.routerplex.com/v1 with model ID gpt-6-astra. Cursor can override the OpenAI base URL to the same host. The Anthropic SDK and Claude Code use https://api.routerplex.com.

Run the smallest paid test.

Add $5, cap the key, and verify the result with your own workload. No subscription, and credit never expires — a first top-up of $25+ is matched with $25 extra.