From 298993356c93fde7435ed70e2364a0c7fd9438f1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:56:02 +0000 Subject: [PATCH 1/2] Initial plan From 74bdf4dce9365c916aa8df1ed109822e94b0dccc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:08:14 +0000 Subject: [PATCH 2/2] fix: update pricing for gpt-5.6-luna, gpt-5.6-terra, and grok-4.5 in models.json Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/js/models.json | 12 ++++++------ pkg/cli/data/models.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/actions/setup/js/models.json b/actions/setup/js/models.json index 35b728a003a..eb8c4b7c018 100644 --- a/actions/setup/js/models.json +++ b/actions/setup/js/models.json @@ -478,8 +478,8 @@ }, "gpt-5.6-luna": { "cost": { - "input": "1e-06", - "output": "6e-06", + "input": "2e-07", + "output": "1.2e-06", "cache_read": "1e-07" }, "provider_type": "openai", @@ -496,8 +496,8 @@ }, "gpt-5.6-terra": { "cost": { - "input": "2.5e-06", - "output": "1.5e-05", + "input": "2e-06", + "output": "1.2e-05", "cache_read": "2.5e-07" }, "provider_type": "openai", @@ -532,8 +532,8 @@ }, "grok-4.5": { "cost": { - "input": "2e-07", - "output": "6e-07", + "input": "2e-06", + "output": "6e-06", "cache_read": "5e-08" }, "provider_type": "openai", diff --git a/pkg/cli/data/models.json b/pkg/cli/data/models.json index 35b728a003a..eb8c4b7c018 100644 --- a/pkg/cli/data/models.json +++ b/pkg/cli/data/models.json @@ -478,8 +478,8 @@ }, "gpt-5.6-luna": { "cost": { - "input": "1e-06", - "output": "6e-06", + "input": "2e-07", + "output": "1.2e-06", "cache_read": "1e-07" }, "provider_type": "openai", @@ -496,8 +496,8 @@ }, "gpt-5.6-terra": { "cost": { - "input": "2.5e-06", - "output": "1.5e-05", + "input": "2e-06", + "output": "1.2e-05", "cache_read": "2.5e-07" }, "provider_type": "openai", @@ -532,8 +532,8 @@ }, "grok-4.5": { "cost": { - "input": "2e-07", - "output": "6e-07", + "input": "2e-06", + "output": "6e-06", "cache_read": "5e-08" }, "provider_type": "openai",