The AI Vendor Outage Playbook: What to Do When ChatGPT, Claude, and Grok Go Down Together

Published September 3, 2026By ABD Legacy LLC
AI vendor outage playbookChatGPT downClaude API downwhy is Grok downare AI APIs reliable

What happened. On the morning of September 3, 2026, the three AI vendors most agencies build on went down at the same time: OpenAI's ChatGPT and Codex, Anthropic's Claude (Claude.ai, Claude Code, Claude Cowork, and the Claude API), and xAI's Grok (Axios; DataCenterDynamics; 9to5Google; CNET; Gizmodo). User reports started around 9:00–9:30 a.m. ET; by mid-morning all three vendors had active status-page incidents; and by early afternoon everything was nominally back to normal. No single common cause was ever confirmed. The 09-03-2026 simultaneous outage is now the reference case for why AI API reliability has to be designed, not assumed — and why a single backup vendor is not a backup plan.

This page is the AI vendor outage playbook for agencies and anyone running production workloads on AI APIs: a short incident recap, then concrete, copy-paste-able actions — monitoring, fallback models, multi-vendor routing, timeout/retry/circuit-breaker configuration, SLA remedies, escalation and client communication, and a local-model escape hatch.

Incident recap: the AI outage of September 3, 2026

Timing matters because it exposes the difference between user impact and official notices — the same gap your monitoring has to cover:

Gemini caveat: Google's Gemini saw user reports and some developer/API issues — including problems with recently created API keys — but never declared a confirmed outage; sources disagree on how much it was affected (Axios; 9to5Google vs CNET; Gizmodo; Economic Times). Treat Gemini as "reported issues, no confirmed outage" on this date.

The lesson levelsio proved live: one backup vendor is not enough

Pieter Levels (@levelsio) runs real products on AI APIs, and he documented the failure mode in real time through the outage morning. First: "xAI's API is down!" Then, after switching: "I switched my API to Claude now but now Claude also went down!" (X status 2095517218217902313), then "If both @xAI and @claudeai are down — does that mean the Colossus GPU farm is down?" (X status 2095522299722019002), and finally "No way now ChatGPT is down too?!!!" (levelsio via twiscan mirror).

The sequence is the whole lesson: he had a fallback, used it correctly, and the fallback was down too. As one machine-translated recap of his morning put it, "a backup key is not insurance… when outages coincide in time, switching gives nothing" (vibecoding.ru). Two structural reasons this happens:

The AI vendor outage playbook

Each section below is a concrete action with the settings and thresholds to start from. Work the list in order — monitoring first, because you cannot run the other steps blind.

1. Monitor vendor status pages and your own API error rates

Status pages are necessary but not sufficient: on Sept 3, user reports spiked around 9:00–9:30 a.m. ET while official vendor notices landed later — and Anthropic's Claude API incident ran on a model-level status page most dashboards don't read (CNET; Gizmodo; status.claude.com). Monitor both layers:

2. Configure fallback models and providers before you need them

3. Implement multi-vendor routing and failover across independent stacks

4. Set timeout, retry, and circuit-breaker behavior

5. Know your SLA remedies and credit processes

6. Prepare internal escalation and client communication templates

7. Keep a local or self-hosted model escape hatch for critical workloads

8. Run the drill and do the post-incident review

Frequently asked questions

Is ChatGPT down?

As of this page's publication on September 3, 2026, ChatGPT is back online: OpenAI said a routing error that started around 7:43 a.m. PT (10:43 a.m. ET) made ChatGPT and Codex unavailable for some users across platforms, and that a solution was implemented by 8:17 a.m. PT (11:17 a.m. ET). For a live answer, check status.openai.com — vendor status pages are the authoritative source, and Downdetector-style user reports usually spike before official notices (CNET; Gizmodo; OpenAI update via BleepingComputer).

Why is Claude API down?

If the Claude API is returning elevated errors or timeouts right now, check status.claude.com first: Anthropic posts incident status there and logs model-level incidents such as "Elevated errors for multiple models" before most downstream monitors see them. On September 3, 2026, an undisclosed "infrastructure issue" caused a partial outage across Claude.ai, Claude Code, Claude Cowork, and the Claude API; the status page listed Mythos/Fable 5.1, Mythos/Fable 5, Opus 5, Opus 4.8, and Opus 4.6, and Anthropic logged impact as ended at 16:16 UTC (12:16 p.m. ET), with Opus 4.8 and Opus 5 the last to recover (Anthropic status; DataCenterDynamics; Gizmodo). While the vendor works a fix, your app should be in retry/backoff behind a circuit breaker with a preconfigured fallback provider — see the playbook above.

Why is Grok down?

On September 3, 2026, Grok showed "this model is overloaded right now. Please try again shortly or pick a different model," and xAI logged an incident (INC25664c15) without giving a root cause — it happened the same morning ChatGPT and Claude went down, which is why "why is Grok down" searches spiked alongside them (DataCenterDynamics; 9to5Google). xAI reported services back to normal later that day. When Grok is down for you, try a different Grok model first, then move affected workloads to a non-xAI provider per your routing table.

Are AI APIs reliable?

No single AI API can promise uninterrupted availability — and on September 3, 2026, ChatGPT/Codex, Claude (app and API), and Grok were all down at the same time, which turned AI API reliability into a design question rather than a monitoring one. Even strong vendors degrade: Anthropic's own 90-day uptime window captured on September 3, 2026 showed the Claude API at 99.5% — roughly four hours of allowed degradation a year under that arithmetic (status.claude.com). The reliable architecture is redundancy: per-vendor circuit breakers, model-level fallbacks, multi-vendor routing, and a local or self-hosted escape hatch for critical workloads.

What happened with the AI outage on September 3, 2026?

On the morning of September 3, 2026, OpenAI's ChatGPT and Codex, Anthropic's Claude (Claude.ai, Claude Code, Claude Cowork, and the Claude API), and xAI's Grok went down at overlapping times. User reports started around 9:00–9:30 a.m. ET; OpenAI pinned its own start to a routing error at 10:43 a.m. ET (fixed by 11:17 a.m. ET); Anthropic said an "infrastructure issue" caused a partial outage and logged impact as ended at 16:16 UTC (12:16 p.m. ET). Google's Gemini saw reported issues for some developers but never confirmed an outage, and Perplexity users reported no issues. No single common cause was confirmed, though reporters noted all three vendors rely on overlapping cloud infrastructure, including Microsoft Azure (Axios; DataCenterDynamics; CNET; 9to5Google; Gizmodo).

Which AI vendor has the best uptime?

There is no authoritative industry-wide comparison, but vendors publish their own numbers: Anthropic's status page showed 99.5% uptime for the Claude API over its 90-day window captured September 3, 2026 (99.93% for the Claude Console, 99.4% for claude.ai), while OpenAI and xAI publish comparable windows on status.openai.com and status.x.ai. Because uptime is measured per vendor, routing across genuinely independent providers is the only way to push availability above any single vendor's number — and outage events like September 3, 2026 are exactly when a backup that shares the same failure mode stops helping.

An agency that has already run this playbook

Browse Vetted AI Agencies →

Or price what multi-vendor redundancy actually costs per client with the AI agency pricing calculator.

Sources

Accuracy note: Timeline and vendor language verified September 3, 2026 against the sources above. Gemini was reported as affected by some outlets (CNET; Gizmodo) but never declared a confirmed outage by Google; 9to5Google and Axios said Gemini appeared unaffected or unreported at the time, and Economic Times narrowed reports to developer/API issues with recently created keys — this page says "reported issues, no confirmed outage." No common cause for the simultaneous outage was confirmed; the Azure overlap is reported as a hypothesis (Axios; CNET), not a finding. The "Colossus GPU farm" question is levelsio's speculation and is not presented as fact. levelsio's post text is quoted verbatim from mirrors and X status pages; exact posting timestamps were not independently verified, so this page says only "through the outage morning." The 99.5% Claude API uptime figure is Anthropic's own 90-day status-page number captured on Sept 3, 2026 and is not a warranty. Uptime thresholds and circuit-breaker numbers in the playbook are starting points for your own engineering review, not guarantees. GPT-6 Astra was released hours after the outage; no source tied the outage to the Astra rollout. Re-verify vendor status before acting on any of this.