---
title: "POST /inference-profiles"
method: POST
path: "/inference-profiles"
---

# POST /inference-profiles

`POST /inference-profiles`

Creates an application inference profile to track metrics and costs when invoking a model. To create an application inference profile for a foundation model in one region, specify the ARN of the model in that region. To create an application inference profile for a foundation model across multiple regions, specify the ARN of the system-defined inference profile that contains the regions that you want to route requests to. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html">Increase throughput and resilience with cross-region inference in Amazon Bedrock</a>. in the Amazon Bedrock User Guide.

## Request body

- object
  - `inferenceProfileName` string, required — A name for the inference profile.
  - `description` string, password — A description for the inference profile.
  - `clientRequestToken` string — A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.
  - `modelSource` object, required — Contains information about the model or system-defined inference profile that is the source for an inference profile..
    - `copyFrom` string — The ARN of the model or system-defined inference profile that is the source for the inference profile.
  - `tags` Tag[] — An array of objects, each of which contains a tag and its value. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.
    - `key` string, required — Key for the tag.
    - `value` string, required — Value for the tag.

## Response `201`

Success

- CreateInferenceProfileResponse
  - `inferenceProfileArn` string, required — The ARN of the inference profile that you created.
  - `status` 'ACTIVE' — The status of the inference profile. <code>ACTIVE</code> means that the inference profile is ready to be used.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — TooManyTagsException
- `486` — ServiceQuotaExceededException
- `487` — 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)
