[BUG] Missing AWS Bedrock US Inference Profile for Opus 4.5

Status Fixed / completed
Maintainer reply None cached
Activity 5 comments · opened Nov 25, 2025 · closed Dec 22, 2025

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html

Bedrock currently only supports new Claude Opus 4.5 via the global inference profile global.anthropic.claude-opus-4-5-20251101-v1:0, and there are no regional profiles.

This makes it unusable for some companies.

<img width="1330" height="746" alt="Image" src="https://github.com/user-attachments/assets/eea6105c-3d34-4aa4-9fd6-d43ccc324ffb" />

➜  aws bedrock list-inference-profiles --region us-east-1 | grep Opus                                                                                                                                    9:34:24 am
            "inferenceProfileName": "US Anthropic Claude 3 Opus",
            "description": "Routes requests to Anthropic Cluade 3 Opus in us-east-1 and us-west-2.",
            "inferenceProfileName": "US Claude Opus 4",
            "description": "Routes requests to Claude Opus 4 in us-east-1, us-east-2 and us-west-2.",
            "inferenceProfileName": "US Claude Opus 4.1",
            "description": "Routes requests to Claude Opus 4.1 in us-east-1, us-east-2 and us-west-2.",
            "inferenceProfileName": "GLOBAL Anthropic Claude Opus 4.5",
            "description": "Routes requests to Anthropic Claude Opus 4.5 globally across all supported AWS Regions.",

What Should Happen?

We should have a US inference profile for Opus 4.5.

Error Messages/Logs

Steps to Reproduce

https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

1

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

5 Comments

brenwhyte · 9 months ago

Same here in eu-west-1, I expected to see Inference Profile eu.anthropic.claude-opus-4-5-20251101-v1:0

emmahyde · 8 months ago

Yep, this is also leading to bedrock users needing to manually configure it, even if it is permitted by their company, or else it will automatically try to route to the us. inference profile.

   "env": {
     "AWS_REGION": "us-west-2",
     "AWS_PROFILE": "<profile-name>",
     "CLAUDE_CODE_USE_BEDROCK": "true",
     "ANTHROPIC_MODEL": "global.anthropic.claude-opus-4-5-20251101-v1:0",
     "ANTHROPIC_SMALL_FAST_MODEL": "us.anthropic.claude-haiku-4-5-20251001-v1:0",
     "ANTHROPIC_DEFAULT_SONNET_MODEL": "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
     "ANTHROPIC_DEFAULT_HAIKU_MODEL": "us.anthropic.claude-haiku-4-5-20251001-v1:0",
     "ANTHROPIC_DEFAULT_OPUS_MODEL": "global.anthropic.claude-opus-4-5-20251101-v1:0"
   }
LoganB99 · 8 months ago

I have reached out to AWS and they confirmed there is an internal task for this, but they didn't confirm priority/timeline

LoganB99 · 8 months ago

US profile is live on AWS Bedrock! @d1egoaz @emmahyde @brenwhyte

github-actions[bot] · 8 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.