II.
CostModel JSON
Structured · livecost-model:aws-bedrock-claude-3-haiku
AWS Bedrock Claude 3 Haiku per-token cost json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}