Skip to content

Commit 980eb5d

Browse files
sunbryeCopilot
andauthored
Grok 4.6 model release (#62752)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5e23c04f-f3d2-4882-a0f2-23ad28540e78
1 parent 784a69b commit 980eb5d

9 files changed

Lines changed: 50 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ When using {% data variables.copilot.copilot_gemini %} models, input prompts and
8787
Used for:
8888

8989
* {% data variables.copilot.copilot_grok_45 %}
90+
* {% data variables.copilot.copilot_grok_46 %}
9091

91-
These models are hosted on xAI. xAI operates {% data variables.copilot.copilot_grok_45 %} in {% data variables.product.prodname_copilot %} under a zero data retention API policy. This means xAI commits that user content (both inputs sent to the model and outputs generated by the model):
92+
These models are hosted on xAI. xAI operates these models in {% data variables.product.prodname_copilot %} under a zero data retention API policy. This means xAI commits that user content (both inputs sent to the model and outputs generated by the model):
9293

9394
Will **not** be:
9495
* Logged for any purpose, including human review

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
142142
| {% data variables.copilot.copilot_mai_code_1_flash %} | `v1.121` | TBD | TBD | TBD | TBD |
143143
| {% data variables.copilot.copilot_mai_code_1_1_flash %} | `v1.121` | TBD | TBD | TBD | TBD |
144144
| {% data variables.copilot.copilot_grok_45 %} | TBD | `17.14.19` | TBD | TBD | TBD |
145+
| {% data variables.copilot.copilot_grok_46 %} | TBD | TBD | TBD | TBD | TBD |
145146

146147
{% endrowheaders %}
147148

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
* {% data variables.copilot.copilot_gpt_56_sol %}
1111
* {% data variables.copilot.copilot_gpt_56_terra %}
1212
* {% data variables.copilot.copilot_grok_45 %}
13+
* {% data variables.copilot.copilot_grok_46 %}
1314
* {% data variables.copilot.copilot_mai_code_1_flash %}
1415
* {% data variables.copilot.copilot_mai_code_1_1_flash %}

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
excels_at: Complex problem-solving challenges, sophisticated reasoning
133133
further_reading: '[Grok 4.5 model card](https://media.x.ai/v1/website/card-7f81d41b.pdf)'
134134

135+
- name: Grok 4.6
136+
task_area: General-purpose coding and agent tasks
137+
excels_at: Complex problem-solving challenges, sophisticated reasoning
138+
further_reading: '[Grok 4.6 model card](https://media.x.ai/v1/website/card-4p6-4cd2dc57.pdf)'
139+
135140
# Other providers (alphabetized by model name)
136141
- name: Qwen2.5
137142
task_area: General-purpose coding and writing

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,7 @@
142142
- name: 'Grok 4.5'
143143
provider: 'xAI'
144144
release_status: 'GA'
145+
146+
- name: 'Grok 4.6'
147+
provider: 'xAI'
148+
release_status: 'GA'

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@
257257
xcode: true
258258
jetbrains: true
259259

260+
- name: Grok 4.6
261+
dotcom: false
262+
cli: true
263+
vscode: true
264+
vs: true
265+
eclipse: true
266+
xcode: true
267+
jetbrains: true
268+
260269
- name: Kimi K2.7 Code
261270
dotcom: true
262271
cli: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@
187187
business: true
188188
enterprise: true
189189

190+
- name: Grok 4.6
191+
pro: true
192+
pro_plus: true
193+
max: true
194+
business: true
195+
enterprise: true
196+
190197
- name: Kimi K2.7 Code
191198
pro: true
192199
pro_plus: true

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,26 @@
355355
cached_input: $1.00
356356
output: $12.00
357357

358+
- model: 'Grok 4.6'
359+
provider: xai
360+
release_status: GA
361+
category: Versatile
362+
threshold: '≤ 200K'
363+
tier: 'Default'
364+
input: $2.00
365+
cached_input: $0.50
366+
output: $6.00
367+
368+
- model: 'Grok 4.6'
369+
provider: xai
370+
release_status: GA
371+
category: Versatile
372+
threshold: '> 200K'
373+
tier: 'Long context'
374+
input: $4.00
375+
cached_input: $1.00
376+
output: $12.00
377+
358378
# Microsoft
359379
- model: 'MAI-Code-1-Flash'
360380
provider: microsoft

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ copilot_o4_mini: 'o4-mini'
236236
## xAI:
237237
copilot_grok_code: 'Grok Code Fast 1'
238238
copilot_grok_45: 'Grok 4.5'
239+
copilot_grok_46: 'Grok 4.6'
239240
# Qwen:
240241
copilot_qwen_25: 'Qwen2.5'
241242
# Microsoft:

0 commit comments

Comments
 (0)