Skip to content

Commit be4d995

Browse files
authored
Tented Model 0060 (#63059)
Copilot-Session: cf2e091d-5a94-4e29-a003-e5739bd66c49
1 parent 9b94bf0 commit be4d995

10 files changed

Lines changed: 53 additions & 1 deletion

File tree

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Used for:
2727
* {% data variables.copilot.copilot_gpt_56_luna %}
2828
* {% data variables.copilot.copilot_gpt_56_sol %}
2929
* {% data variables.copilot.copilot_gpt_56_terra %}
30+
* {% data variables.copilot.copilot_gpt_6_astra %}
3031

3132
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
3233

content/copilot/reference/ai-models/supported-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Choosing a larger context window or higher reasoning will impact {% data variabl
9292
| {% data variables.copilot.copilot_gpt_56_luna %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
9393
| {% data variables.copilot.copilot_gpt_56_sol %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
9494
| {% data variables.copilot.copilot_gpt_56_terra %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
95+
| {% data variables.copilot.copilot_gpt_6_astra %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
9596
| {% data variables.copilot.copilot_kimi_k3 %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
9697

9798
{% endrowheaders %}
@@ -133,6 +134,7 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
133134
| {% data variables.copilot.copilot_gpt_56_luna %} | `1.128.0` | TBD | TBD | TBD | TBD |
134135
| {% data variables.copilot.copilot_gpt_56_sol %} | `1.128.0` | TBD | TBD | TBD | TBD |
135136
| {% data variables.copilot.copilot_gpt_56_terra %} | `1.128.0` | TBD | TBD | TBD | TBD |
137+
| {% data variables.copilot.copilot_gpt_6_astra %} | `1.136.1` | `17.14.19` | TBD | TBD | TBD |
136138
| {% data variables.copilot.copilot_claude_opus_48 %} | `v1.118` | `17.14.6` | TBD | TBD | TBD |
137139
| {% data variables.copilot.copilot_claude_opus_5 %} | `v1.128.0` | `17.14.22` | TBD | TBD | TBD |
138140
| {% data variables.copilot.copilot_claude_sonnet_5 %} | `v1.124` | `17.14.6` | TBD | TBD | TBD |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All prices are **per 1 million tokens**.
3333

3434
{% data reusables.copilot.extended-context-pricing %}
3535

36-
{% data variables.copilot.copilot_gpt_56_sol %}, {% data variables.copilot.copilot_gpt_56_terra %}, and {% data variables.copilot.copilot_gpt_56_luna %} include a cache write cost in addition to cached input. Earlier OpenAI models have no cache write cost.
36+
{% data variables.copilot.copilot_gpt_56_sol %}, {% data variables.copilot.copilot_gpt_56_terra %}, {% data variables.copilot.copilot_gpt_56_luna %}, and {% data variables.copilot.copilot_gpt_6_astra %} include a cache write cost in addition to cached input. Earlier OpenAI models have no cache write cost.
3737

3838
| Model | Release status | Category | Tier | Threshold (input tokens) | Input | Cached input | Cache write | Output |
3939
| --- | --- | --- | --- | --- | ---: | ---: | ---: | ---: |

data/reusables/copilot/copilot-cloud-agent-non-auto-models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* {% data variables.copilot.copilot_gpt_56_luna %}
1010
* {% data variables.copilot.copilot_gpt_56_sol %}
1111
* {% data variables.copilot.copilot_gpt_56_terra %}
12+
* {% data variables.copilot.copilot_gpt_6_astra %}
1213
* {% data variables.copilot.copilot_grok_45 %}
1314
* {% data variables.copilot.copilot_grok_46 %}
1415
* {% data variables.copilot.copilot_mai_code_1_flash %}

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
excels_at: Balanced everyday interactive and agentic coding
4949
further_reading: '[GPT-5.6 model card](https://deploymentsafety.openai.com/gpt-5-6/gpt-5-6.pdf)'
5050

51+
- name: GPT-6 Astra
52+
task_area: Long-horizon, autonomous coding and agentic tasks
53+
excels_at: Long-horizon coding tasks with continuous planning, batched diagnosis and verification, and independent result confirmation
54+
further_reading: '[GPT-6 Astra model card](https://deploymentsafety.openai.com/gpt-6-astra/gpt-6-astra.pdf)'
55+
5156
# Anthropic
5257
- name: Claude Fable 5
5358
task_area: Long-horizon, autonomous coding and knowledge-work

data/tables/copilot/model-release-status.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
provider: 'OpenAI'
5252
release_status: 'GA'
5353

54+
- name: 'GPT-6 Astra'
55+
provider: 'OpenAI'
56+
release_status: 'GA'
57+
5458
# Anthropic models
5559

5660
- name: 'Claude Fable 5'

data/tables/copilot/model-supported-clients.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,15 @@
230230
xcode: false
231231
jetbrains: false
232232

233+
- name: GPT-6 Astra
234+
dotcom: true
235+
cli: true
236+
vscode: true
237+
vs: true
238+
eclipse: true
239+
xcode: true
240+
jetbrains: true
241+
233242
- name: Grok 4.5
234243
dotcom: false
235244
cli: true

data/tables/copilot/model-supported-plans.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@
166166
business: true
167167
enterprise: true
168168

169+
- name: GPT-6 Astra
170+
pro: false
171+
pro_plus: true
172+
max: true
173+
business: true
174+
enterprise: true
175+
169176
- name: Grok 4.5
170177
pro: true
171178
pro_plus: true

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,28 @@
174174
output: $18.00
175175
cache_write: $5.00
176176

177+
- model: GPT-6 Astra
178+
provider: openai
179+
release_status: GA
180+
category: Powerful
181+
threshold: '≤ 272K'
182+
tier: Default
183+
input: $10.00
184+
cached_input: $1.00
185+
output: $50.00
186+
cache_write: $12.50
187+
188+
- model: GPT-6 Astra
189+
provider: openai
190+
release_status: GA
191+
category: Powerful
192+
threshold: '> 272K'
193+
tier: 'Long context'
194+
input: $20.00
195+
cached_input: $2.00
196+
output: $75.00
197+
cache_write: $25.00
198+
177199
# Anthropic
178200
- model: Claude Haiku 4.5
179201
provider: anthropic

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ copilot_gpt_55: 'GPT-5.5'
232232
copilot_gpt_56_luna: 'GPT-5.6 Luna'
233233
copilot_gpt_56_sol: 'GPT-5.6 Sol'
234234
copilot_gpt_56_terra: 'GPT-5.6 Terra'
235+
copilot_gpt_6_astra: 'GPT-6 Astra'
235236
# OpenAI 'o' series:
236237
copilot_o3: 'o3'
237238
copilot_o4_mini: 'o4-mini'

0 commit comments

Comments
 (0)