iiRecord
Agentic AI Atlas · Anthropic Claude 3.5 Sonnet per-token cost
cost-model:anthropic-claude-3-5-sonneta5c.ai
II.
CostModel JSON

cost-model:anthropic-claude-3-5-sonnet

Structured · live

Anthropic Claude 3.5 Sonnet 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:anthropic-claude-3-5-sonnet",
  "_kind": "CostModel",
  "_file": "extensions/cost-quota/cost-models-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Anthropic Claude 3.5 Sonnet per-token cost",
    "costKind": "per-token",
    "currency": "USD",
    "tiers": [
      {
        "name": "input",
        "ratePerMTokInput": 3
      },
      {
        "name": "output",
        "ratePerMTokOutput": 15
      }
    ],
    "effectiveFrom": "2024-06-20",
    "notes": "Public list price for Claude 3.5 Sonnet per million input/output tokens.\n"
  },
  "outgoingEdges": [
    {
      "from": "cost-model:anthropic-claude-3-5-sonnet",
      "to": "provider:anthropic",
      "kind": "provides_cost_for",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "usage-record:symphony-2026-04-30-run-001",
      "to": "cost-model:anthropic-claude-3-5-sonnet",
      "kind": "recorded_against",
      "attributes": {}
    },
    {
      "from": "usage-record:symphony-2026-04-30-run-002",
      "to": "cost-model:anthropic-claude-3-5-sonnet",
      "kind": "recorded_against",
      "attributes": {}
    }
  ]
}