You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/reference/inference/service-amazon-bedrock.asciidoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,9 @@ Supported providers include:
100
100
101
101
`model`:::
102
102
(Required, string)
103
-
The base model ID or an ARN to a custom model based on a foundational model.
103
+
The base model ID or an ARN to a custom model based on a foundation model.
104
104
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.
105
+
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.
105
106
Note that the model ID must be available for the provider chosen, and your IAM user must have access to the model.
0 commit comments