From cd2028752442d03f4cebf516123bbad1dd234d52 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:54:02 +0000 Subject: [PATCH 1/2] Initial plan From d809d995e25a6e1f97af9215ff050251b7333e6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:04:03 +0000 Subject: [PATCH 2/2] Add gemini-3.6-flash to model pricing inventory 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 4b32e752d3a..351e33666c5 100644 --- a/actions/setup/js/models.json +++ b/actions/setup/js/models.json @@ -386,6 +386,15 @@ "provider_type": "openai", "wire_api": "completions" }, + "gemini-3.6-flash": { + "cost": { + "input": "1.5e-06", + "output": "7.5e-06", + "cache_read": "1.5e-07" + }, + "provider_type": "openai", + "wire_api": "completions" + }, "gpt-4.1": { "cost": { "input": "2e-06", diff --git a/pkg/cli/data/models.json b/pkg/cli/data/models.json index 4b32e752d3a..351e33666c5 100644 --- a/pkg/cli/data/models.json +++ b/pkg/cli/data/models.json @@ -386,6 +386,15 @@ "provider_type": "openai", "wire_api": "completions" }, + "gemini-3.6-flash": { + "cost": { + "input": "1.5e-06", + "output": "7.5e-06", + "cache_read": "1.5e-07" + }, + "provider_type": "openai", + "wire_api": "completions" + }, "gpt-4.1": { "cost": { "input": "2e-06",