diff --git a/content/copilot/concepts/billing/usage-based-billing-for-individuals.md b/content/copilot/concepts/billing/usage-based-billing-for-individuals.md index 614275a837e1..ce0649c52143 100644 --- a/content/copilot/concepts/billing/usage-based-billing-for-individuals.md +++ b/content/copilot/concepts/billing/usage-based-billing-for-individuals.md @@ -75,7 +75,7 @@ You will have the option to: * Cancel your plan and receive a prorated refund. * Wait to be downgraded to {% data variables.copilot.copilot_free_short %} at renewal time. -Note that, starting **June 1, 2026**, {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %} subscribers on annual billing plans will experience changes to model multipliers. See [AUTOTITLE](/copilot/reference/copilot-billing/models-and-pricing#model-multipliers-for-annual-copilot-pro-and-copilot-pro-subscribers). +Note that, starting **June 1, 2026**, {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %} subscribers on **existing annual billing plans** will experience changes to model multipliers. See [AUTOTITLE](/copilot/reference/copilot-billing/models-and-pricing#model-multipliers-for-annual-copilot-pro-and-copilot-pro-subscribers). ## Next steps diff --git a/content/copilot/reference/copilot-billing/models-and-pricing.md b/content/copilot/reference/copilot-billing/models-and-pricing.md index e65f33f47c48..a61d41adcb4b 100644 --- a/content/copilot/reference/copilot-billing/models-and-pricing.md +++ b/content/copilot/reference/copilot-billing/models-and-pricing.md @@ -57,8 +57,6 @@ Anthropic models include a cache write cost in addition to cached input. | {{ entry.model }} | {{ entry.release_status }} | {{ entry.category }} | {{ entry.input }} | {{ entry.cached_input }} | {{ entry.cache_write }} | {{ entry.output }} | | {% endif %}{% endfor %} | -[^4]: {% data variables.copilot.copilot_claude_opus_46_fast %} is billed at 6x standard {% data variables.copilot.copilot_claude_opus_46 %} rates. - ### Google | Model | Release status | Category | Input | Cached input | Output | @@ -114,7 +112,7 @@ You can view your current {% data variables.product.prodname_actions %} usage fo -Starting **June 1, 2026**, {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %} subscribers on annual billing plans will experience changes to model multipliers. The table below shows how the multipliers for each model will adjust. +Starting **June 1, 2026**, {% data variables.copilot.copilot_pro_short %} and {% data variables.copilot.copilot_pro_plus_short %} subscribers on **existing annual billing plans** will experience changes to model multipliers. The table below shows how the multipliers for each model will adjust. diff --git a/data/tables/copilot/models-and-pricing.yml b/data/tables/copilot/models-and-pricing.yml index fce165c9594b..9756639c0981 100644 --- a/data/tables/copilot/models-and-pricing.yml +++ b/data/tables/copilot/models-and-pricing.yml @@ -81,6 +81,14 @@ cached_input: $0.02 output: $1.25 +- model: GPT-5.5 + provider: openai + release_status: GA + category: Powerful + input: $5.00 + cached_input: $0.50 + output: $30.00 + # Anthropic - model: Claude Haiku 4.5 provider: anthropic @@ -145,16 +153,6 @@ output: $25.00 cache_write: $6.25 -- model: 'Claude Opus 4.6 (fast mode)[^4]' - provider: anthropic - release_status: Public preview - category: Powerful - input: $30.00 - cached_input: $3.00 - output: $150.00 - cache_write: $37.50 - notes: 6x standard Opus 4.6 rates - # Google - model: 'Gemini 2.5 Pro[^5]' provider: google diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index e991c8b6432b..e0ca8c5a762f 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b" + "sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6" } \ No newline at end of file diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index efa87951b6c4..a2432d0e0a1d 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -55,5 +55,5 @@ ] } }, - "sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b" + "sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 62a631fdbded..3dc1d8c80680 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b" + "sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6" } \ No newline at end of file