feat(aws-bedrock-mantle/anthropic.claude-opus-4-6-v1): add new models [bot] - #2493
Conversation
| costs: | ||
| - region: us-west-2 | ||
| - region: us-east-2 | ||
| mode: unknown |
There was a problem hiding this comment.
Incorrect model mode
High Severity
mode is unknown for anthropic.claude-opus-4-6-v1, which is a chat model. The same model is chat on Anthropic and AWS Bedrock, and every other Claude entry under aws-bedrock-mantle uses chat. Catalog consumers will not expose or route this model as chat.
Reviewed by Cursor Bugbot for commit 5c17329. Configure here.
| - region: us-west-2 | ||
| - region: us-east-2 | ||
| mode: unknown | ||
| model: anthropic.claude-opus-4-6-v1 |
There was a problem hiding this comment.
Missing Anthropic path prefix
High Severity
This Claude entry omits extra_configuration.bedrock_mantle_adhoc_prefix. Every other Anthropic model on aws-bedrock-mantle sets /anthropic, and AWS serves this model under that path before /v1/.... Omitting the field makes the gateway call the plain /v1 path.
Reviewed by Cursor Bugbot for commit 5c17329. Configure here.
| - region: us-west-2 | ||
| - region: us-east-2 | ||
| mode: unknown | ||
| model: anthropic.claude-opus-4-6-v1 |
There was a problem hiding this comment.
Incomplete model capability metadata
Medium Severity
The new file omits features, limits, modalities, thinking, supportedModes, and status that sibling Claude Mantle models already define. Consumers will miss tool use, vision, extended thinking, and the 1M-token context window for this model.
Reviewed by Cursor Bugbot for commit 5c17329. Configure here.
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 4 total unresolved issues (including 3 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 58b2641. Configure here.
| - function_calling | ||
| - prompt_caching | ||
| - cache_control | ||
| - structured_output |
There was a problem hiding this comment.
Unsupported structured output advertised
Medium Severity
structured_output is listed for this mantle model, but bedrock-mantle does not support structured outputs for Anthropic Claude. Sibling files such as anthropic.claude-opus-4-7.yaml and anthropic.claude-haiku-4-5.yaml omit it and note that it is not supported. Callers would be offered a capability that fails at request time.
Reviewed by Cursor Bugbot for commit 58b2641. Configure here.


Auto-generated by model-addition-agent for
aws-bedrock-mantle/anthropic.claude-opus-4-6-v1.Note
Low Risk
Adds catalog metadata only; no runtime, auth, or application logic changes.
Overview
Registers Claude Opus 4.6 (
anthropic.claude-opus-4-6-v1) for the aws-bedrock-mantle provider via a new model YAML.The config marks it as serverless chat with 1M context and 128K max output, text/image input, and capabilities including function calling, prompt caching, structured output, and thinking. Costs only name us-west-2 and us-east-2 (no per-token pricing in this file).
Reviewed by Cursor Bugbot for commit 58b2641. Bugbot is set up for automated code reviews on this repo. Configure here.