feat(aws-bedrock-mantle/anthropic.claude-opus-4-6): add new models [bot] - #2494
feat(aws-bedrock-mantle/anthropic.claude-opus-4-6): add new models [bot]#2494models-bot[bot] wants to merge 2 commits into
Conversation
| - region: us-west-2 | ||
| - region: us-east-2 | ||
| mode: unknown | ||
| model: anthropic.claude-opus-4-6 |
There was a problem hiding this comment.
Missing Anthropic mantle path prefix
High Severity
The file omits extra_configuration.bedrock_mantle_adhoc_prefix. Every other Anthropic model in this provider sets it to /anthropic, matching AWS's /anthropic/v1/messages path. Without it the gateway calls the plain /v1 path and requests fail.
Reviewed by Cursor Bugbot for commit f874335. Configure here.
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
There are 3 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3e00980. Configure here.
| - function_calling | ||
| - tool_choice | ||
| - system_messages | ||
| - structured_output |
There was a problem hiding this comment.
Structured output unsupported on mantle
High Severity
structured_output is listed as a feature, but AWS rejects structured outputs on the bedrock-mantle Anthropic Messages path with a 400. Sibling Anthropic mantle models omit this flag for that reason. Callers who enable structured output from this catalog entry will get failed requests.
Reviewed by Cursor Bugbot for commit 3e00980. Configure here.
| - function_calling | ||
| - tool_choice | ||
| - system_messages | ||
| - structured_output |
There was a problem hiding this comment.
Incomplete Anthropic feature flags
Medium Severity
The features list is missing parallel_function_calling and assistant_prefill. Every other Anthropic model in this provider declares both, and Claude Opus 4.6 supports them on Anthropic and Bedrock. The catalog will hide those capabilities from callers.
Reviewed by Cursor Bugbot for commit 3e00980. Configure here.


Auto-generated by model-addition-agent for
aws-bedrock-mantle/anthropic.claude-opus-4-6.Note
Low Risk
Metadata-only addition with no application logic; incomplete regional pricing may affect cost estimates until rates are added.
Overview
Adds a new aws-bedrock-mantle provider definition for
anthropic.claude-opus-4-6, marking it active and serverless chat with thinking enabled.The entry documents a 1M context window, 128k max output, text/image input, and standard Claude capabilities (prompt caching, tools, structured output). Cost blocks for
us-west-2andus-east-2are placeholders only—no per-token rates until bedrock-mantle pricing is published—with links to AWS and Anthropic docs as sources.Reviewed by Cursor Bugbot for commit 3e00980. Bugbot is set up for automated code reviews on this repo. Configure here.