Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/reference/inference/service-amazon-bedrock.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`:::
Expand Down