Skip to content

Commit 5c45104

Browse files
am-steadCopilotmyarb
authored
update model pricing table (Add: GPT 5.5, Remove Opus 4.6 fast) (#60976)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: myarb <11952755+myarb@users.noreply.github.com>
1 parent 3a9d6ec commit 5c45104

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 2 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 |

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

0 commit comments

Comments
 (0)