Skip to content

Conversation

atierian
Copy link
Contributor

@atierian atierian commented Dec 4, 2024

Problem

Amazon Bedrock has added new foundation models that are compatible with AI kit conversation routes.

  • Amazon Nova Pro
  • Amazon Nova Lite
  • Amazon Nova Micro

Specifying these models via a.ai.model is not currently possible.

aiModel: a.ai.model('Amazon Nova Pro')

Customers can work around this by specifying the model identifier in the resource path.

aiModel: { resourcePath: 'amazon.nova-pro-v1:0' }

References

Issue number, if available:
N/A

Changes

Adds compatible Amazon Nova models to supportedModelsLookup to allow the following:

aiModel: a.ai.model('Amazon Nova Pro')
aiModel: a.ai.model('Amazon Nova Lite')
aiModel: a.ai.model('Amazon Nova Micro')

Corresponding docs PR, if applicable:

Validation

  • Manual validated by deploying and testing conversation routes using these model identifiers.
  • Bedrock documentation specifies these models support the necessary capabilities for conversation routes.

Checklist

  • If this PR includes a functional change to the runtime or type-level behavior of the code, I have added or updated automated test coverage for this change. (see Testing Strategy README)
  • If this PR requires a docs update, I have linked to that docs PR above.

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

Copy link

changeset-bot bot commented Dec 4, 2024

🦋 Changeset detected

Latest commit: 4023bff

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@aws-amplify/data-schema Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@iartemiev iartemiev changed the base branch from feat/reinvent-blocked-days/main to main December 9, 2024 12:23
@atierian atierian marked this pull request as ready for review December 9, 2024 18:38
@atierian atierian requested a review from a team as a code owner December 9, 2024 18:38
@atierian atierian merged commit 5945ba9 into main Dec 9, 2024
9 checks passed
@atierian atierian mentioned this pull request Dec 9, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants