---
title: "Validate AWS Bedrock inference profile"
method: POST
path: "/v2/models/aws-bedrock/validate"
tags: ["Models"]
---

# Validate AWS Bedrock inference profile

`POST /v2/models/aws-bedrock/validate`

Performs a live Bedrock Converse probe to verify the inference profile ARN and credentials, then best-effort enriches the response from known system models.

## Request body

- object
  - `assume_role_arn` string
  - `assume_role_external_id` string
  - `auth_mode` string, required
  - `inference_profile_arn` string, required
  - `integration_id` string
  - `model_type` string
  - `region` string, required

## Response `200`

Validation result

## Other responses

- `400` — Validation failed
- `404` — Integration not found

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/1072e5ba28ab/schema)
