feat(aws-bedrock): update model YAMLs [bot]#1334
Merged
Merged
Conversation
Contributor
|
/test-models |
Collaborator
|
/test-models |
Contributor
|
/test-models |
harshiv-26
approved these changes
Jun 11, 2026
Contributor
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 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 1e90bd1. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Auto-generated by poc-agent for provider
aws-bedrock.Note
Medium Risk
Wide metadata changes affect routing, cost estimation, and allowed request params across many Bedrock models; incorrect limits or deprecation flags could mislead callers until validated against AWS docs.
Overview
Bulk refresh of aws-bedrock model catalog YAMLs to match current Bedrock docs and pricing.
Lifecycle: Both AI21 Jamba large/mini models move from
activetodeprecatedwithdeprecationDate: "2026-05-26"; Jamba large token costs are normalized to scientific notation.Params & capabilities: Many Nova chat profiles gain a documented
reasoning_effortparam (defaults and allowed values vary by model/region). APAC Nova Lite output caps drop from 10k → 5k tokens, aligned withmax_tokensparams. EU Nova 2 Lite cost entries add cache read and batch input/output pricing.thinking: trueis added or adjusted on several Nova/DeepSeek profiles; US Nova Lite dropsthinkingand stripsreasoning_effortviaremoveParams. Global Claude Opus 4.6 addsstructured_outputin features.Anthropic pricing/limits: Claude Haiku/Opus/Sonnet entries across regions add
cache_creation_input_token_cost_per_hour.tool_use_system_prompt_tokensincreases from 346 → 496/497 on multiple Claude 4.5/4.6 profiles.Embeddings & non-chat: Embedding, image, and several instruct models add
reasoning_efforttoremoveParamsso clients do not send unsupported params. Cohere embed English v3 adds image input modality; EU Cohere embed v4 adds missing regions.Other corrections: Token/context limits and regional costs are tweaked (e.g. Mistral Ministral 3B 8192 → 8000, Writer Palmyra X5 context ~1M → 128k, DeepSeek R1 max output 8000 → 8192, Voxtral context 32768 → 32000, Mistral Large eu-west-2 pricing). Minor doc
sourcesupdates and param key cleanup (e.g.nunquoted).Reviewed by Cursor Bugbot for commit 1e90bd1. Bugbot is set up for automated code reviews on this repo. Configure here.