AI Breaking News is an AI-generated alert, curated and reviewed by the Kursol team. When major AI developments happen, we break down what it means for your business.
Anthropic split its billing on June 15, 2026, moving the Agent SDK, claude -p (headless), and GitHub Actions out of subscription pools into a separate monthly credit system. Simultaneously, Claude Sonnet 4 and Opus 4 were deprecated with no grace period—APIs return errors as of 9 AM PT. The practical effect: if you run anything automated against Claude, your cost model changed overnight, and if your code targets deprecated models, it broke at midnight.
How the New Billing Works
Subscriptions now split into two buckets: interactive Claude.ai chat stays in the original subscription, but Agent SDK calls (including GitHub Actions and third-party tools) draw from monthly credits. Credit amounts equal subscription cost: Pro gets $20/month, Max 5× gets $100/month, Max 20× gets $200/month. Credits reset monthly with no rollover—unused credits expire. When credits run out, you either enable overflow billing (which switches to API-rate pricing and kills subscription savings) or requests fail until the next cycle.
Why? Agents consume compute at rates subscriptions can't sustain. A human sends dozens of prompts daily; an autonomous agent generates thousands. Anthropic was subsidizing heavy SDK users at a significant multiple of their subscription cost.
What Broke and How to Fix It
Deprecated models are gone: claude-opus-4-20250514 and claude-sonnet-4-20250514 no longer exist. API calls return errors immediately; no fallback, no grace period. Recommended replacements are Opus 4.7 and Sonnet 4.6—one-line swaps in most code. But if your production CI/CD is hardcoded to old model IDs, your jobs fail now.
What This Means for Your Business
For automation teams: Your invoice could surprise you. If you run CI/CD Claude integrations or batch jobs, you're now on a monthly cap. If processing exceeds your $20–200 credit before month-end, requests fail unless you've enabled overflow. This vendor risk is exactly why some teams build external AI departments to manage vendor churn—others get caught off-guard.
For infrastructure teams: The deprecated models broke your pipeline. Update your code to Opus 4.7 or Sonnet 4.6, test, and deploy urgently.
For procurement: This is Anthropic shifting to usage-based pricing for production work. Budget for API rates, not subscription discounts, when evaluating Anthropic against OpenAI or Google.
What to Do This Week
If you run Agent SDK in production: Check your June 15 logs for failures. Calculate your monthly Agent SDK spend (tokens × API rates) vs. your $20–200 credit. If you exceed the cap, enable overflow billing and plan for higher costs, or disable it and accept request failures.
If you use deprecated models: Search your codebase for the old model IDs. Update to Opus 4.7 or Sonnet 4.6, test, and deploy. Prioritize CI/CD pipelines—they're the highest-risk lockups.
For account managers: Call your Anthropic rep and ask about credit rollover options, volume discounts on overflow, and Sonnet 4.6 stability roadmap.
The Bottom Line
Anthropic's split billing and model deprecation are sound business decisions—but the midnight cutoff with no grace period signals the company is moving fast on monetization. If you run Claude in production, treat vendor changes like critical infrastructure: monitor release notes weekly, version-lock deployments, and budget for API rates.
AI Breaking News is Kursol's rapid analysis of major artificial intelligence developments — focused on what actually matters for your business. Subscribe to our RSS feed to stay informed.
FAQ
The deprecation was enforced at 9 AM PT on June 15. Code running the old model IDs now returns errors. Migrate to Sonnet 4.6 or Opus 4.7 immediately.
Calculate your monthly spend: (input tokens × input rate) + (output tokens × output rate). Compare to your credit ($20–200/month). If you exceed it, you're in overflow territory.
Ready to get your time back?
No pitch, just a conversation about what Autopilot looks like for your business.