---
title: "GET /foundation-models/{modelIdentifier}"
method: GET
path: "/foundation-models/{modelIdentifier}"
---

# GET /foundation-models/{modelIdentifier}

`GET /foundation-models/{modelIdentifier}`

Get details about a Amazon Bedrock foundation model.

## Path parameters

- `modelIdentifier` string, required

## Response `200`

Success

- GetFoundationModelResponse
  - `modelDetails` object — Information about the foundation model.
    - `modelArn` string, required — The model Amazon Resource Name (ARN).
    - `modelId` string, required — The model identifier.
    - `modelName` string — The model name.
    - `providerName` string — The model's provider name.
    - `inputModalities` ModelModality[] — The input modalities that the model supports.
    - `outputModalities` ModelModality[] — The output modalities that the model supports.
    - `responseStreamingSupported` boolean — Indicates whether the model supports streaming.
    - `customizationsSupported` ModelCustomization[] — The customization that the model supports.
    - `inferenceTypesSupported` InferenceType[] — The inference types that the model supports.
    - `modelLifecycle` object — Contains details about whether a model version is available or deprecated
      - `status` 'ACTIVE' | 'LEGACY', required — Specifies whether a model version is available (<code>ACTIVE</code>) or deprecated (<code>LEGACY</code>.
      - `startOfLifeTime` string, date-time — Launch time when the model first becomes available
      - `endOfLifeTime` string, date-time — Time when the model is no longer available for use
      - `legacyTime` string, date-time — Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time
      - `publicExtendedAccessTime` string, date-time — Public extended access portion of the legacy period, when users should expect higher pricing

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/bedrock.md) · [All operations](https://skmtc.net/aws/apis/bedrock/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock/versions/3bc874e43ecd/schema)
