Back
AI summary
Written by AI from the official notes. Check them for exact details.Automatic caching has been launched for the Messages API, and older models have been retired.
- Automatic caching simplifies management with a single
cache_controlfield. - Claude Sonnet 3.7 and Claude Haiku 3.5 models have been retired.
- Claude Haiku 3 model will be deprecated by April 20, 2026.
Why it matters: Developers using the Messages API should adopt the new caching feature and upgrade their models.
Full release notes3 changes
- We've launched automatic caching for the Messages API. Add a single
cache_controlfield to your request body and the system automatically caches the last cacheable block, moving the cache point forward as conversations grow. No manual breakpoint management required. Works alongside existing block-level cache control for fine-grained optimization. Available on the Claude API and Microsoft Foundry (preview). Learn more in Prompt caching. - We've retired the Claude Sonnet 3.7 model (
claude-3-7-sonnet-20250219) and the Claude Haiku 3.5 model (claude-3-5-haiku-20241022). All requests to Claude Sonnet 3.7 will now return an error. Requests to Claude Haiku 3.5 on the Claude API will now return an error; it remains available on Amazon Bedrock and Google Cloud. We recommend upgrading to Claude Sonnet 4.6 and Claude Haiku 4.5 respectively. Researchers can request ongoing access through the External Researcher Access Program. - We announced the deprecation of the Claude Haiku 3 model (
claude-3-haiku-20240307), with retirement scheduled for April 20, 2026. We recommend migrating to Claude Haiku 4.5. Read more in Model deprecations.