Release Notes
API
Follow along with updates across Anthropic’s API and Developer Console.
November 20th, 2024
November 13th, 2024
- We’ve added PDF support for all Claude 3.5 Sonnet models. Read more in our documentation.
November 6th, 2024
- We’ve retired the Claude 1 and Instant models. Read more in our documentation.
November 4th, 2024
- Claude 3.5 Haiku is now available on the Anthropic API as a text-only model.
November 1st, 2024
- We’ve added PDF support for use with the new Claude 3.5 Sonnet. Read more in our documentation.
- We’ve also added token counting, which allows you to determine the total number of tokens in a Message, prior to sending it to Claude. Read more in our documentation.
October 22nd, 2024
- We’ve added Anthropic-defined computer use tools to our API for use with the new Claude 3.5 Sonnet. Read more in our documentation.
- Claude 3.5 Sonnet, our most intelligent model yet, just got an upgrade and is now available on the Anthropic API. Read more here.
October 8th, 2024
- The Messages Batching API is now available in beta. Process large batches of queries asynchronously in the Anthropic API for 50% less cost. Read more in our documentation.
- We’ve loosened restrictions on the ordering of
user
/assistant
turns in our Messages API. Consecutiveuser
/assistant
messages will be combined into a single message instead of erroring, and we no longer require the first input message to be auser
message. - We’ve deprecated the Build and Scale plans in favor of a standard feature suite (formerly referred to as Build), along with additional features that are available through sales. Read more here.
October 3rd, 2024
- We’ve added the ability to disable parallel tool use in the API. Set
disable_parallel_tool_use: true
in thetool_choice
field to ensure that Claude uses at most one tool. Read more in our documentation.
September 10th, 2024
- We’ve added Workspaces to the Developer Console. Workspaces allow you to set custom spend or rate limits, group API keys, track usage by project, and control access with user roles. Read more in our blog post.
September 4th, 2024
- We announced the deprecation of the Claude 1 models. Read more in our documentation.
August 22nd, 2024
- We’ve added support for usage of the SDK in browsers by returning CORS headers in the API responses. Set
dangerouslyAllowBrowser: true
in the SDK instantiation to enable this feature.
August 19th, 2024
- We’ve moved 8,192 token outputs from beta to general availability for Claude 3.5 Sonnet.
August 14th, 2024
- Prompt caching is now available as a beta feature in the Anthropic API. Cache and re-use prompts to reduce latency by up to 80% and costs by up to 90%.
July 15th, 2024
- Generate outputs up to 8,192 tokens in length from Claude 3.5 Sonnet with the new
anthropic-beta: max-tokens-3-5-sonnet-2024-07-15
header. More details here.
July 9th, 2024
- Automatically generate test cases for your prompts using Claude in the Developer Console. Read more in our blog post.
- Compare the outputs from different prompts side by side in the new output comparison mode in the Developer Console.
June 27th, 2024
- View API usage and billing broken down by dollar amount, token count, and API keys in the new Usage and Cost tabs in the Developer Console.
- View your current API rate limits in the new Rate Limits tab in the Developer Console.
June 20th, 2024
- Claude 3.5 Sonnet, our most intelligent model yet, is now generally available across the Anthropic API, Amazon Bedrock, and Google Vertex AI.
May 30th, 2024
- Tool use is now generally available across the Anthropic API, Amazon Bedrock, and Google Vertex AI.
May 10th, 2024
- Our prompt generator tool is now available in the Developer Console. Prompt Generator makes it easy to guide Claude to generate a high-quality prompts tailored to your specific tasks. Read more in our blog post.