Skip to content

Commit 89e8dca

Browse files
authored
Merge pull request #189 from rajbos/copilot/update-pricing-data-model
Add pricing data for claude-opus-4.6-fast model
2 parents a32bb2f + c98b915 commit 89e8dca

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/modelPricing.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"description": "Model pricing data - costs per million tokens for input and output",
44
"metadata": {
5-
"lastUpdated": "2026-01-30",
5+
"lastUpdated": "2026-02-08",
66
"sources": [
77
{
88
"name": "OpenAI API Pricing",
@@ -206,6 +206,13 @@
206206
"tier": "premium",
207207
"multiplier": 3
208208
},
209+
"claude-opus-4.6-fast": {
210+
"inputCostPerMillion": 5.0,
211+
"outputCostPerMillion": 25.0,
212+
"category": "Claude models (Anthropic)",
213+
"tier": "premium",
214+
"multiplier": 9
215+
},
209216
"o3-mini": {
210217
"inputCostPerMillion": 4.0,
211218
"outputCostPerMillion": 16.0,

src/tokenEstimators.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"claude-haiku-4.5": 0.24,
3131
"claude-opus-4.1": 0.24,
3232
"claude-opus-4.5": 0.24,
33+
"claude-opus-4.6-fast": 0.24,
3334
"gemini-2.5-pro": 0.25,
3435
"gemini-3-flash": 0.25,
3536
"gemini-3-pro": 0.25,

0 commit comments

Comments
 (0)