feat(aws-bedrock): add new models [bot]#359
Merged
LordGameleo merged 2 commits intomainfrom Mar 19, 2026
Merged
Conversation
LordGameleo
approved these changes
Mar 19, 2026
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.
| - audio | ||
| output: | ||
| - audio | ||
| - text |
There was a problem hiding this comment.
Audio modalities removed from sonic speech models
High Severity
The audio modality was removed from both Nova Sonic models, and the entire input modalities section was deleted. These are speech-to-speech models — their costs include input_cost_per_audio_token and output_cost_per_audio_token in every region, confirming audio is a core capability. The modalities now only list output: text, which misrepresents these audio-first models.
Additional Locations (1)
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 model-addition-agent for provider
aws-bedrock.Note
Medium Risk
Primarily data/config updates, but changing
modalitiesand region pricing metadata can affect model selection, capability gating (e.g., text/image/audio), and any downstream cost calculations.Overview
AWS Bedrock model registry updates. Adds/normalizes
modalities(explicit input/output types liketext,image,audio) across a large set of Bedrock model YAMLs, including chat, embedding, rerank, image, and video models.Also expands pricing/availability metadata by adding additional
costsregions for multiple models/inference profiles (e.g., newap-southeast-*,eu-*,me-*,ca-*entries), with a few minor adjustments to existing modality lists (e.g., embeddings now includetextinput andtextoutput where missing).Written by Cursor Bugbot for commit 53d3a4d. This will update automatically on new commits. Configure here.