feat: Add Amazon Nova model definitions to Bedrock provider#155
Open
micahwalter wants to merge 5 commits intocharmbracelet:mainfrom
Open
feat: Add Amazon Nova model definitions to Bedrock provider#155micahwalter wants to merge 5 commits intocharmbracelet:mainfrom
micahwalter wants to merge 5 commits intocharmbracelet:mainfrom
Conversation
- Add amazon.nova-pro-v1:0 with 300K context, image support - Add amazon.nova-lite-v1:0 with 300K context, image support - Add amazon.nova-micro-v1:0 with 128K context, no image support - Add amazon.nova-premier-v1:0 with 300K context, reasoning capability - Include accurate pricing for all Nova models - Add comprehensive property and unit tests for Nova model configurations - Update .gitignore to exclude .kiro directory Validates requirements 2.1-2.6 from amazon-nova-bedrock-support spec
This was referenced Jan 16, 2026
- Add amazon.nova-2-lite-v1:0 with can_reason: true (supports reasoningConfig API) - Set amazon.nova-premier-v1:0 can_reason: false (original Nova models don't support reasoningConfig) - Nova 2 Lite: 1M token context, 10k max tokens, $0.06/$0.24 per 1M tokens Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Author
|
Added a commit here for Nova 2 Lite and Premiere reasoning |
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.
Validates requirements 2.1-2.6 from amazon-nova-bedrock-support spec
CONTRIBUTING.md.