From a1f81453f13552d885b24b9e4d8afd6262ced4e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:56:23 +0000 Subject: [PATCH 1/2] Initial plan From 7c3ee303c812346b0e16d39981b2972762344249 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:58:45 +0000 Subject: [PATCH 2/2] Add Claude Opus 4.6 models to JSON configuration files Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- src/modelPricing.json | 16 +++++++++++++++- src/tokenEstimators.json | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/modelPricing.json b/src/modelPricing.json index fc53620..43783dd 100644 --- a/src/modelPricing.json +++ b/src/modelPricing.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Model pricing data - costs per million tokens for input and output", "metadata": { - "lastUpdated": "2026-02-08", + "lastUpdated": "2026-02-09", "sources": [ { "name": "OpenAI API Pricing", @@ -206,6 +206,20 @@ "tier": "premium", "multiplier": 3 }, + "claude-opus-4.6": { + "inputCostPerMillion": 5.0, + "outputCostPerMillion": 25.0, + "category": "Claude models (Anthropic)", + "tier": "premium", + "multiplier": 3 + }, + "claude-opus-4.6-(fast-mode)-(preview)": { + "inputCostPerMillion": 5.0, + "outputCostPerMillion": 25.0, + "category": "Claude models (Anthropic)", + "tier": "premium", + "multiplier": 9 + }, "claude-opus-4.6-fast": { "inputCostPerMillion": 5.0, "outputCostPerMillion": 25.0, diff --git a/src/tokenEstimators.json b/src/tokenEstimators.json index dd575cf..96f1b66 100644 --- a/src/tokenEstimators.json +++ b/src/tokenEstimators.json @@ -30,6 +30,8 @@ "claude-haiku-4.5": 0.24, "claude-opus-4.1": 0.24, "claude-opus-4.5": 0.24, + "claude-opus-4.6": 0.24, + "claude-opus-4.6-(fast-mode)-(preview)": 0.24, "claude-opus-4.6-fast": 0.24, "gemini-2.5-pro": 0.25, "gemini-3-flash": 0.25,