feat(aws-bedrock): update model YAMLs [bot]#910
Conversation
|
/test-models |
Gateway test setup failed for
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 13b26ed. Configure here.
| - https://platform.claude.com/docs/en/about-claude/pricing | ||
| - https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon-bedrock-research-preview | ||
| status: preview | ||
| status: active |
There was a problem hiding this comment.
Missing top_p in removeParams for global opus-4-7
Medium Severity
This PR adds top_p to removeParams for the eu, us, and jp variants of claude-opus-4-7 but not for global.anthropic.claude-opus-4-7.yaml. The global variant's removeParams still only lists "n" and temperature. Since all four files represent the same underlying model, this omission means top_p will be incorrectly passed through to the API when using the global inference profile.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 13b26ed. Configure here.


Auto-generated by poc-agent for provider
aws-bedrock.Note
Medium Risk
Updates model capability metadata and pricing/region tables used by downstream tooling; incorrect values could affect mode availability or cost calculations, but changes are confined to provider YAML config.
Overview
Updates multiple
providers/aws-bedrock/*.yamlmodel definitions.Promotes Anthropic
claude-opus-4-7(EU/US/Global) from preview to active, adds/adjusts supported features (e.g.,parallel_function_calling,structured_output,assistant_prefill), and expandsremoveParamsto includetop_pin several regions.Adjusts model metadata for other offerings: switches
amazon.nova-2-sonic-v1:0fromaudio_transcriptiontorealtimemode, updatesglobal.anthropic.claude-opus-4-7region/cost entries, revisesminimax.minimax-m2.5pricing and reducescontext_windowto196000while addingstructured_output, and updates Stability image model per-image costs and documentation sources. Adds multi-region pricing entries and AWS model-card sources forzai.glm-5.Reviewed by Cursor Bugbot for commit 13b26ed. Bugbot is set up for automated code reviews on this repo. Configure here.