Is OpenAI API down
Is OpenAI API Down? Status and Error Checks
What this page can check
Check whether an OpenAI API problem looks like an outage, an invalid key, a forbidden model, or a rate limit issue.
Official provider status page: https://status.openai.com/
Historical public endpoint uptime
llmping samples provider public endpoints and official status feeds every 5 minutes through a Cloudflare Worker. These percentages never use user API keys and should be read as public reachability evidence, not a guarantee for every authenticated workload. The latest check time appears with the data; if it is more than 15 minutes old, treat the panel as historical rather than current.
Waiting for samples.
Waiting for samples.
Waiting for samples.
Immediate checks
- 401 means your key is missing or invalid; it does not prove OpenAI is down.
- 403 means your key is recognized but forbidden for the requested action or model.
- 429 means rate limit or quota pressure; check whether the body says quota or RPM/TPM.
- 5xx across multiple keys and regions is stronger outage evidence.
cURL test command
curl -i https://api.openai.com/v1/models \ -H "Authorization: Bearer $OPENAI_API_KEY"
Run this from your own terminal or server. A status code is only useful after you know whether auth, quota, or endpoint selection is correct.