iiRecord
Agentic AI Atlas · AWS Bedrock Claude 3 Haiku per-token cost
cost-model:aws-bedrock-claude-3-haikua5c.ai
II.
CostModel JSON

cost-model:aws-bedrock-claude-3-haiku

Structured · live

AWS Bedrock Claude 3 Haiku per-token cost json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/cost-quota/cost-models-canonical.yamlCluster · extensions
Record JSON
{
  "id": "cost-model:aws-bedrock-claude-3-haiku",
  "_kind": "CostModel",
  "_file": "extensions/cost-quota/cost-models-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "AWS Bedrock Claude 3 Haiku per-token cost",
    "costKind": "per-token",
    "currency": "USD",
    "tiers": [
      {
        "name": "input",
        "ratePerMTokInput": 0.25
      },
      {
        "name": "output",
        "ratePerMTokOutput": 1.25
      }
    ],
    "effectiveFrom": "2024-03-13",
    "notes": "AWS Bedrock list price for anthropic.claude-3-haiku-20240307-v1:0.\n"
  },
  "outgoingEdges": [
    {
      "from": "cost-model:aws-bedrock-claude-3-haiku",
      "to": "provider:aws-bedrock",
      "kind": "provides_cost_for",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}