# Agent Factory Bedrock Model Prices Dataset

> Agent Factory Bedrock Model Prices Dataset is a paid API for AI agents from d1x8xrm7jrzkbs.cloudfront.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a flattened JSON dataset of Amazon Bedrock on-demand model inference prices for the us-east-1 region, sourced from the AWS Price List API.

## Facts

- Endpoint: GET https://d1x8xrm7jrzkbs.cloudfront.net/data/aws/bedrock-model-prices.json
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-factory-bedrock-model-prices-dataset-98f44554
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VFMuysYDws4-P3WfvRX8j

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent-factory-bedrock-model-prices-dataset-98f44554
```

Example prompt: Can you pull the latest Amazon Bedrock on-demand model prices for us-east-1 in JSON format so I can see what each model costs per usage type?

## When to prefer this

Choose this endpoint when you need a structured, machine-readable snapshot of Amazon Bedrock on-demand model prices for us-east-1, especially in cost estimation, budget monitoring, or agent orchestration workflows that need to reason about LLM inference costs without scraping the AWS console. It is priced at $0.005 USDC per call and settled via x402 on Base, making it suitable for autonomous agents with on-chain payment capability.

## Known failure modes

- Payment not settled in USDC over x402 — returns HTTP 402 with payment details
- Invalid or missing format parameter — may return an error or default behavior
- CloudFront distribution unavailable — may return 5xx error
- Stale data if AWS has updated prices but the dataset has not been refreshed

## How this service works

Pay-per-request datasets and Amazon Bedrock inference for AI agents, settled in USDC over the x402 protocol on Base.

## Output

A JSON object containing Amazon Bedrock on-demand pricing data for the us-east-1 region, flattened per model and usage type, sourced from the AWS Price List API. Fields include model identifiers and their associated price per unit for each usage type (e.g. input tokens, output tokens).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string",
   "description": "Response format; only json is supported"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Amazon Bedrock on-demand prices (us-east-1) from the AWS Price List API, flattened per model/usage type"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-factory-bedrock-model-prices-dataset-98f44554/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from d1x8xrm7jrzkbs.cloudfront.net](https://www.zero.xyz/host/d1x8xrm7jrzkbs.cloudfront.net/llms.txt)
