Skip to content

Commit

Permalink
chore(ai): add nova models (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian authored Dec 9, 2024
1 parent 2a9282b commit 5945ba9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-tables-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/data-schema": patch
---

add Amazon Nova Micro, Lite, and Pro models
4 changes: 4 additions & 0 deletions packages/data-schema/src/ai/ModelType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import { AiModel } from '@aws-amplify/data-schema-types';

const supportedModelsLookup = {
// Amazon models
'Amazon Nova Pro': 'amazon.nova-pro-v1:0',
'Amazon Nova Lite': 'amazon.nova-lite-v1:0',
'Amazon Nova Micro': 'amazon.nova-micro-v1:0',
// Anthropic models
'Claude 3 Haiku': 'anthropic.claude-3-haiku-20240307-v1:0',
'Claude 3 Opus': 'anthropic.claude-3-opus-20240229-v1:0',
Expand Down

0 comments on commit 5945ba9

Please sign in to comment.