Anthropic Claude 3.5 Sonnet per-token cost
cost-model:anthropic-claude-3-5-sonnet
CostModelextensions/cost-quota/cost-models-canonical.yaml·Open in Graph → {
"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": {}
}
]
}