In the Amazon Bedrock console, you can find overarching information about Amazon Bedrock foundation model providers and the models they provide in the Providers and Base models sections.
Use the API to retrieve information about Amazon Bedrock foundation model, including its ARN, model ID, modalities and features it supports, and whether it is deprecated or not, in a FoundationModelSummary object.
-
To return information about all the foundation models that Amazon Bedrock provides, send a ListFoundationModels request.
Note
The response also returns model IDs that aren't in the base model ID or base model IDs for Provisioned Throughput charts. These model IDs are deprecated or for backwards compability.
-
To return information about a specific foundation model, send a GetFoundationModel request, specifying the model ID.
Choose a tab to see code examples in an interface or language.
List the Amazon Bedrock foundation models.
aws bedrock list-foundation-models
Get information about Anthropic Claude v2.
aws bedrock get-foundation-model --model-identifier anthropic.claude-v2