Skip to content

feat(aws-bedrock): update model YAMLs [bot]#910

Open
harshiv-26 wants to merge 1 commit intomainfrom
bot/update-aws-bedrock-20260502-020719
Open

feat(aws-bedrock): update model YAMLs [bot]#910
harshiv-26 wants to merge 1 commit intomainfrom
bot/update-aws-bedrock-20260502-020719

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented May 2, 2026

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/*.yaml model 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 expands removeParams to include top_p in several regions.

Adjusts model metadata for other offerings: switches amazon.nova-2-sonic-v1:0 from audio_transcription to realtime mode, updates global.anthropic.claude-opus-4-7 region/cost entries, revises minimax.minimax-m2.5 pricing and reduces context_window to 196000 while adding structured_output, and updates Stability image model per-image costs and documentation sources. Adds multi-region pricing entries and AWS model-card sources for zai.glm-5.

Reviewed by Cursor Bugbot for commit 13b26ed. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

/test-models

@harshiv-26
Copy link
Copy Markdown
Collaborator Author

Gateway test setup failed for aws-bedrock

The test job aborted before any tests ran. Error:

Failed to apply provider-account/aws-bedrock 'test-v2-aws-bedrock': {"statusCode":400,"message":"For realtime models, the Display Name must be the same as the Model ID. Invalid model(s): amazon.nova-2-sonic-v1-0."}

This is usually a transient infra issue (catalogue build, TrueFoundry API, GitHub archive). Try /test-models again, or check the job logs.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 13b26ed. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant