Skip to content

Commit 7c7e584

Browse files
committed
feat: added claude-sonnet-4-5-20250929
1 parent 6ddbd84 commit 7c7e584

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Pricey/ClaudePricing.swift

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ struct ClaudePricing {
7878
cacheCreationTokenCostPer1: 3.75e-06,
7979
cacheReadTokenCostPer1: 3e-07
8080
)
81+
case "claude-sonnet-4-5-20250929":
82+
return ClaudePricing(
83+
inputTokenCostPer1: 3e-06,
84+
outputTokenCostPer1: 1.5e-05,
85+
cacheCreationTokenCostPer1: 3.75e-06,
86+
cacheReadTokenCostPer1: 3e-07
87+
)
8188
default:
8289
return ClaudePricing(
8390
inputTokenCostPer1: 0.0,
@@ -87,4 +94,4 @@ struct ClaudePricing {
8794
)
8895
}
8996
}
90-
}
97+
}

0 commit comments

Comments
 (0)