CLAUDE LABJP
DEFAULT — Claude Sonnet 5 is now the default model for Free and Pro users worldwide. It's the most agentic Sonnet yet and performs close to Opus 4.8 on many tasksPRICE — Sonnet 5 launch pricing ($2 in / $10 out per million tokens) runs through August 31, then returns to $3 / $15. Worth measuring your real token costs nowFASTEND — Fast mode for Claude Opus 4.7 is removed on July 24 — three days left. If you set speed: 'fast', move those calls to fast mode on Opus 4.8MEMORY — Claude's memory now works as a set of individual, categorized entries that Claude reads and updates mid-conversation, so it's easier to see what's storedHIPAA — Enterprise and API organizations can now configure HIPAA support themselves: BAA review, guide download, and one-step enablementADMIN — The Admin API can list members, change roles, remove people, and manage groups — helpful for organizations with frequent membership changesDEFAULT — Claude Sonnet 5 is now the default model for Free and Pro users worldwide. It's the most agentic Sonnet yet and performs close to Opus 4.8 on many tasksPRICE — Sonnet 5 launch pricing ($2 in / $10 out per million tokens) runs through August 31, then returns to $3 / $15. Worth measuring your real token costs nowFASTEND — Fast mode for Claude Opus 4.7 is removed on July 24 — three days left. If you set speed: 'fast', move those calls to fast mode on Opus 4.8MEMORY — Claude's memory now works as a set of individual, categorized entries that Claude reads and updates mid-conversation, so it's easier to see what's storedHIPAA — Enterprise and API organizations can now configure HIPAA support themselves: BAA review, guide download, and one-step enablementADMIN — The Admin API can list members, change roles, remove people, and manage groups — helpful for organizations with frequent membership changes
Back to Blog

Claude Haiku 3 Deprecation — Migrate by April 19, 2026

Claude HaikudeprecationmigrationAPI

Deprecation Notice

Anthropic has announced that Claude Haiku 3 (claude-3-haiku-20240307) will be retired on April 19, 2026. After this date, API requests to this model will return errors.

Who Is Affected

Developers using claude-3-haiku-20240307 in API calls. Claude.ai users are automatically switched to newer models and are not affected.

Migration Target

The successor model is Claude Haiku 4.5 (claude-haiku-4-5-20251001).

Key Differences

  • Context window: 200K tokens (unchanged)
  • Max output: 64K tokens (up from 4K in Haiku 3)
  • Extended Thinking: Supported (not available in Haiku 3)
  • Pricing: Input $1 / Output $5 per million tokens (higher than Haiku 3 but justified by performance improvements)

Migration Steps

Simply change the model ID in your API code.

# Before
model="claude-3-haiku-20240307"
 
# After
model="claude-haiku-4-5-20251001"
# Or use the alias
model="claude-haiku-4-5"

Things to Watch

  • Haiku 4.5 has much larger max output, so review your max_tokens settings
  • Pricing has changed, so update your cost estimates
  • Enabling Extended Thinking incurs additional costs

Summary

Complete your migration by April 19, 2026. With significantly improved performance, Haiku 4.5 offers substantial benefits.