Claude Developer Platform Release Notes
Last updated: Apr 1, 2026
- Mar 30, 2026
- Date parsed from source:Mar 30, 2026
- First seen by Releasebot:Apr 1, 2026
Claude Developer Platform by Anthropic
March 30, 2026
Claude Developer Platform raises the Message Batches API max_tokens cap to 300k for Claude Opus 4.6 and Sonnet 4.6, enabling longer outputs for long-form content, structured data, and large code tasks. It also retires the 1M token context beta for older Sonnet models in favor of 4.6.
We've raised the
max_tokenscap to 300k on the Message Batches API for Claude Opus 4.6 and Sonnet 4.6. Include theoutput-300k-2026-03-24beta header to generate longer single-turn outputs for long-form content, structured data, and large code generation tasks.We're retiring the 1M token context window beta for Claude Sonnet 4.5 and Claude Sonnet 4 on April 30, 2026. After that date, the
context-1m-2025-08-07beta header will have no effect on these models, and requests that exceed the standard 200k-token context window will return an error. To continue using 1M context windows, migrate to Claude Sonnet 4.6 or Claude Opus 4.6, which support the full 1M token context window at standard pricing with no beta header required.
- Mar 18, 2026
- Date parsed from source:Mar 18, 2026
- First seen by Releasebot:Mar 19, 2026
Claude Developer Platform by Anthropic
March 18, 2026
Claude Developer Platform releases updated Models API exposing max_input_tokens, max_tokens, and a capabilities object for each model.
- We've added model capability fields to the Models API.
GET /v1/modelsandGET /v1/models/{model_id}now returnmax_input_tokens,max_tokens, and acapabilitiesobject. Query the API to discover what each model supports.
All of your release notes in one feed
Join Releasebot and get updates from Anthropic and hundreds of other software products.
- Mar 16, 2026
- Date parsed from source:Mar 16, 2026
- First seen by Releasebot:Mar 16, 2026
Claude Developer Platform by Anthropic
March 16, 2026
Claude Developer Platform releases the display field for extended thinking to omit thinking blocks for faster streaming while preserving signature.
- We've launched the
displayfield for extended thinking, letting you omit thinking content from responses for faster streaming. Setthinking.display: "omitted"to receive thinking blocks with an emptythinkingfield and thesignaturepreserved for multi-turn continuity. Billing is unchanged. Learn more in Controlling thinking display.
- Mar 13, 2026
- Date parsed from source:Mar 13, 2026
- First seen by Releasebot:Mar 14, 2026
Claude Developer Platform by Anthropic
March 13, 2026
Anthropic announces 1M token context window GA for Claude Opus 4.6 and Sonnet 4.6 at standard pricing, with no beta header, removed limits, and media cap up to 600.
Release notes
- The 1M token context window is now generally available for Claude Opus 4.6 and Sonnet 4.6 at standard pricing. Requests over 200k tokens work automatically for these models with no beta header required. The 1M token context window remains in beta for Claude Sonnet 4.5 and Sonnet 4.
- We've removed the dedicated 1M rate limits for all supported models. Your standard account limits now apply across every context length.
- We've raised the media limit from 100 to 600 images or PDF pages per request when using the 1M token context window.
- Feb 19, 2026
- Date parsed from source:Feb 19, 2026
- First seen by Releasebot:Feb 20, 2026
Claude Developer Platform by Anthropic
February 19, 2026
Claude rolls out automatic caching for Messages API to speed up conversations with a simple cache_control flag, plus clear model retirements and migration paths to newer Sonnet and Haiku versions. Deprecations include older Haiku and Sonnet models with upgrade recommendations and access programs.
Release notes
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 Azure AI Foundry (preview). Learn more in our prompt caching documentation.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 these models will now return an error. 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 19, 2026. We recommend migrating to Claude Haiku 4.5. Read more in model deprecations.
- Feb 17, 2026
- Date parsed from source:Feb 17, 2026
- First seen by Releasebot:Feb 18, 2026
Claude Developer Platform by Anthropic
February 17, 2026
Claude Sonnet 4.6 launches as a faster, smarter everyday model with extended thinking and a 1M token context. Web search, web fetch, and code execution tools are now generally available with dynamic filtering that boosts accuracy and trims tokens. Code execution is free when used with web search or web fetch.
Release notes
We've launched Claude Sonnet 4.6, our latest balanced model combining speed and intelligence for everyday tasks. Sonnet 4.6 delivers improved agentic search performance while consuming fewer tokens. Sonnet 4.6 supports extended thinking and a 1M token context window (beta). See Models & Pricing for details.
API code execution is now free when used with web search or web fetch. Sandboxed code execution improves model capability and token efficiency. See the pricing details for standalone usage.
The web search tool and programmatic tool calling are now generally available (no beta header required). Web search and web fetch now support dynamic filtering in public beta, which uses code execution to filter results before they reach the context window for better performance and reduced token cost.
The code execution tool, web fetch tool, tool search tool, tool use examples, and memory tool are now generally available (no beta header required).
- Feb 7, 2026
- Date parsed from source:Feb 7, 2026
- First seen by Releasebot:Feb 8, 2026
Claude Developer Platform by Anthropic
February 7, 2026
- We've launched fast mode in research preview for Opus 4.6, providing significantly faster output token generation via the
speedparameter. Fast mode is up to 2.5x as fast at premium pricing. Interested customers should join the waitlist.
- Feb 5, 2026
- Date parsed from source:Feb 5, 2026
- First seen by Releasebot:Feb 6, 2026
Claude Developer Platform by Anthropic
February 5, 2026
Claude Opus 4.6 debuts as the top long-horizon model with adaptive thinking; manual thinking is deprecated. It adds effort GA, a beta compaction API for context summarization, data residency controls, a 1M token context window, and GA for fine-grained tool streaming plus structured outputs updates.
We've launched Claude Opus 4.6, our most intelligent model for complex agentic tasks and long-horizon work. Opus 4.6 recommends adaptive thinking (
thinking: {type: "adaptive"}); manual thinking (type: "enabled"withbudget_tokens) is deprecated. Opus 4.6 does not support prefilling assistant messages. Learn more in What's new in Claude 4.6.The effort parameter is now generally available (no beta header required) and supports Claude Opus 4.6. Effort replaces
budget_tokensfor controlling thinking depth on new models.We've launched the compaction API in beta, providing server-side context summarization for effectively infinite conversations. Available on Opus 4.6.
We've introduced data residency controls, allowing you to specify where model inference runs with the
inference_geoparameter. US-only inference is available at 1.1x pricing for models released after February 1, 2026.The 1M token context window is now available in beta for Claude Opus 4.6, in addition to Sonnet 4.5 and Sonnet 4. Long context pricing applies to requests exceeding 200K input tokens.
Fine-grained tool streaming is now generally available on all models and platforms (no beta header required). The
output_formatparameter for structured outputs has been moved tooutput_config.format.
- Jan 29, 2026
- Date parsed from source:Jan 29, 2026
- First seen by Releasebot:Jan 30, 2026
Claude Developer Platform by Anthropic
January 29, 2026
Structured outputs
- Structured outputs are now generally available on the Claude API for Claude Sonnet 4.5, Claude Opus 4.5, and Claude Haiku 4.5. GA includes expanded schema support, improved grammar compilation latency, and a simplified integration path with no beta header required. The
output_formatparameter has moved tooutput_config.format. Existing beta users can continue using the beta header during the transition period. Structured outputs remain in public beta on Amazon Bedrock and Microsoft Foundry.
- Jan 12, 2026
- Date parsed from source:Jan 12, 2026
- First seen by Releasebot:Jan 13, 2026
Claude Developer Platform by Anthropic
January 12, 2026
console.anthropic.comnow redirects toplatform.claude.com. The Claude Console has moved to its new home as part of our Claude brand consolidation. Existing bookmarks and links will continue working via automatic redirect. For more details, see the September 16, 2025 announcement.