Skip to content
Open
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
10 changes: 7 additions & 3 deletions content/copilot/reference/ai-models/model-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ When using {% data variables.copilot.copilot_gemini %} models, input prompts and

{% data reusables.copilot.grok-promo-period %}

{% data variables.copilot.copilot_grok_code %} is hosted by xAI when used in {% data variables.product.prodname_copilot %}.
Used for:
* {% data variables.copilot.copilot_grok_code %}
* {% data variables.copilot.copilot_grok_code_fast_1 %}
Comment on lines +71 to +73
Copy link
Preview

Copilot AI Aug 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'Used for:' label is unclear and doesn't follow the established pattern in this documentation. Consider using a more descriptive heading like 'Available models:' or integrating this information into the existing paragraph structure to maintain consistency with other model sections.

Copilot generated this review using guidance from repository custom instructions.


{% data variables.copilot.copilot_grok_code %} and {% data variables.copilot.copilot_grok_code_fast_1 %} are hosted by xAI when used in {% data variables.product.prodname_copilot %}.

xAI operates {% data variables.copilot.copilot_grok_code %} 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):
xAI operates {% data variables.copilot.copilot_grok_code %} and {% data variables.copilot.copilot_grok_code_fast_1 %} 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):

Will **not** be:
* Logged for any purpose, including human review
Expand All @@ -81,4 +85,4 @@ Will **only**:
* Exist temporarily in RAM for the minimum time required to process and respond to each request
* Be immediately deleted from memory once the response is delivered

When using xAI, input prompts and output completions continue to run through {% data variables.product.prodname_copilot %}'s content filters for public code matching, when applied, along with those for harmful or offensive content.
When using xAI models, input prompts and output completions continue to run through {% data variables.product.prodname_copilot %}'s content filters for public code matching, when applied, along with those for harmful or offensive content.
Loading