Skip to content
AIAI Tools Hub
Tutorial

Claude Opus 5 on AWS, Google Cloud and Azure

Running Claude Opus 5 on Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry — model IDs and feature differences.

AI Tools Hub Editorial TeamUpdated July 27, 20264 min read

Claude Opus 5 runs on all three major clouds as well as Anthropic's own API. For enterprises, that usually settles the question — you buy where your data residency, committed spend, and procurement rules already point. What varies is which features come with you.

Model IDs by platform

PlatformModel IDAuth
Claude APIclaude-opus-5Anthropic API key
Amazon Bedrockanthropic.claude-opus-5AWS credentials
Google Cloud Vertex AIclaude-opus-5Google Cloud ADC
Microsoft Foundryclaude-opus-5Foundry credentials

Only Bedrock adds a provider prefix. Sending a bare claude-opus-5 to Bedrock, or a prefixed ID to any other platform, returns an error.

What you give up on the cloud platforms

The core Messages API — streaming, tool use, adaptive thinking, effort levels, prompt caching, the 1M context window, vision, PDF input — works everywhere. The gaps are at the edges:

FeatureClaude APIBedrockVertex AIFoundry
Fast modeYesNoNoNo
Message BatchesYesNoNoNo
Web search toolYesNoYesBeta
Code executionYesNoNoBeta
Files APIBetaNoNoBeta

If your architecture depends on server-side tools, check this before committing — it is the most common source of an unpleasant surprise late in a cloud migration.

Choosing a platform

  • Claude API — the fullest feature set and the earliest access to new capabilities.
  • Amazon Bedrock — AWS-native IAM, billing, and data residency, at the cost of some server-side tooling.
  • Google Cloud Vertex AI — the natural home if you are standardised on Google Cloud, with web search available.
  • Microsoft Foundry — Azure-native, billed through the Microsoft Marketplace at standard API rates.

More on Claude Opus 5

Start with the complete Claude Opus 5 guide for the overview, or go deeper:

Frequently Asked Questions

Is Claude Opus 5 available on AWS?

Yes, on Amazon Bedrock as `anthropic.claude-opus-5` — note the provider prefix, which the other platforms do not use. Core Messages API features work there, but fast mode, Message Batches, and the server-side web search and code execution tools are not available on Bedrock.

Does the model behave differently on each cloud?

The model is the same; the surrounding platform features differ. Adaptive thinking, effort levels, prompt caching, the 1M context window, and vision work everywhere. Fast mode is Claude API only, and server-side tool availability varies by platform.

Which platform should an enterprise pick?

Usually whichever cloud you already buy from, since data residency, committed spend, and procurement normally decide it. The exception is a workload that depends on features only the Claude API offers — fast mode, batches, or the full server-side tool set.

Tools Mentioned

Related Articles