Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(bedrock): add Amazon Nova Canvas, Lite, Micro, Pro, Reel models #32374

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

mazyu36
Copy link
Contributor

@mazyu36 mazyu36 commented Dec 3, 2024

Add Amazon Nova models.

https://aws.amazon.com/blogs/aws/introducing-amazon-nova-frontier-intelligence-and-industry-leading-price-performance/

  • amazon.nova-canvas-v1:0
  • amazon.nova-lite-v1:0
  • amazon.nova-lite-v1:0:300k
  • amazon.nova-micro-v1:0
  • amazon.nova-micro-v1:0:128k
  • amazon.nova-pro-v1:0
  • amazon.nova-pro-v1:0:300k
  • amazon.nova-reel-v1:0
% aws bedrock get-foundation-model --model-identifier amazon.nova-canvas-v1:0 --region us-east-1

{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-canvas-v1:0",
        "modelId": "amazon.nova-canvas-v1:0",

// omit

% aws bedrock get-foundation-model --model-identifier amazon.nova-lite-v1:0 --region us-east-1

{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0",
        "modelId": "amazon.nova-lite-v1:0",

// omit

% % aws bedrock get-foundation-model --model-identifier amazon.nova-lite-v1:0:300k --region us-east-1
{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-lite-v1:0:300k",
        "modelId": "amazon.nova-lite-v1:0:300k",

// omit

% aws bedrock get-foundation-model --model-identifier amazon.nova-micro-v1:0 --region us-east-1

{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0",
        "modelId": "amazon.nova-micro-v1:0",

// omit

% aws bedrock get-foundation-model --model-identifier amazon.nova-micro-v1:0:128k --region us-east-1
{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-micro-v1:0:128k",
        "modelId": "amazon.nova-micro-v1:0:128k",

// omit

% aws bedrock get-foundation-model --model-identifier amazon.nova-pro-v1:0 --region us-east-1

{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0",
        "modelId": "amazon.nova-pro-v1:0",

// omit

%  aws bedrock get-foundation-model --model-identifier amazon.nova-pro-v1:0:300k --region us-east-1
{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-pro-v1:0:300k",
        "modelId": "amazon.nova-pro-v1:0:300k",

// omit

% aws bedrock get-foundation-model --model-identifier amazon.nova-reel-v1:0 --region us-east-1

{
    "modelDetails": {
        "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-reel-v1:0",
        "modelId": "amazon.nova-reel-v1:0",
        "modelName": "Nova Reel",

// omit

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team December 3, 2024 16:01
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Dec 3, 2024
@mazyu36 mazyu36 changed the title chore(bedrock): add Nova Canvas, Lite, Micro, Pro, Reel models chore(bedrock): add Amazon Nova Canvas, Lite, Micro, Pro, Reel models Dec 3, 2024
Copy link
Contributor

mergify bot commented Dec 3, 2024

refresh

✅ Pull request refreshed

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: e36d122
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 3, 2024
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.50%. Comparing base (bf77e51) to head (e36d122).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #32374   +/-   ##
=======================================
  Coverage   78.50%   78.50%           
=======================================
  Files         106      106           
  Lines        7201     7201           
  Branches     1321     1321           
=======================================
  Hits         5653     5653           
  Misses       1361     1361           
  Partials      187      187           
Flag Coverage Δ
suite.unit 78.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
packages/aws-cdk 78.50% <ø> (ø)

Copy link
Contributor

mergify bot commented Dec 3, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 3, 2024
Copy link
Contributor

mergify bot commented Dec 3, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mazyu36
Copy link
Contributor Author

mazyu36 commented Dec 3, 2024

@Mergifyio update

Copy link
Contributor

mergify bot commented Dec 3, 2024

update

☑️ Nothing to do

  • #commits-behind > 0 [📌 update requirement]
  • queue-position = -1 [📌 update requirement]
  • -closed [📌 update requirement]
  • -conflict [📌 update requirement]

@mazyu36
Copy link
Contributor Author

mazyu36 commented Dec 3, 2024

@Mergifyio refresh

Copy link
Contributor

mergify bot commented Dec 3, 2024

refresh

✅ Pull request refreshed

@mazyu36
Copy link
Contributor Author

mazyu36 commented Dec 4, 2024

@Mergifyio update

Copy link
Contributor

mergify bot commented Dec 4, 2024

update

☑️ Nothing to do

  • queue-position = -1 [📌 update requirement]
  • #commits-behind > 0 [📌 update requirement]
  • -closed [📌 update requirement]
  • -conflict [📌 update requirement]

@mazyu36
Copy link
Contributor Author

mazyu36 commented Dec 4, 2024

@Mergifyio refresh

Copy link
Contributor

mergify bot commented Dec 4, 2024

refresh

✅ Pull request refreshed

@GavinZZ GavinZZ merged commit 935c06f into aws:main Dec 4, 2024
26 of 27 checks passed
Copy link

github-actions bot commented Dec 4, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2024
@mazyu36 mazyu36 deleted the bedrock-nova branch December 4, 2024 23:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants