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
9 changes: 9 additions & 0 deletions src/content/docs/agent-platform/inference/model-choice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ All Auto models perform well across all agent workflows and are ideal if you pre

| Model | `model_id` | Variant |
| --- | --- | --- |
| Claude Fable 5 | `claude-5-fable-xhigh` | Default effort |
| Claude Fable 5 | `claude-5-fable-high` | High effort |
| Claude Fable 5 | `claude-5-fable-max` | Max effort |
| Claude Opus 4.7 | `claude-4-7-opus-xhigh` | Default effort |
| Claude Opus 4.7 | `claude-4-7-opus-high` | High effort |
| Claude Opus 4.7 | `claude-4-7-opus-max` | Max effort |
Expand All @@ -70,6 +73,10 @@ All Auto models perform well across all agent workflows and are ideal if you pre
| Claude Sonnet 4.5 | `claude-4-5-sonnet-thinking` | Thinking on |
| Claude Haiku 4.5 | `claude-4-5-haiku` | — |

:::caution
Anthropic requires data retention for Claude Fable 5 for safety, abuse monitoring, and compliance reasons, so it is **not available under Zero Data Retention (ZDR)**. This requirement is specific to Claude Fable 5 and doesn't change the ZDR behavior of any other supported model. For Enterprise teams, the model is off by default and a workspace admin must enable it — see the [Admin Panel](/enterprise/team-management/admin-panel/#models-settings) and the [Security overview](/enterprise/security-and-compliance/security-overview/#zero-data-retention-zdr).
:::

#### Google

| Model | `model_id` |
Expand Down Expand Up @@ -133,3 +140,5 @@ Warp has executed **Zero Data Retention (ZDR)** agreements with these providers.
* LLM providers commit to delete inputs and outputs after generating the relevant output, within a fixed time period.

Warp enforces these commitments through both technical measures and contractual safeguards with the LLM providers.

Zero data retention is available for supported models. Model availability may vary where providers require data retention for safety, abuse monitoring, or compliance reasons.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ How data collection works by plan:
Some product features — including cloud conversations and Oz runs — require storing conversation data to function. This data is stored to power the product experience and is separate from analytics or telemetry data collection.
:::

Some models carry provider-specific data retention requirements and are therefore not covered by ZDR. For Enterprise teams, these models are **off by default**; a workspace admin must explicitly enable them in the [Admin Panel](/enterprise/team-management/admin-panel/#models-settings).

Enterprise subscriptions also include:

* **Team-level enforcement** - Admins configure data collection and telemetry policies for the entire organization through the Admin Panel
Expand Down
10 changes: 9 additions & 1 deletion src/content/docs/enterprise/team-management/admin-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ For complete plan details, see [Warp pricing](https://www.warp.dev/pricing) or [

## Admin Panel sections

The Admin Panel is organized into six main areas:
The Admin Panel is organized into seven main areas:

### AI settings

Expand Down Expand Up @@ -211,6 +211,14 @@ When enabled, agents understand your code patterns, architecture, and convention
* Up to 200,000 files per repository
* Team-wide indexing with centralized configuration

### Models settings

Control which LLM models are available to your team and how inference is routed. From the **Models** page, admins can enable or disable individual models and configure [Bring Your Own LLM (BYOLLM)](/enterprise/enterprise-features/bring-your-own-llm/) routing through AWS Bedrock.

**Models with provider-specific data retention requirements**

Some models require data retention from the model provider and are therefore not available under [Zero Data Retention (ZDR)](/enterprise/security-and-compliance/security-overview/#zero-data-retention-zdr). For Enterprise teams, these models are **disabled by default**. A workspace admin must explicitly enable them before team members can use them.

### Billing settings

Configure billing preferences and spending controls to manage costs at scale.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ Warp integrates with multiple LLM providers — including Anthropic, OpenAI, Goo

Warp enforces these commitments through both technical measures and contractual safeguards with the LLM providers.

Zero data retention is available for supported models. Model availability may vary where providers require data retention for safety, abuse monitoring, or compliance reasons.

### How can I enable Zero Data Retention in Warp?

Zero Data Retention (ZDR) can be enabled in two ways:
Expand Down
Loading