Update for developers and AI teams: Anthropic says it has suspended access to Claude Fable 5 and Claude Mythos 5 after receiving a US government export-control directive. The interruption affects the two newly launched models, not the entire Claude lineup.

What happened
In an official statement, Anthropic said the US government, citing national security authorities, directed the company to suspend access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States. Anthropic said the requirement also covered foreign-national Anthropic employees.
Because that nationality-based restriction is difficult to enforce cleanly across cloud products and API access, Anthropic said the practical result was that it had to disable Fable 5 and Mythos 5 for all customers to ensure compliance. The company added that access to all other Anthropic models is not affected.
Why this matters for AI product teams
The suspension landed only days after Anthropic introduced Claude Fable 5 as a Mythos-class model for general use and Claude Mythos 5 for a smaller group of cyberdefenders and infrastructure providers. In the launch post, Anthropic positioned Fable 5 as its most capable broadly available model, highlighting software engineering, long-context work, vision, scientific research, and knowledge-work performance.

For builders, the incident is a reminder that frontier model availability is now a product and compliance risk, not just a technical choice. If an application depends on a single model ID, a policy action, safety review, or provider-side access change can become a production incident.
What Anthropic says about the concern
Anthropic said the government’s letter did not provide specific details of its national-security concern. The company said its understanding is that the concern involved a possible method of bypassing, or “jailbreaking,” Fable 5. Anthropic disputed the scope of the concern, saying it had reviewed a demonstration involving a small number of previously known, minor vulnerabilities and believed the displayed capability was available from other public models as well.
Bloomberg Law reported on June 13 that a US official confirmed the Commerce Department sent the letter, and that Anthropic shut off access to the affected systems to comply. That report provides useful outside context, but the most detailed technical claims currently come from Anthropic’s own statement.
Practical checks for developers
- Check model fallbacks: avoid hard-coding only Fable 5 or Mythos 5. Route requests to available alternatives such as other Claude models or a second provider when quality requirements allow.
- Monitor model-level status: product names like Claude API or Claude Code can contain multiple model access paths. Track the exact model IDs your application uses.
- Review compliance exposure: enterprise teams should treat export-control and safety-driven access changes as part of AI vendor risk management.
- Keep user messaging ready: if your app exposes model choice, provide a clear explanation and fallback option rather than a generic failure.
Bottom line
This is not a discount or promotional offer; it is a notable AI infrastructure and application-availability story. The strongest verified facts are that Anthropic says Fable 5 and Mythos 5 access was suspended because of a US government directive, other Anthropic models remain unaffected, and the company is working to restore access. Teams using frontier models should use this moment to audit fallback plans and vendor-concentration risk.