AI agents · OpenClaw · self-hosting · automation

Quick Answer

Claude Code Pricing After Subscription Change (2026)

Published:

Claude Code Pricing After Subscription Change

With Anthropic cutting third-party tool access from Claude subscriptions (effective April 4, 2026), here’s how Claude Code pricing works now.

Last verified: April 4, 2026

Current Pricing Options

Option 1: Claude API (Pay-Per-Token)

ModelInputOutputBest For
Claude Opus 4.6$15/M tokens$75/M tokensComplex coding, architecture
Claude Sonnet 4.6$3/M tokens$15/M tokensDaily coding (best value)
Claude Haiku$0.25/M tokens$1.25/M tokensSimple completions

Typical monthly costs:

  • Light use (a few sessions/day): $20-50/month
  • Moderate use (regular coding): $50-100/month
  • Heavy use (full-time agentic): $100-200+/month

Option 2: Anthropic Usage Bundles

Anthropic now offers discounted usage bundles specifically for third-party tool users. Pricing details vary — check anthropic.com for current bundles.

Option 3: Local Models (Free)

# Use Ollama with Claude Code
ollama run qwen3.5:35b-a3b-coding-nvfp4
# Configure Claude Code to use local endpoint

Free but less capable than Claude Opus 4.6. Ollama 0.19 with MLX makes this viable for many tasks.

Cost Optimization Tips

  1. Use Sonnet for most tasks — 5x cheaper than Opus, still very capable
  2. Route to Haiku for simple completions — 60x cheaper than Opus
  3. Use local models for exploration — Save API calls for important work
  4. Leverage caching — Claude Code’s prompt caching reduces repeated context costs
  5. Set spending limits — Configure max monthly spend in your API dashboard

Comparison with Alternatives

ToolMonthly CostModel
Claude Code (Sonnet)~$50-100Claude Sonnet 4.6
Claude Code (Opus)~$100-200Claude Opus 4.6
Cursor Pro$20 flatMulti-model
GitHub Copilot Pro$10 flatGPT-5
Windsurf$15 flatMulti-model
Ollama (local)$0Open-source models

The shift to pay-per-token makes Claude Code more expensive than flat-rate alternatives for heavy users, but potentially cheaper for light users who only need a few sessions per day.

Last verified: April 4, 2026