Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Get information about foundation models

Focus mode
Get information about foundation models - Amazon Bedrock

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.

Choose a tab to see code examples in an interface or language.

AWS CLI

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
Python

List the Amazon Bedrock foundation models.

import boto3 bedrock = boto3.client(service_name='bedrock') bedrock.list_foundation_models()

Get information about Anthropic Claude v2.

import boto3 bedrock = boto3.client(service_name='bedrock') bedrock.get_foundation_model(modelIdentifier='anthropic.claude-v2')

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
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.