diff --git a/src/config/modelProviders/bedrock.ts b/src/config/modelProviders/bedrock.ts index 94fa3ad04acf..a67ffdeda08f 100644 --- a/src/config/modelProviders/bedrock.ts +++ b/src/config/modelProviders/bedrock.ts @@ -96,24 +96,24 @@ const Bedrock: ModelProviderCard = { tokens: 128_000, }, { - description: 'Llama 3.1 405B Instruct (preview)', - displayName: 'Llama 3.1 405B Instruct (preview)', + description: 'Llama 3.1 405B Instruct', + displayName: 'Llama 3.1 405B Instruct', enabled: true, - id: 'meta.llama3-405b-instruct-v1:0', + id: 'meta.llama3-1-405b-instruct-v1:0', tokens: 128_000, }, { description: 'Llama 3.1 70B Instruct', displayName: 'Llama 3.1 70B Instruct', enabled: true, - id: 'meta.llama3-70b-instruct-v1:0', + id: 'meta.llama3-1-70b-instruct-v1:0', tokens: 128_000, }, { description: 'Llama 3.1 8B Instruct', displayName: 'Llama 3.1 8B Instruct', enabled: true, - id: 'meta.llama3-8b-instruct-v1:0', + id: 'meta.llama3-1-8b-instruct-v1:0', tokens: 128_000, }, ],