Skip to content

Commit d4f17ee

Browse files
authored
Merge pull request #44004 from github/repo-sync
Repo sync
2 parents 6a7d95d + bd54919 commit d4f17ee

6 files changed

Lines changed: 13 additions & 17 deletions

File tree

content/copilot/concepts/billing/usage-based-billing-for-individuals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You will have the option to:
7575
* Cancel your plan and receive a prorated refund.
7676
* Wait to be downgraded to {% data variables.copilot.copilot_free_short %} at renewal time.
7777

78-
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).
78+
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).
7979

8080
## Next steps
8181

content/copilot/reference/copilot-billing/models-and-pricing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ Anthropic models include a cache write cost in addition to cached input.
5757
| {{ entry.model }} | {{ entry.release_status }} | {{ entry.category }} | {{ entry.input }} | {{ entry.cached_input }} | {{ entry.cache_write }} | {{ entry.output }} |
5858
| {% endif %}{% endfor %} |
5959

60-
[^4]: {% data variables.copilot.copilot_claude_opus_46_fast %} is billed at 6x standard {% data variables.copilot.copilot_claude_opus_46 %} rates.
61-
6260
### Google
6361

6462
| Model | Release status | Category | Input | Cached input | Output |
@@ -114,7 +112,7 @@ You can view your current {% data variables.product.prodname_actions %} usage fo
114112

115113
<!-- expires 2026-06-01 -->
116114

117-
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.
115+
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.
118116

119117
<!-- end expires 2026-06-01 -->
120118

data/tables/copilot/models-and-pricing.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@
8181
cached_input: $0.02
8282
output: $1.25
8383

84+
- model: GPT-5.5
85+
provider: openai
86+
release_status: GA
87+
category: Powerful
88+
input: $5.00
89+
cached_input: $0.50
90+
output: $30.00
91+
8492
# Anthropic
8593
- model: Claude Haiku 4.5
8694
provider: anthropic
@@ -145,16 +153,6 @@
145153
output: $25.00
146154
cache_write: $6.25
147155

148-
- model: 'Claude Opus 4.6 (fast mode)[^4]'
149-
provider: anthropic
150-
release_status: Public preview
151-
category: Powerful
152-
input: $30.00
153-
cached_input: $3.00
154-
output: $150.00
155-
cache_write: $37.50
156-
notes: 6x standard Opus 4.6 rates
157-
158156
# Google
159157
- model: 'Gemini 2.5 Pro[^5]'
160158
provider: google

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b"
63+
"sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6"
6464
}

src/rest/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
]
5656
}
5757
},
58-
"sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b"
58+
"sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6"
5959
}

src/webhooks/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b"
2+
"sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6"
33
}

0 commit comments

Comments
 (0)