Stay up to date on Anthropic API releases
Join Releasebot and subscribe to release note updates from hundreds of products.
- Sep 17, 2025
- Parsed from source:Sep 17, 2025
- Detected by Releasebot:Sep 18, 2025
- Modified by Releasebot:Sep 26, 2025
September 17, 2025
We’ve launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with type-safe input validation and a tool runner for automated tool handling in conversations. For details, see the documentation for the Python SDK and the TypeScript SDK.
- Sep 16, 2025
- Parsed from source:Sep 16, 2025
- Detected by Releasebot:Sep 17, 2025
- Modified by Releasebot:Sep 26, 2025
September 16, 2025
Anthropic unifies developer offerings under the Claude brand with renamed portals and updated URLs. Claude Console will be at platform.claude.com (dual URLs until Dec 16, 2025). Docs and Help Center rebranded to Claude, while APIs and integrations stay unchanged.
We’ve unified our developer offerings under the Claude brand. You should see updated naming and URLs across our platform and documentation, but our developer interfaces will remain the same. Here are some notable changes:
- Anthropic Console (console.anthropic.com) → Claude Console (platform.claude.com). The console will be available at both URLs until December 16, 2025. After that date, console.anthropic.com will automatically redirect to platform.claude.com.
- Anthropic Docs (docs.claude.com) → Claude Docs (docs.claude.com)
- Anthropic Help Center (support.claude.com) → Claude Help Center (support.claude.com)
- API endpoints, headers, environment variables, and SDKs remain the same. Your existing integrations will continue working without any changes.
- Sep 10, 2025
- Parsed from source:Sep 10, 2025
- Detected by Releasebot:Sep 11, 2025
- Modified by Releasebot:Sep 17, 2025
September 10, 2025
Claude now includes a beta web fetch tool to pull full text from web pages and PDFs, plus a Claude Code Analytics API that provides programmatic access to daily usage metrics, productivity, tool usage, and cost data for Claude Code. Documentation is available.
We’ve launched the web fetch tool in beta, allowing Claude to retrieve full content from specified web pages and PDF documents. Learn more in our web fetch tool documentation.
We’ve launched the Claude Code Analytics API, enabling organizations to programmatically access daily aggregated usage metrics for Claude Code, including productivity metrics, tool usage statistics, and cost data.
- Sep 8, 2025
- Parsed from source:Sep 8, 2025
- Detected by Releasebot:Sep 17, 2025
September 8, 2025
We launched a beta version of the C# SDK.
- Sep 5, 2025
- Parsed from source:Sep 5, 2025
- Detected by Releasebot:Sep 6, 2025
- Modified by Releasebot:Sep 17, 2025
September 5, 2025
We’ve launched rate limit charts in the Console Usage page, allowing you to monitor your API rate limit usage and caching rates over time.
- Sep 3, 2025
- Parsed from source:Sep 3, 2025
- Detected by Releasebot:Sep 6, 2025
September 3, 2025
- We’ve launched support for citable documents in client-side tool results. Learn more in our tool use documentation.
- Sep 2, 2025
- Parsed from source:Sep 2, 2025
- Detected by Releasebot:Sep 3, 2025
September 2, 2025
v2 of the Code Execution Tool is in public beta, expanding from Python-only to Bash command execution, file manipulation, and multi-language code writing.
What's New
- We’ve launched v2 of the Code Execution Tool in public beta, replacing the original Python-only tool with Bash command execution and direct file manipulation capabilities, including writing code in other languages.
- Aug 27, 2025
- Parsed from source:Aug 27, 2025
- Detected by Releasebot:Sep 17, 2025
August 27, 2025
We launched a beta version of the PHP SDK.
- Aug 27, 2025
- Parsed from source:Aug 27, 2025
- Detected by Releasebot:Sep 2, 2025
API
New betas/features and platform support, admin/usage APIs, caching and search citations; plus higher limits, error request IDs, tooling updates, and model deprecations.
New features and improvements
- We launched a beta version of the PHP SDK.
- The 1m token context window is now available on Google Cloud’s Vertex AI. For more information, see Claude on Vertex AI.
- The 1-hour cache duration for prompt caching is now generally available. You can now use the extended cache TTL without a beta header. Learn more in our prompt caching documentation.
- Search result content blocks are now generally available on the Anthropic API and Google Cloud’s Vertex AI. This feature enables natural citations for RAG applications with proper source attribution. The beta header search-results-2025-06-09 is no longer required. Learn more in our search results documentation.
- We’ve launched Claude Opus 4.1, an incremental update to Claude Opus 4 with enhanced capabilities and performance improvements. Learn more in our Models & Pricing documentation.
- We’ve released text_editor_20250728, an updated text editor tool that fixes some issues from the previous versions and adds an optional max_characters parameter that allows you to control the truncation length when viewing large files.
- We’ve increased rate limits for Claude Opus 4 on the Anthropic API to give you more capacity to build and scale with Claude. For customers with usage tier 1-4 rate limits, these changes apply immediately to your account - no action needed.
- We’ve increased rate limits for Claude Sonnet 4 on the Anthropic API to give you more capacity to build and scale with Claude. For customers with usage tier 1-4 rate limits, these changes apply immediately to your account - no action needed.
- Console users with the Developer role can now access the Cost page. Previously, the Developer role allowed access to the Usage page, but not the Cost page.
API changes and deprecations
- Request IDs are now included directly in error response bodies alongside the existing request-id header. Learn more in our error documentation.
- We’ve added a new endpoint to the Admin API for retrieving organization information. For details, see the Organization Info Admin API reference.
- We’ve released the Usage & Cost API, allowing administrators to programmatically monitor their organization’s usage and cost data.
- We announced the deprecation of the Claude Sonnet 3.5 models (claude-3-5-sonnet-20240620 and claude-3-5-sonnet-20241022). These models will be retired on October 22, 2025. We recommend migrating to Claude Sonnet 4 (claude-sonnet-4-20250514) for improved performance and capabilities. Read more in the Model deprecations documentation.
- The 1M token context window is now available on Claude Sonnet 4 on the Anthropic API and Amazon Bedrock. (Note: this is a follow-up feature under new access)
- The 1M token context window is now available on Google Cloud’s Vertex AI. For more information, see Claude on Vertex AI.
- We’ve announced the deprecation of the Claude Opus 3 model. Read more in our documentation.
- We’ve retired the Claude 2.0, Claude 2.1, and Claude Sonnet 3 models. All requests to these models will now return an error. Read more in our documentation.
Stability, reliability, and other improvements
- Some customers might encounter 429 (rate_limit_error) errors following a sharp increase in API usage. Previously, 529 (overloaded_error) errors would occur in similar scenarios.
- Search result content blocks in beta have launched, enabling natural citations for RAG applications. Tools can now return search results with proper source attribution, and Claude will automatically cite these sources in its responses — matching the citation quality of web search. This eliminates the need for document workarounds in custom knowledge base applications. Learn more in our search results documentation. To enable this feature, use the beta header search-results-2025-06-09.
- We’ve launched beta support for a 1M token context window in Claude Sonnet 4 on the Anthropic API and Amazon Bedrock.
- The 1m token context window is now available on Google Cloud’s Vertex AI. For more information, see Claude on Vertex AI.
- The 1m token context window is now available on Claude Sonnet 4 on the Anthropic API and Amazon Bedrock.
- Aug 26, 2025
- Parsed from source:Aug 26, 2025
- Detected by Releasebot:Sep 17, 2025
August 26, 2025
Claude Sonnet 4 now supports a 1M token context window with increased rate limits, improving long-context processing on the Claude API. The expanded context is also available on Google Cloud Vertex AI, enabling longer inputs and richer interactions across platforms.
We’ve increased rate limits on the 1M token context window for Claude Sonnet 4 on the Claude API. For more information, see Long context rate limits.
The 1m token context window is now available on Google Cloud’s Vertex AI. For more information, see Claude on Vertex AI.