feat(bedrock): catalog Amazon Nova 2 Lite for Bedrock US - #155
Open
micahwalter wants to merge 9 commits into
Open
feat(bedrock): catalog Amazon Nova 2 Lite for Bedrock US#155micahwalter wants to merge 9 commits into
micahwalter wants to merge 9 commits into
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
micahwalter
requested review from
aymanbagabas and
kujtimiihoxha
and removed request for
a team
January 16, 2026 19:46
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 |
Rebases the Nova model definitions onto the split bedrock-united-states layout and corrects extended thinking metadata for Nova 2 Lite only. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove legacy Gen 1 Nova entries including Premier, keep Nova 2 Lite as the sole Bedrock Nova model with extended thinking metadata. Co-authored-by: Cursor <cursoragent@cursor.com>
Bring branch current with upstream before PR update.
9 tasks
Author
|
Update for maintainers — branch is current with Since the original PR:
Pairs with fantasy#117 for full Crush support. Open to adding back Gen 1 models as legacy entries if maintainers prefer broader catalog coverage. |
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.
Summary
Catalog Amazon Nova 2 Lite for the Bedrock US provider so Crush can list and select it.
This PR is ready for another review pass. Since the last update we:
bedrock-united-states.json)mainand are current with upstreamCompanion PR: fantasy#117
What changed
Added
amazon.nova-2-lite-v1:0— Amazon Nova 2 Litedefault_max_tokens: 64,000can_reason: true(extended thinking via BedrockreasoningConfig)Removed (from original PR scope)
amazon.nova-pro-v1:0amazon.nova-lite-v1:0amazon.nova-micro-v1:0amazon.nova-premier-v1:0Why only Nova 2 Lite?
AWS Bedrock lifecycle (July 2026):
Fantasy still routes any
amazon.*model if a user adds it manually in Crush config; this PR only defines what Crush lists by default.Test plan
go test ./internal/providers/... -run Novaupdate-providers embeddedChecklist
CONTRIBUTING.md.