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 @@ -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.
16 changes: 8 additions & 8 deletions data/tables/copilot/models-and-pricing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,21 @@
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
release_status: GA
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
Expand Down
Loading