Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -114,7 +112,7 @@ You can view your current {% data variables.product.prodname_actions %} usage fo

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

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.

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

Expand Down
18 changes: 8 additions & 10 deletions data/tables/copilot/models-and-pricing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b"
"sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6"
}
2 changes: 1 addition & 1 deletion src/rest/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
]
}
},
"sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b"
"sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6"
}
2 changes: 1 addition & 1 deletion src/webhooks/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sha": "ed0da17e9a4a1937de02bc311a9286009ccb7e2b"
"sha": "d786d3f083a842b342a5395a58ca01cd0faa71e6"
}
Loading