Skip to content

Model provider

Amazon Bedrock + Cloudmind

Trace any Bedrock-hosted model through AWS SDK middleware, with no proxy and no changes to your IAM setup.

How it works

The Bedrock integration hooks the AWS SDK middleware stack, so it traces whatever model you invoke through Bedrock without needing per-model support.

Because it operates at the SDK layer, it works for InvokeModel, InvokeModelWithResponseStream and the Converse API, and requires no additional IAM permissions.

Setup

import { BedrockRuntimeClient } from "@aws-sdk/client-bedrock-runtime";
import { monitorBedrock } from "@cloudmind-ai/js/bedrock";

const client = monitorBedrock(new BedrockRuntimeClient({ region: "us-east-1" }));

Supported

  • InvokeModel

  • Converse API

  • Streaming responses

  • Guardrails metadata

  • Knowledge Bases

  • Any Bedrock-hosted model

Stop guessing whether your AI feature got better

Free for 50,000 traces a month. No credit card, no sales call, five minutes to your first trace.

Start free