Introducing Claude Opus 5 on AWS: Anthropic's most powerful Opus model

Today, we are announcing the availability of Claude Opus 5 on Amazon Bedrock and the Claude Platform on AWS. The Claude Opus 5 is Anthropic's most advanced Opus model and is the first of the fifth generation. It's a logical step forward, providing improvements to all the workflows teams run in production such as agent coding, knowledge work, virtual intelligence, and long-running tasks. According to Anthropic, Claude Opus 5 matches the high-level intelligence of Claude Fable 5 in many domains at Opus-tier prices.
On Amazon Bedrock, Claude Opus 5 benefits from zero data retention (ZDR) by default, delivering high-level intelligence without compromising corporate data control. Claude Opus 5 is powered by the next-generation Bedrock engine, allowing you to build within your existing AWS environment, maintain business security and regional data integrity, and scale with zero operator access.
Claude Opus 5 is also available through the Claude Platform on AWS, which supports on-demand cloud storage and gives you access to Anthropic's native platform experience and capabilities through the AWS Console. Build, test, and deploy with the same APIs, features, and console experience you get working with Anthropic directly, combined with AWS billing and authentication.
This post covers Opus 5 development and practical guidelines for AI developers integrating the model into agent systems and targeted production workloads on Amazon Bedrock. See the documentation for the Claude Platform on AWS.
What makes Claude Opus 5 different
According to Anthropic, Claude Opus 5 brings a step change in coding. Understands and navigates codebases like an experienced developer and writes production-quality code while adjusting its strategy as it works. It enables reliable long-term agents that work hours and even nights, find ways around obstacles, recover from mistakes, and reach their goals. For professional work, it brings deep thinking to long documents and high accuracy to complex analysis, which has great advantages in heavy business operations. Together, this adds marginal power to Opus-tier economics.
Use cases
The Claude Opus 5 is ideally suited for industries where precision, reliability, and critical thinking are paramount. For financial services teams, it enables financial workflows with deep thinking and deep understanding of content. It handles compliance-sensitive work with more clarity and focus. Automate agent and workflow tools, backtrack on erroneous commands and break complex tasks into smaller agents that require less supervision. In production work, handles report creation and auditing, documentation, and systematic analysis with high consistency. Runs multi-day projects and produces professional-level results.
Claude Opus 5 also improves on Claude Opus 4.8's online capabilities across the board, from coding to cyber security. In high-risk areas, Opus 5 may revert to Opus 4.8. Users are notified when this happens, and a backup can be configured using the APIs.
Getting Started with Claude Opus 5 on Amazon Bedrock
You can start with Claude Opus 5 on the Amazon Bedrock console.
In the Amazon Bedrock console, under Tests, select Playground.
For model, select Claude Opus 5. Now, you can test your complex coding command with model.

Amazon Bedrock console Playground with Claude Opus 5 selected
You can also access the model programmatically using the Anthropic Messages API to call bedrock-runtime by using the Anthropic SDK or bedrock-mantle finally, or continue to use the Invoke and Converse API is open bedrock-runtime by using the AWS Command Line Interface (AWS CLI) and the AWS SDK.
What is required
- An active AWS account with Amazon Bedrock access.
- The AWS CLI is installed and configured.
- Python 3.8+.
- Boto3 included:
pip install boto3 - Anthropic SDK included:
pip install anthropic[bedrock] - IAM permissions:
bedrock:InvokeModel,bedrock:InvokeModelWithResponseStreamagainbedrock:CreateInference
Here's a quick example using the AWS SDK for Python (Boto3):
You can also use Claude Opus 5 with the Amazon Bedrock Converse API to get integrated information for multiple models:
You can also use Claude Opus 5 with the Anthropic Messages API using the anthropic[bedrock] SDK package for simple experience:
Claude Opus 5 supports adding and removing instruments during the session tool_addition again tool_removal content blocked role: "system" messages, instead of resending full-fledged tools. See the Bedrock documentation for more details.
Availability
Claude Opus 5 is available today on Amazon Bedrock in regions including US East (N. Virginia), Asia Pacific (Melbourne), Europe (Ireland), and Europe (Stockholm). See the Bedrock documentation for a full list of supported regions. Claude Opus 5 is also available on the Claude Platform on AWS in North America, South America, Europe and Asia Pacific.
Try Claude Opus 5 on the Amazon Bedrock console, Claude Platform on AWS, or check out the Getting Started notebooks on GitHub. You can also unlock the full potential of Opus 5 by using Advanced Prompt Optimization on Amazon Bedrock. It takes your current information, evaluates it against your test criteria, and rewrites it to produce the output.
About the writers



