Open victoravr opened 2 days ago
Hey @victoravr, thank you for reaching out. The Amplify AI kit does support both Claude 3.5 Haiku and Claude 3 Haiku Claude 3.5 Haiku | anthropic.claude-3-5-haiku-20241022-v1:0 Claude 3 Haiku | anthropic.claude-3-haiku-20240307-v1:0
https://docs.amplify.aws/react/ai/concepts/models/#anthropic
If you are looking to use Claude 3 Haiku you should be able to to update the Data schema to a.ai.model("Claude 3 Haiku"),
Environment information
Describe the bug
Instead of auto generated:
... resourcePath: '/model/anthropic.claude-3-5-haiku-20241022-v1:0/converse', It should be: ... resourcePath: '/model/anthropic.claude-3-haiku-20240307-v1:0/converse',
as per currently supported https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html ModelId: anthropic.claude-3-haiku-20240307-v1:0
Reproduction steps