AI API PricesAPI status › Is ChatGPT down?

Is ChatGPT down?

Checking OpenAI status…

Live OpenAI API status, pulled from the official status page. If it's green here, the API is up — so the problem is probably on your side.

Is it ChatGPT or is it you?

Before assuming an outage, check the error you're getting — most "ChatGPT not working" reports are client-side:

What to do during a ChatGPT outage

OpenAI models & pricing

If you're switching or planning a fallback, here's what OpenAI offers.

Model Input /1M Output /1M Cost / call* Context Type
GPT-5.4 nano
Cheapest OpenAI tier
$0.200 $1.25 $0.0015 400K Fast / cheap
GPT-5.4 mini $0.750 $4.50 $0.0053 400K Balanced
GPT-5.6 Luna
Cheapest GPT-5.6 · budget frontier
$1.00 $6.00 $0.0070 400K Balanced
GPT-5.6 Terra
Daily driver · ½ the cost of GPT-5.5
$2.50 $15.00 $0.017 400K Flagship
GPT-5.4
Balanced flagship
$2.50 $15.00 $0.017 400K Flagship
GPT-5.6 Sol
New flagship · limited preview
$5.00 $30.00 $0.035 400K Flagship
GPT-5.5
Flagship
$5.00 $30.00 $0.035 400K Flagship

*Reference cost of one call with 1,000 input + 1,000 output tokens — a neutral yardstick. Use the calculator for your real usage. Cheapest row highlighted.

Is ChatGPT down — FAQ

Is ChatGPT down right now?

Check the live status above — it reads OpenAI's official status page (https://status.openai.com). Green means all systems operational; amber or red means a degradation or outage on OpenAI's side, not yours.

How do I know if it's ChatGPT or my own code?

A 429 means you hit a rate limit (your side — back off and retry). 401/403 is an auth or API-key problem (your side). Widespread 500/502/503 errors or timeouts usually mean OpenAI is having an incident — confirm on the status page.

Where is the official OpenAI status page?

https://status.openai.com — it lists current incidents, per-component status (API, console, etc.) and a history of past outages with timelines.

What should I do during a ChatGPT outage?

Fail over to another model or provider if your app supports it (compare alternatives here on AI API Prices), queue non-urgent requests, retry with exponential backoff, and subscribe to the status page for updates.