From 7f73253b8fa6a2888d1d9236586a03575f888501 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:03:10 +0000 Subject: [PATCH] fix: add claude-opus-5 to models.json pricing catalogs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/js/models.json | 9 +++++++++ pkg/cli/data/models.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/actions/setup/js/models.json b/actions/setup/js/models.json index 541cb7e4efc..20fec45f719 100644 --- a/actions/setup/js/models.json +++ b/actions/setup/js/models.json @@ -235,6 +235,15 @@ "cache_write": "2.5e-06" }, "provider_type": "anthropic" + }, + "claude-opus-5": { + "cost": { + "input": "5e-06", + "output": "2.5e-05", + "cache_read": "5e-07", + "cache_write": "6.25e-06" + }, + "provider_type": "anthropic" } } }, diff --git a/pkg/cli/data/models.json b/pkg/cli/data/models.json index ee2a6cc522e..78c527099d5 100644 --- a/pkg/cli/data/models.json +++ b/pkg/cli/data/models.json @@ -235,6 +235,15 @@ "cache_write": "2.5e-06" }, "provider_type": "anthropic" + }, + "claude-opus-5": { + "cost": { + "input": "5e-06", + "output": "2.5e-05", + "cache_read": "5e-07", + "cache_write": "6.25e-06" + }, + "provider_type": "anthropic" } } },