From 4f682fc1e2689d82e847a90091b7e16f19822dfc Mon Sep 17 00:00:00 2001 From: Pius Fung Date: Wed, 29 Jan 2025 14:25:33 -0800 Subject: [PATCH] Update service-amazon-bedrock.asciidoc 1. Renamed foundational model to foundation model to match AWS terminology. 2. Added a reference link to the list of AWS Bedrock supported foundation models. --- docs/reference/inference/service-amazon-bedrock.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/inference/service-amazon-bedrock.asciidoc b/docs/reference/inference/service-amazon-bedrock.asciidoc index e8c3f0dc4c811..5b881daab404d 100644 --- a/docs/reference/inference/service-amazon-bedrock.asciidoc +++ b/docs/reference/inference/service-amazon-bedrock.asciidoc @@ -100,8 +100,9 @@ Supported providers include: `model`::: (Required, string) -The base model ID or an ARN to a custom model based on a foundational model. +The base model ID or an ARN to a custom model based on a foundation model. The base model IDs can be found in the https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html[Amazon Bedrock model IDs] documentation. +The foundation models can be found in the https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html[Amazon Bedrock supported foundation models] documentation. Note that the model ID must be available for the provider chosen, and your IAM user must have access to the model. `region`:::