From 1cabce7332082981a4b8d24f7e0acfb6fef85831 Mon Sep 17 00:00:00 2001 From: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:54:56 +0000 Subject: [PATCH] Update GPT-5.6 Sol pricing for new OpenAI list rates (#62884) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../copilot-billing/models-and-pricing.md | 2 +- data/tables/copilot/models-and-pricing.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/copilot/reference/copilot-billing/models-and-pricing.md b/content/copilot/reference/copilot-billing/models-and-pricing.md index 3b06cfa8b063..17d50b22f493 100644 --- a/content/copilot/reference/copilot-billing/models-and-pricing.md +++ b/content/copilot/reference/copilot-billing/models-and-pricing.md @@ -118,4 +118,4 @@ You can view your current {% data variables.product.prodname_actions %} usage fo [^gemini-flash-promo]: {% data variables.copilot.copilot_gemini_36_flash %} and {% data variables.copilot.copilot_gemini_37_flash %} are available at the promotional pricing of $0.75 per 1M input tokens, $0.075 per 1M cached input tokens, and $3.75 per 1M output tokens through December 31, 2026. -[^gpt-56-sol-promo]: {% data variables.copilot.copilot_gpt_56_sol %} is available at promotional pricing, 50% off standard rates, through September 3, 2026. The default tier is $2.50 per 1M input tokens, $0.25 per 1M cached input tokens, $3.125 per 1M cache write tokens, and $15.00 per 1M output tokens. The long context tier is $5.00 per 1M input tokens, $0.50 per 1M cached input tokens, $6.25 per 1M cache write tokens, and $22.50 per 1M output tokens. +[^gpt-56-sol-promo]: {% data variables.copilot.copilot_gpt_56_sol %} is available at promotional pricing, 50% off standard rates, through September 3, 2026. The default tier is $2.00 per 1M input tokens, $0.20 per 1M cached input tokens, $2.50 per 1M cache write tokens, and $10.00 per 1M output tokens. The long context tier is $4.00 per 1M input tokens, $0.40 per 1M cached input tokens, $5.00 per 1M cache write tokens, and $15.00 per 1M output tokens. diff --git a/data/tables/copilot/models-and-pricing.yml b/data/tables/copilot/models-and-pricing.yml index d8d5d9c4240e..218c664cd4bc 100644 --- a/data/tables/copilot/models-and-pricing.yml +++ b/data/tables/copilot/models-and-pricing.yml @@ -136,10 +136,10 @@ category: Powerful threshold: '≤ 272K' tier: Default - input: $2.50 - cached_input: $0.25 - output: $15.00 - cache_write: $3.125 + input: $2.00 + cached_input: $0.20 + output: $10.00 + cache_write: $2.50 - model: 'GPT-5.6 Sol[^gpt-56-sol-promo]' provider: openai @@ -147,10 +147,10 @@ category: Powerful threshold: '> 272K' tier: 'Long context' - input: $5.00 - cached_input: $0.50 - output: $22.50 - cache_write: $6.25 + input: $4.00 + cached_input: $0.40 + output: $15.00 + cache_write: $5.00 - model: GPT-5.6 Terra provider: openai