TL;DR
Anthropic disabled Claude Fable 5 and Claude Mythos 5 worldwide in mid-June after a U.S. export-control directive barred access by foreign nationals, according to the company and reporting by Tom’s Hardware. Weeks earlier, OpenAI retired GPT-4o from ChatGPT and listed related API shutdown dates, showing that model access can disappear through both state action and provider policy.
Anthropic disabled Claude Fable 5 and Claude Mythos 5 worldwide after a U.S. export-control directive barred foreign-national access, according to the company and Tom’s Hardware, turning model access into an immediate operational risk for customers who depended on the systems. The shutdown, reported June 13, 2026, followed OpenAI’s February retirement of GPT-4o from ChatGPT, underscoring that users and developers generally buy access to frontier models rather than own them.
Tom’s Hardware reported that the directive covered access by foreign nationals inside and outside the United States, including Anthropic’s own foreign-national employees. Anthropic said selective compliance was not workable in real time, so it pulled both models globally while complying with the order.
The stated government concern was national security, tied to an alleged jailbreak involving code analysis and software-flaw detection. Anthropic said the letter gave no specifics, and the company called the action a misunderstanding; the security basis and proportionality of the response remain disputed.
OpenAI’s separate action was a provider decision. Business Insider reported that OpenAI announced on January 30 that GPT-4o would be deprecated with three other models on February 13, and OpenAI said only 0.1% of users still chose GPT-4o. OpenAI’s API deprecation page says retired models and endpoints are no longer accessible at shutdown, and lists 2026 dates for several 4o-related API snapshots.
The Switch: You Never Owned It
In 2026 a government turned off a frontier model worldwide in ~90 minutes — and a company retired a beloved one with ~2 weeks’ notice. You don’t own the model you build on. You access it. Access can be revoked.
Access is the only chokepoint that flips in an afternoon — and the version that hits you won’t be Washington, it’ll be a deprecation. Open weights you host can’t be deprecated, geofenced, repriced, or revoked. Short of that: route through a provider-agnostic gateway, keep a tested fallback, and treat every model string as a dependency that will be pulled.
Model Access Became Fragile
For businesses, the risk is not only loss of a favored chatbot personality. A model name can sit inside customer support systems, coding tools, search products, security workflows, and internal automation. If that model is blocked, retired, rate-limited, geofenced, repriced, or behaviorally changed, the break can show up as downtime, higher costs, failed prompts, or rushed migrations.
The Anthropic case shows the state-action path: access can be cut because a regulator treats a served model as an export-controlled capability. The OpenAI case shows the ordinary product path: a provider can remove a legacy model after notice, even when a small group of users still relies on its output style. Both point to the same contract reality: API access is a service, not possession of the model weights.

Models, Methods and Tools for Product Service Design: The Manutelligence Project (SpringerBriefs in Applied Sciences and Technology)
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Two Routes To The Same Switch
The Control Series source frames model access as a chokepoint because it can be changed faster than compute supply, data access, or power availability. In the Anthropic episode, a government directive acted on the provider layer rather than on a physical border; in the OpenAI episode, a roadmap decision removed a model from ChatGPT and set API customers on a migration schedule.
OpenAI had faced backlash over GPT-4o before. Business Insider reported that the company first tried to retire the model in August 2025 and reversed course after user protest, then gave a new January 2026 warning before the February removal. The OpenAI docs also state minimum notice periods for model retirements, while warning that safety or compliance issues can shorten timelines.
“We believe this is a misunderstanding.”
— Anthropic, according to Tom’s Hardware
private AI model hosting solutions
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Security Evidence Remains Limited
It is not yet clear what evidence the U.S. government relied on beyond the reported jailbreak concern, how long the Anthropic controls will stay in place, or whether a narrower licensing or access-screening plan could restore the models for some customers. Anthropic says it is working to restore access, but no resolution has been reported as of June 20, 2026.
The size of the business impact is also unclear. Public reporting identifies affected models and broad customer concern, but it does not yet give a verified count of disrupted integrations, contract losses, or migration costs. For OpenAI, the ChatGPT retirement is complete, while API timelines vary by model snapshot.

The Model Context Protocol Developer's Handbook: Build, Deploy, and Secure MCP Servers for Claude, GPT, and Local LLMs — The Definitive 2026 Reference … Hardware & Compiler Engineering Series)
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Fallback Planning Moves Forward
Anthropic’s next milestone is whether talks with U.S. officials lead to restored access, a license regime, or a narrower technical control. Customers using Anthropic’s newest models will watch for company guidance and any change in the export-control order.
Developers using OpenAI models face a clearer schedule: migrate before listed shutdown dates, test replacements against production prompts, and remove hard dependencies on single model names. Teams with higher tolerance for infrastructure work may also compare provider-agnostic routing, tested fallback models, and self-hosted open weights for workloads where continuity matters more than the newest hosted model.

11.3" Wireless Carplay Screen for Car with N-etflix/YouTube/TikTok, Upgraded A-pple CarPlay & Android Auto Screen,Portable AI Magic Box with Backup Camera/Navigation/Voice Control,for All Vehicles
【Upgraded 11.3-Inch HD CarPlay Screen】This HD11.3-inch car screen is compatible with Apple CarPlay and Android car systems, making…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
What actually happened to Anthropic’s models?
Anthropic disabled Claude Fable 5 and Claude Mythos 5 worldwide after a U.S. export-control directive barred access by foreign nationals, according to the company and Tom’s Hardware. Anthropic said it could not reliably screen only those users in real time.
Was GPT-4o shut down by the government?
No. OpenAI’s GPT-4o removal was a provider retirement from ChatGPT, not a government order. The effect for users was still loss of access to a model many had built habits, workflows, or products around.
Do users own AI models they use through APIs?
In most hosted AI products, users and developers buy access under provider terms. They do not own the hosted model weights, and access can change through retirement, pricing, regional restrictions, usage limits, or policy changes.
What is confirmed right now?
Confirmed facts include the Anthropic global disablement reported after a U.S. directive, OpenAI’s February 13 ChatGPT retirement of GPT-4o and related models, and OpenAI’s public API deprecation schedule. Claims about the exact security risk behind the Anthropic order remain attributed to the government and disputed by Anthropic.
How can developers reduce model-access risk?
Developers can avoid hardcoding a single model path, maintain tested fallback models, monitor provider deprecation notices, and route requests through systems that can switch providers when needed. For some workloads, self-hosted open-weight models may reduce access risk, though they bring their own cost and operations burden.
Source: Thorsten Meyer AI